Shades of Electric Indigo #8E07FE
Tints of Electric Indigo #8E07FE
RGB
CMYK
RGB Variations
Color information
#8E07FE (or 0x8E07FE) is known color: Electric Indigo. HEX triplet: 8E, 07 and FE. RGB value is (142,7,254). Sum of RGB (Red+Green+Blue) = 142+7+254=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E07FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E07FE is #71F801. Grayscale: #4A4A4A. Windows color (decimal): -7469058 or 16648078. OLE color: 16648078.
HSL color Cylindrical-coordinate representation of color #8E07FE: hue angle of 272.79º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E07FE is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 7 | 254 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.00 |
| HSL | 272.79º | 0.99% | 0.51% | - |
| HSV(B) | 272.79º | 0.97% | 1% | - |
| XYZ | 29.12 | 13.06 | 94.75 | - |
| YUV | 75.52 | 228.73 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 7 | 254 | 0.44 | 0.97 | 0 | 0.00 | 272.79 | 0.99 | 0.51 |
| Hex | 8E | 7 | FE | 2C | 61 | 0 | 0 | 111 | 63 | 33 |
| Octal | 216 | 7 | 376 | 54 | 141 | 0 | 0 | 421 | 143 | 63 |
| Binary | 10001110 | 111 | 11111110 | 101100 | 1100001 | 0 | 0 | 100010001 | 1100011 | 110011 |
Color Harmonies of #8E07FE
Complementary color
Monochromatic Colors of #8E07FE
Black with #8E07FE
Text Example
Text Example
White with #8E07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E07FE; }
p { color: rgb(142,7,254); }
H1.HeaderClassName
{
color: #8E07FE;
}
.AnyTagClassName
{
color: #8E07FE;
}
</style>
background-color css
<style>
a { background-color: #8E07FE; }
a { background-color: rgb(142,7,254); }
div.DivClassName
{
background-color: #8E07FE;
}
.BgClassName
{
background-color: #8E07FE;
}
</style>
border-color css
<style>
span { border-color: #8E07FE; }
span { border-color: rgb(142,7,254); }
td.TdClassName
{
border-color: #8E07FE;
}
.TagClassName
{
border-color: #8E07FE;
}
</style>