Shades of Electric Indigo #8C0AFE
Tints of Electric Indigo #8C0AFE
RGB
CMYK
RGB Variations
Color information
#8C0AFE (or 0x8C0AFE) is known color: Electric Indigo. HEX triplet: 8C, 0A and FE. RGB value is (140,10,254). Sum of RGB (Red+Green+Blue) = 140+10+254=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C0AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0AFE is #73F501. Grayscale: #4B4B4B. Windows color (decimal): -7599362 or 16648844. OLE color: 16648844.
HSL color Cylindrical-coordinate representation of color #8C0AFE: hue angle of 271.97º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0AFE is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 10 | 254 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.00 |
| HSL | 271.97º | 0.99% | 0.52% | - |
| HSV(B) | 271.97º | 0.96% | 1% | - |
| XYZ | 28.81 | 12.95 | 94.75 | - |
| YUV | 76.69 | 228.07 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 254 | 0.45 | 0.96 | 0 | 0.00 | 271.97 | 0.99 | 0.52 |
| Hex | 8C | A | FE | 2D | 60 | 0 | 0 | 110 | 63 | 34 |
| Octal | 214 | 12 | 376 | 55 | 140 | 0 | 0 | 420 | 143 | 64 |
| Binary | 10001100 | 1010 | 11111110 | 101101 | 1100000 | 0 | 0 | 100010000 | 1100011 | 110100 |
Color Harmonies of #8C0AFE
Complementary color
Monochromatic Colors of #8C0AFE
Black with #8C0AFE
Text Example
Text Example
White with #8C0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0AFE; }
p { color: rgb(140,10,254); }
H1.HeaderClassName
{
color: #8C0AFE;
}
.AnyTagClassName
{
color: #8C0AFE;
}
</style>
background-color css
<style>
a { background-color: #8C0AFE; }
a { background-color: rgb(140,10,254); }
div.DivClassName
{
background-color: #8C0AFE;
}
.BgClassName
{
background-color: #8C0AFE;
}
</style>
border-color css
<style>
span { border-color: #8C0AFE; }
span { border-color: rgb(140,10,254); }
td.TdClassName
{
border-color: #8C0AFE;
}
.TagClassName
{
border-color: #8C0AFE;
}
</style>