Shades of Electric Indigo #8115FF
Tints of Electric Indigo #8115FF
RGB
CMYK
RGB Variations
Color information
#8115FF (or 0x8115FF) is known color: Electric Indigo. HEX triplet: 81, 15 and FF. RGB value is (129,21,255). Sum of RGB (Red+Green+Blue) = 129+21+255=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #8115FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8115FF is #7EEA00. Grayscale: #4F4F4F. Windows color (decimal): -8317441 or 16717185. OLE color: 16717185.
HSL color Cylindrical-coordinate representation of color #8115FF: hue angle of 267.69º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8115FF is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 21 | 255 | - |
| CMYK | 0.49 | 0.92 | 0 | 0 |
| HSL | 267.69º | 1% | 0.54% | - |
| HSV(B) | 267.69º | 0.92% | 1% | - |
| XYZ | 27.37 | 12.42 | 95.56 | - |
| YUV | 79.97 | 226.78 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 255 | 0.49 | 0.92 | 0 | 0 | 267.69 | 1 | 0.54 |
| Hex | 81 | 15 | FF | 31 | 5C | 0 | 0 | 10C | 64 | 36 |
| Octal | 201 | 25 | 377 | 61 | 134 | 0 | 0 | 414 | 144 | 66 |
| Binary | 10000001 | 10101 | 11111111 | 110001 | 1011100 | 0 | 0 | 100001100 | 1100100 | 110110 |
Color Harmonies of #8115FF
Complementary color
Monochromatic Colors of #8115FF
Black with #8115FF
Text Example
Text Example
White with #8115FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115FF; }
p { color: rgb(129,21,255); }
H1.HeaderClassName
{
color: #8115FF;
}
.AnyTagClassName
{
color: #8115FF;
}
</style>
background-color css
<style>
a { background-color: #8115FF; }
a { background-color: rgb(129,21,255); }
div.DivClassName
{
background-color: #8115FF;
}
.BgClassName
{
background-color: #8115FF;
}
</style>
border-color css
<style>
span { border-color: #8115FF; }
span { border-color: rgb(129,21,255); }
td.TdClassName
{
border-color: #8115FF;
}
.TagClassName
{
border-color: #8115FF;
}
</style>