Shades of Electric Indigo #8111FE
Tints of Electric Indigo #8111FE
RGB
CMYK
RGB Variations
Color information
#8111FE (or 0x8111FE) is known color: Electric Indigo. HEX triplet: 81, 11 and FE. RGB value is (129,17,254). Sum of RGB (Red+Green+Blue) = 129+17+254=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #8111FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8111FE is #7EEE01. Grayscale: #4C4C4C. Windows color (decimal): -8318466 or 16650625. OLE color: 16650625.
HSL color Cylindrical-coordinate representation of color #8111FE: hue angle of 268.35º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8111FE is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 17 | 254 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.00 |
| HSL | 268.35º | 0.99% | 0.53% | - |
| HSV(B) | 268.35º | 0.93% | 1% | - |
| XYZ | 27.14 | 12.22 | 94.69 | - |
| YUV | 77.51 | 227.61 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 254 | 0.49 | 0.93 | 0 | 0.00 | 268.35 | 0.99 | 0.53 |
| Hex | 81 | 11 | FE | 31 | 5D | 0 | 0 | 10C | 63 | 35 |
| Octal | 201 | 21 | 376 | 61 | 135 | 0 | 0 | 414 | 143 | 65 |
| Binary | 10000001 | 10001 | 11111110 | 110001 | 1011101 | 0 | 0 | 100001100 | 1100011 | 110101 |
Color Harmonies of #8111FE
Complementary color
Monochromatic Colors of #8111FE
Black with #8111FE
Text Example
Text Example
White with #8111FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8111FE; }
p { color: rgb(129,17,254); }
H1.HeaderClassName
{
color: #8111FE;
}
.AnyTagClassName
{
color: #8111FE;
}
</style>
background-color css
<style>
a { background-color: #8111FE; }
a { background-color: rgb(129,17,254); }
div.DivClassName
{
background-color: #8111FE;
}
.BgClassName
{
background-color: #8111FE;
}
</style>
border-color css
<style>
span { border-color: #8111FE; }
span { border-color: rgb(129,17,254); }
td.TdClassName
{
border-color: #8111FE;
}
.TagClassName
{
border-color: #8111FE;
}
</style>