Shades of Electric Indigo #8E07FF
Tints of Electric Indigo #8E07FF
RGB
CMYK
RGB Variations
Color information
#8E07FF (or 0x8E07FF) is known color: Electric Indigo. HEX triplet: 8E, 07 and FF. RGB value is (142,7,255). Sum of RGB (Red+Green+Blue) = 142+7+255=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E07FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E07FF is #71F800. Grayscale: #4A4A4A. Windows color (decimal): -7469057 or 16713614. OLE color: 16713614.
HSL color Cylindrical-coordinate representation of color #8E07FF: hue angle of 272.66º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E07FF is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 7 | 255 | - |
| CMYK | 0.44 | 0.97 | 0 | 0 |
| HSL | 272.66º | 1% | 0.51% | - |
| HSV(B) | 272.66º | 0.97% | 1% | - |
| XYZ | 29.28 | 13.12 | 95.6 | - |
| YUV | 75.64 | 229.23 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 7 | 255 | 0.44 | 0.97 | 0 | 0 | 272.66 | 1 | 0.51 |
| Hex | 8E | 7 | FF | 2C | 61 | 0 | 0 | 111 | 64 | 33 |
| Octal | 216 | 7 | 377 | 54 | 141 | 0 | 0 | 421 | 144 | 63 |
| Binary | 10001110 | 111 | 11111111 | 101100 | 1100001 | 0 | 0 | 100010001 | 1100100 | 110011 |
Color Harmonies of #8E07FF
Complementary color
Monochromatic Colors of #8E07FF
Black with #8E07FF
Text Example
Text Example
White with #8E07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E07FF; }
p { color: rgb(142,7,255); }
H1.HeaderClassName
{
color: #8E07FF;
}
.AnyTagClassName
{
color: #8E07FF;
}
</style>
background-color css
<style>
a { background-color: #8E07FF; }
a { background-color: rgb(142,7,255); }
div.DivClassName
{
background-color: #8E07FF;
}
.BgClassName
{
background-color: #8E07FF;
}
</style>
border-color css
<style>
span { border-color: #8E07FF; }
span { border-color: rgb(142,7,255); }
td.TdClassName
{
border-color: #8E07FF;
}
.TagClassName
{
border-color: #8E07FF;
}
</style>