Shades of Electric Indigo #8110FF
Tints of Electric Indigo #8110FF
RGB
CMYK
RGB Variations
Color information
#8110FF (or 0x8110FF) is known color: Electric Indigo. HEX triplet: 81, 10 and FF. RGB value is (129,16,255). Sum of RGB (Red+Green+Blue) = 129+16+255=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #8110FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8110FF is #7EEF00. Grayscale: #4C4C4C. Windows color (decimal): -8318721 or 16715905. OLE color: 16715905.
HSL color Cylindrical-coordinate representation of color #8110FF: hue angle of 268.37º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8110FF is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 16 | 255 | - |
| CMYK | 0.49 | 0.94 | 0 | 0 |
| HSL | 268.37º | 1% | 0.53% | - |
| HSV(B) | 268.37º | 0.94% | 1% | - |
| XYZ | 27.29 | 12.26 | 95.54 | - |
| YUV | 77.03 | 228.44 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 255 | 0.49 | 0.94 | 0 | 0 | 268.37 | 1 | 0.53 |
| Hex | 81 | 10 | FF | 31 | 5E | 0 | 0 | 10C | 64 | 35 |
| Octal | 201 | 20 | 377 | 61 | 136 | 0 | 0 | 414 | 144 | 65 |
| Binary | 10000001 | 10000 | 11111111 | 110001 | 1011110 | 0 | 0 | 100001100 | 1100100 | 110101 |
Color Harmonies of #8110FF
Complementary color
Monochromatic Colors of #8110FF
Black with #8110FF
Text Example
Text Example
White with #8110FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8110FF; }
p { color: rgb(129,16,255); }
H1.HeaderClassName
{
color: #8110FF;
}
.AnyTagClassName
{
color: #8110FF;
}
</style>
background-color css
<style>
a { background-color: #8110FF; }
a { background-color: rgb(129,16,255); }
div.DivClassName
{
background-color: #8110FF;
}
.BgClassName
{
background-color: #8110FF;
}
</style>
border-color css
<style>
span { border-color: #8110FF; }
span { border-color: rgb(129,16,255); }
td.TdClassName
{
border-color: #8110FF;
}
.TagClassName
{
border-color: #8110FF;
}
</style>