Shades of Electric Indigo #8110FA
Tints of Electric Indigo #8110FA
RGB
CMYK
RGB Variations
Color information
#8110FA (or 0x8110FA) is known color: Electric Indigo. HEX triplet: 81, 10 and FA. RGB value is (129,16,250). Sum of RGB (Red+Green+Blue) = 129+16+250=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #8110FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8110FA is #7EEF05. Grayscale: #4B4B4B. Windows color (decimal): -8318726 or 16388225. OLE color: 16388225.
HSL color Cylindrical-coordinate representation of color #8110FA: hue angle of 268.97º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8110FA is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 16 | 250 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.02 |
| HSL | 268.97º | 0.96% | 0.52% | - |
| HSV(B) | 268.97º | 0.94% | 0.98% | - |
| XYZ | 26.49 | 11.94 | 91.35 | - |
| YUV | 76.46 | 225.94 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 250 | 0.48 | 0.94 | 0 | 0.02 | 268.97 | 0.96 | 0.52 |
| Hex | 81 | 10 | FA | 30 | 5E | 0 | 2 | 10D | 60 | 34 |
| Octal | 201 | 20 | 372 | 60 | 136 | 0 | 2 | 415 | 140 | 64 |
| Binary | 10000001 | 10000 | 11111010 | 110000 | 1011110 | 0 | 10 | 100001101 | 1100000 | 110100 |
Color Harmonies of #8110FA
Complementary color
Monochromatic Colors of #8110FA
Black with #8110FA
Text Example
Text Example
White with #8110FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8110FA; }
p { color: rgb(129,16,250); }
H1.HeaderClassName
{
color: #8110FA;
}
.AnyTagClassName
{
color: #8110FA;
}
</style>
background-color css
<style>
a { background-color: #8110FA; }
a { background-color: rgb(129,16,250); }
div.DivClassName
{
background-color: #8110FA;
}
.BgClassName
{
background-color: #8110FA;
}
</style>
border-color css
<style>
span { border-color: #8110FA; }
span { border-color: rgb(129,16,250); }
td.TdClassName
{
border-color: #8110FA;
}
.TagClassName
{
border-color: #8110FA;
}
</style>