rgb(136, 15, 170)
- In a RGB color space, hex #880faa color is composed of 53% red, 6% green, and 67% blue.
- In a CMYK color space, it is consist of 20% cyan, 91% magenta, 0% yellow and 33% black.
- In web design, the web safe color for #880faa is #660099. The complementary color of #880faa is #31aa0f.
#880faa Color Conversion
Hex Color #880faa RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #880faa
-
#880faa
#880faa
-
#31aa0f
#31aa0f
-
#c488d5
#c488d5
-
#99d588
#99d588
-
#660b7f
#660b7f
-
#247f0b
#247f0b
-
#93669f
#93669f
-
#729f66
#729f66
Two colors (#880faa,#31aa0f) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#880faa
#880faa
-
#c488d5
#c488d5
-
#440855
#440855
-
#e1c3e9
#e1c3e9
-
#660b7f
#660b7f
-
#93669f
#93669f
-
#33063f
#33063f
-
#a892ae
#a892ae
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #880faa
-
#880faa
#880faa
-
#7A0E99
#7A0E99
-
#6D0C88
#6D0C88
-
#5F0B77
#5F0B77
-
#520966
#520966
-
#440855
#440855
-
#360644
#360644
-
#290533
#290533
-
#1B0322
#1B0322
-
#0E0211
#0E0211
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#880faa
#880faa
-
#9427B3
#9427B3
-
#A03FBB
#A03FBB
-
#AC57C4
#AC57C4
-
#B86FCC
#B86FCC
-
#C487D5
#C487D5
-
#CF9FDD
#CF9FDD
-
#DBB7E6
#DBB7E6
-
#E7CFEE
#E7CFEE
-
#F3E7F7
#F3E7F7
-
#FBF8FC
#FBF8FC
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#880faa Color Preview on Black Background
#880faa Color Preview on White Background
<span style="color:#880faa;">Text here</span>
#880faa Background Color
#880faa Background Color
<p style="background-color:#880faa;">Text here</p>
#880faa Border Color
<div style="border:1px solid #880faa;">Text here</div>
<style>.text {color:#880faa;}
.background {background-color:#880faa;}
.border {border:1px solid #880faa;}</style>