Shades of Electric Indigo #8117FE
Tints of Electric Indigo #8117FE
RGB
CMYK
RGB Variations
Color information
#8117FE (or 0x8117FE) is known color: Electric Indigo. HEX triplet: 81, 17 and FE. RGB value is (129,23,254). Sum of RGB (Red+Green+Blue) = 129+23+254=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #8117FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8117FE is #7EE801. Grayscale: #505050. Windows color (decimal): -8316930 or 16652161. OLE color: 16652161.
HSL color Cylindrical-coordinate representation of color #8117FE: hue angle of 267.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8117FE is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 23 | 254 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.00 |
| HSL | 267.53º | 0.99% | 0.54% | - |
| HSV(B) | 267.53º | 0.91% | 1% | - |
| XYZ | 27.25 | 12.44 | 94.73 | - |
| YUV | 81.03 | 225.62 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 254 | 0.49 | 0.91 | 0 | 0.00 | 267.53 | 0.99 | 0.54 |
| Hex | 81 | 17 | FE | 31 | 5B | 0 | 0 | 10C | 63 | 36 |
| Octal | 201 | 27 | 376 | 61 | 133 | 0 | 0 | 414 | 143 | 66 |
| Binary | 10000001 | 10111 | 11111110 | 110001 | 1011011 | 0 | 0 | 100001100 | 1100011 | 110110 |
Color Harmonies of #8117FE
Complementary color
Monochromatic Colors of #8117FE
Black with #8117FE
Text Example
Text Example
White with #8117FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8117FE; }
p { color: rgb(129,23,254); }
H1.HeaderClassName
{
color: #8117FE;
}
.AnyTagClassName
{
color: #8117FE;
}
</style>
background-color css
<style>
a { background-color: #8117FE; }
a { background-color: rgb(129,23,254); }
div.DivClassName
{
background-color: #8117FE;
}
.BgClassName
{
background-color: #8117FE;
}
</style>
border-color css
<style>
span { border-color: #8117FE; }
span { border-color: rgb(129,23,254); }
td.TdClassName
{
border-color: #8117FE;
}
.TagClassName
{
border-color: #8117FE;
}
</style>