Shades of Electric Indigo #8112FF
Tints of Electric Indigo #8112FF
RGB
CMYK
RGB Variations
Color information
#8112FF (or 0x8112FF) is known color: Electric Indigo. HEX triplet: 81, 12 and FF. RGB value is (129,18,255). Sum of RGB (Red+Green+Blue) = 129+18+255=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #8112FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8112FF is #7EED00. Grayscale: #4D4D4D. Windows color (decimal): -8318209 or 16716417. OLE color: 16716417.
HSL color Cylindrical-coordinate representation of color #8112FF: hue angle of 268.1º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8112FF is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 18 | 255 | - |
| CMYK | 0.49 | 0.93 | 0 | 0 |
| HSL | 268.1º | 1% | 0.54% | - |
| HSV(B) | 268.1º | 0.93% | 1% | - |
| XYZ | 27.32 | 12.32 | 95.55 | - |
| YUV | 78.21 | 227.77 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 255 | 0.49 | 0.93 | 0 | 0 | 268.1 | 1 | 0.54 |
| Hex | 81 | 12 | FF | 31 | 5D | 0 | 0 | 10C | 64 | 36 |
| Octal | 201 | 22 | 377 | 61 | 135 | 0 | 0 | 414 | 144 | 66 |
| Binary | 10000001 | 10010 | 11111111 | 110001 | 1011101 | 0 | 0 | 100001100 | 1100100 | 110110 |
Color Harmonies of #8112FF
Complementary color
Monochromatic Colors of #8112FF
Black with #8112FF
Text Example
Text Example
White with #8112FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8112FF; }
p { color: rgb(129,18,255); }
H1.HeaderClassName
{
color: #8112FF;
}
.AnyTagClassName
{
color: #8112FF;
}
</style>
background-color css
<style>
a { background-color: #8112FF; }
a { background-color: rgb(129,18,255); }
div.DivClassName
{
background-color: #8112FF;
}
.BgClassName
{
background-color: #8112FF;
}
</style>
border-color css
<style>
span { border-color: #8112FF; }
span { border-color: rgb(129,18,255); }
td.TdClassName
{
border-color: #8112FF;
}
.TagClassName
{
border-color: #8112FF;
}
</style>