Shades of Electric Indigo #8E01FF
Tints of Electric Indigo #8E01FF
RGB
CMYK
RGB Variations
Color information
#8E01FF (or 0x8E01FF) is known color: Electric Indigo. HEX triplet: 8E, 01 and FF. RGB value is (142,1,255). Sum of RGB (Red+Green+Blue) = 142+1+255=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E01FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E01FF is #71FE00. Grayscale: #474747. Windows color (decimal): -7470593 or 16712078. OLE color: 16712078.
HSL color Cylindrical-coordinate representation of color #8E01FF: hue angle of 273.31º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E01FF is Cyan = 0.44, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 1 | 255 | - |
| CMYK | 0.44 | 1.00 | 0 | 0 |
| HSL | 273.31º | 1% | 0.5% | - |
| HSV(B) | 273.31º | 1% | 1% | - |
| XYZ | 29.22 | 12.99 | 95.58 | - |
| YUV | 72.12 | 231.21 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 255 | 0.44 | 1.00 | 0 | 0 | 273.31 | 1 | 0.5 |
| Hex | 8E | 1 | FF | 2C | 64 | 0 | 0 | 111 | 64 | 32 |
| Octal | 216 | 1 | 377 | 54 | 144 | 0 | 0 | 421 | 144 | 62 |
| Binary | 10001110 | 1 | 11111111 | 101100 | 1100100 | 0 | 0 | 100010001 | 1100100 | 110010 |
Color Harmonies of #8E01FF
Complementary color
Monochromatic Colors of #8E01FF
Black with #8E01FF
Text Example
Text Example
White with #8E01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E01FF; }
p { color: rgb(142,1,255); }
H1.HeaderClassName
{
color: #8E01FF;
}
.AnyTagClassName
{
color: #8E01FF;
}
</style>
background-color css
<style>
a { background-color: #8E01FF; }
a { background-color: rgb(142,1,255); }
div.DivClassName
{
background-color: #8E01FF;
}
.BgClassName
{
background-color: #8E01FF;
}
</style>
border-color css
<style>
span { border-color: #8E01FF; }
span { border-color: rgb(142,1,255); }
td.TdClassName
{
border-color: #8E01FF;
}
.TagClassName
{
border-color: #8E01FF;
}
</style>