Shades of Electric Indigo #8112FE
Tints of Electric Indigo #8112FE
RGB
CMYK
RGB Variations
Color information
#8112FE (or 0x8112FE) is known color: Electric Indigo. HEX triplet: 81, 12 and FE. RGB value is (129,18,254). Sum of RGB (Red+Green+Blue) = 129+18+254=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #8112FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8112FE is #7EED01. Grayscale: #4D4D4D. Windows color (decimal): -8318210 or 16650881. OLE color: 16650881.
HSL color Cylindrical-coordinate representation of color #8112FE: hue angle of 268.22º 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 #8112FE is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 18 | 254 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.00 |
| HSL | 268.22º | 0.99% | 0.53% | - |
| HSV(B) | 268.22º | 0.93% | 1% | - |
| XYZ | 27.16 | 12.26 | 94.7 | - |
| YUV | 78.09 | 227.27 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 254 | 0.49 | 0.93 | 0 | 0.00 | 268.22 | 0.99 | 0.53 |
| Hex | 81 | 12 | FE | 31 | 5D | 0 | 0 | 10C | 63 | 35 |
| Octal | 201 | 22 | 376 | 61 | 135 | 0 | 0 | 414 | 143 | 65 |
| Binary | 10000001 | 10010 | 11111110 | 110001 | 1011101 | 0 | 0 | 100001100 | 1100011 | 110101 |
Color Harmonies of #8112FE
Complementary color
Monochromatic Colors of #8112FE
Black with #8112FE
Text Example
Text Example
White with #8112FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8112FE; }
p { color: rgb(129,18,254); }
H1.HeaderClassName
{
color: #8112FE;
}
.AnyTagClassName
{
color: #8112FE;
}
</style>
background-color css
<style>
a { background-color: #8112FE; }
a { background-color: rgb(129,18,254); }
div.DivClassName
{
background-color: #8112FE;
}
.BgClassName
{
background-color: #8112FE;
}
</style>
border-color css
<style>
span { border-color: #8112FE; }
span { border-color: rgb(129,18,254); }
td.TdClassName
{
border-color: #8112FE;
}
.TagClassName
{
border-color: #8112FE;
}
</style>