Shades of Electric Indigo #8C0CFF
Tints of Electric Indigo #8C0CFF
RGB
CMYK
RGB Variations
Color information
#8C0CFF (or 0x8C0CFF) is known color: Electric Indigo. HEX triplet: 8C, 0C and FF. RGB value is (140,12,255). Sum of RGB (Red+Green+Blue) = 140+12+255=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C0CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0CFF is #73F300. Grayscale: #4D4D4D. Windows color (decimal): -7598849 or 16714892. OLE color: 16714892.
HSL color Cylindrical-coordinate representation of color #8C0CFF: hue angle of 271.6º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0CFF is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 12 | 255 | - |
| CMYK | 0.45 | 0.95 | 0 | 0 |
| HSL | 271.6º | 1% | 0.52% | - |
| HSV(B) | 271.6º | 0.95% | 1% | - |
| XYZ | 29 | 13.06 | 95.6 | - |
| YUV | 77.97 | 227.91 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 255 | 0.45 | 0.95 | 0 | 0 | 271.6 | 1 | 0.52 |
| Hex | 8C | C | FF | 2D | 5F | 0 | 0 | 110 | 64 | 34 |
| Octal | 214 | 14 | 377 | 55 | 137 | 0 | 0 | 420 | 144 | 64 |
| Binary | 10001100 | 1100 | 11111111 | 101101 | 1011111 | 0 | 0 | 100010000 | 1100100 | 110100 |
Color Harmonies of #8C0CFF
Complementary color
Monochromatic Colors of #8C0CFF
Black with #8C0CFF
Text Example
Text Example
White with #8C0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0CFF; }
p { color: rgb(140,12,255); }
H1.HeaderClassName
{
color: #8C0CFF;
}
.AnyTagClassName
{
color: #8C0CFF;
}
</style>
background-color css
<style>
a { background-color: #8C0CFF; }
a { background-color: rgb(140,12,255); }
div.DivClassName
{
background-color: #8C0CFF;
}
.BgClassName
{
background-color: #8C0CFF;
}
</style>
border-color css
<style>
span { border-color: #8C0CFF; }
span { border-color: rgb(140,12,255); }
td.TdClassName
{
border-color: #8C0CFF;
}
.TagClassName
{
border-color: #8C0CFF;
}
</style>