Shades of Electric Indigo #8C0CFE
Tints of Electric Indigo #8C0CFE
RGB
CMYK
RGB Variations
Color information
#8C0CFE (or 0x8C0CFE) is known color: Electric Indigo. HEX triplet: 8C, 0C and FE. RGB value is (140,12,254). Sum of RGB (Red+Green+Blue) = 140+12+254=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C0CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0CFE is #73F301. Grayscale: #4D4D4D. Windows color (decimal): -7598850 or 16649356. OLE color: 16649356.
HSL color Cylindrical-coordinate representation of color #8C0CFE: hue angle of 271.74º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0CFE is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 12 | 254 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.00 |
| HSL | 271.74º | 0.99% | 0.52% | - |
| HSV(B) | 271.74º | 0.95% | 1% | - |
| XYZ | 28.84 | 12.99 | 94.75 | - |
| YUV | 77.86 | 227.41 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 254 | 0.45 | 0.95 | 0 | 0.00 | 271.74 | 0.99 | 0.52 |
| Hex | 8C | C | FE | 2D | 5F | 0 | 0 | 110 | 63 | 34 |
| Octal | 214 | 14 | 376 | 55 | 137 | 0 | 0 | 420 | 143 | 64 |
| Binary | 10001100 | 1100 | 11111110 | 101101 | 1011111 | 0 | 0 | 100010000 | 1100011 | 110100 |
Color Harmonies of #8C0CFE
Complementary color
Monochromatic Colors of #8C0CFE
Black with #8C0CFE
Text Example
Text Example
White with #8C0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0CFE; }
p { color: rgb(140,12,254); }
H1.HeaderClassName
{
color: #8C0CFE;
}
.AnyTagClassName
{
color: #8C0CFE;
}
</style>
background-color css
<style>
a { background-color: #8C0CFE; }
a { background-color: rgb(140,12,254); }
div.DivClassName
{
background-color: #8C0CFE;
}
.BgClassName
{
background-color: #8C0CFE;
}
</style>
border-color css
<style>
span { border-color: #8C0CFE; }
span { border-color: rgb(140,12,254); }
td.TdClassName
{
border-color: #8C0CFE;
}
.TagClassName
{
border-color: #8C0CFE;
}
</style>