Shades of Electric Indigo #8E0BFF
Tints of Electric Indigo #8E0BFF
RGB
CMYK
RGB Variations
Color information
#8E0BFF (or 0x8E0BFF) is known color: Electric Indigo. HEX triplet: 8E, 0B and FF. RGB value is (142,11,255). Sum of RGB (Red+Green+Blue) = 142+11+255=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E0BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E0BFF is #71F400. Grayscale: #4D4D4D. Windows color (decimal): -7468033 or 16714638. OLE color: 16714638.
HSL color Cylindrical-coordinate representation of color #8E0BFF: hue angle of 272.21º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0BFF is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 11 | 255 | - |
| CMYK | 0.44 | 0.96 | 0 | 0 |
| HSL | 272.21º | 1% | 0.52% | - |
| HSV(B) | 272.21º | 0.96% | 1% | - |
| XYZ | 29.33 | 13.21 | 95.61 | - |
| YUV | 77.99 | 227.9 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 11 | 255 | 0.44 | 0.96 | 0 | 0 | 272.21 | 1 | 0.52 |
| Hex | 8E | B | FF | 2C | 60 | 0 | 0 | 110 | 64 | 34 |
| Octal | 216 | 13 | 377 | 54 | 140 | 0 | 0 | 420 | 144 | 64 |
| Binary | 10001110 | 1011 | 11111111 | 101100 | 1100000 | 0 | 0 | 100010000 | 1100100 | 110100 |
Color Harmonies of #8E0BFF
Complementary color
Monochromatic Colors of #8E0BFF
Black with #8E0BFF
Text Example
Text Example
White with #8E0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0BFF; }
p { color: rgb(142,11,255); }
H1.HeaderClassName
{
color: #8E0BFF;
}
.AnyTagClassName
{
color: #8E0BFF;
}
</style>
background-color css
<style>
a { background-color: #8E0BFF; }
a { background-color: rgb(142,11,255); }
div.DivClassName
{
background-color: #8E0BFF;
}
.BgClassName
{
background-color: #8E0BFF;
}
</style>
border-color css
<style>
span { border-color: #8E0BFF; }
span { border-color: rgb(142,11,255); }
td.TdClassName
{
border-color: #8E0BFF;
}
.TagClassName
{
border-color: #8E0BFF;
}
</style>