Shades of Electric Indigo #8E02FF
Tints of Electric Indigo #8E02FF
RGB
CMYK
RGB Variations
Color information
#8E02FF (or 0x8E02FF) is known color: Electric Indigo. HEX triplet: 8E, 02 and FF. RGB value is (142,2,255). Sum of RGB (Red+Green+Blue) = 142+2+255=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E02FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E02FF is #71FD00. Grayscale: #474747. Windows color (decimal): -7470337 or 16712334. OLE color: 16712334.
HSL color Cylindrical-coordinate representation of color #8E02FF: hue angle of 273.2º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E02FF is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 2 | 255 | - |
| CMYK | 0.44 | 0.99 | 0 | 0 |
| HSL | 273.2º | 1% | 0.5% | - |
| HSV(B) | 273.2º | 0.99% | 1% | - |
| XYZ | 29.23 | 13.01 | 95.58 | - |
| YUV | 72.7 | 230.88 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 255 | 0.44 | 0.99 | 0 | 0 | 273.2 | 1 | 0.5 |
| Hex | 8E | 2 | FF | 2C | 63 | 0 | 0 | 111 | 64 | 32 |
| Octal | 216 | 2 | 377 | 54 | 143 | 0 | 0 | 421 | 144 | 62 |
| Binary | 10001110 | 10 | 11111111 | 101100 | 1100011 | 0 | 0 | 100010001 | 1100100 | 110010 |
Color Harmonies of #8E02FF
Complementary color
Monochromatic Colors of #8E02FF
Black with #8E02FF
Text Example
Text Example
White with #8E02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E02FF; }
p { color: rgb(142,2,255); }
H1.HeaderClassName
{
color: #8E02FF;
}
.AnyTagClassName
{
color: #8E02FF;
}
</style>
background-color css
<style>
a { background-color: #8E02FF; }
a { background-color: rgb(142,2,255); }
div.DivClassName
{
background-color: #8E02FF;
}
.BgClassName
{
background-color: #8E02FF;
}
</style>
border-color css
<style>
span { border-color: #8E02FF; }
span { border-color: rgb(142,2,255); }
td.TdClassName
{
border-color: #8E02FF;
}
.TagClassName
{
border-color: #8E02FF;
}
</style>