Shades of Electric Indigo #8C0AFF
Tints of Electric Indigo #8C0AFF
RGB
CMYK
RGB Variations
Color information
#8C0AFF (or 0x8C0AFF) is known color: Electric Indigo. HEX triplet: 8C, 0A and FF. RGB value is (140,10,255). Sum of RGB (Red+Green+Blue) = 140+10+255=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C0AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0AFF is #73F500. Grayscale: #4B4B4B. Windows color (decimal): -7599361 or 16714380. OLE color: 16714380.
HSL color Cylindrical-coordinate representation of color #8C0AFF: hue angle of 271.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0AFF is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 10 | 255 | - |
| CMYK | 0.45 | 0.96 | 0 | 0 |
| HSL | 271.84º | 1% | 0.52% | - |
| HSV(B) | 271.84º | 0.96% | 1% | - |
| XYZ | 28.97 | 13.01 | 95.59 | - |
| YUV | 76.8 | 228.57 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 255 | 0.45 | 0.96 | 0 | 0 | 271.84 | 1 | 0.52 |
| Hex | 8C | A | FF | 2D | 60 | 0 | 0 | 110 | 64 | 34 |
| Octal | 214 | 12 | 377 | 55 | 140 | 0 | 0 | 420 | 144 | 64 |
| Binary | 10001100 | 1010 | 11111111 | 101101 | 1100000 | 0 | 0 | 100010000 | 1100100 | 110100 |
Color Harmonies of #8C0AFF
Complementary color
Monochromatic Colors of #8C0AFF
Black with #8C0AFF
Text Example
Text Example
White with #8C0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0AFF; }
p { color: rgb(140,10,255); }
H1.HeaderClassName
{
color: #8C0AFF;
}
.AnyTagClassName
{
color: #8C0AFF;
}
</style>
background-color css
<style>
a { background-color: #8C0AFF; }
a { background-color: rgb(140,10,255); }
div.DivClassName
{
background-color: #8C0AFF;
}
.BgClassName
{
background-color: #8C0AFF;
}
</style>
border-color css
<style>
span { border-color: #8C0AFF; }
span { border-color: rgb(140,10,255); }
td.TdClassName
{
border-color: #8C0AFF;
}
.TagClassName
{
border-color: #8C0AFF;
}
</style>