Shades of Electric Indigo #8017FE
Tints of Electric Indigo #8017FE
RGB
CMYK
RGB Variations
Color information
#8017FE (or 0x8017FE) is known color: Electric Indigo. HEX triplet: 80, 17 and FE. RGB value is (128,23,254). Sum of RGB (Red+Green+Blue) = 128+23+254=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #8017FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8017FE is #7FE801. Grayscale: #4F4F4F. Windows color (decimal): -8382466 or 16652160. OLE color: 16652160.
HSL color Cylindrical-coordinate representation of color #8017FE: hue angle of 267.27º 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 #8017FE is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 23 | 254 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.00 |
| HSL | 267.27º | 0.99% | 0.54% | - |
| HSV(B) | 267.27º | 0.91% | 1% | - |
| XYZ | 27.1 | 12.36 | 94.72 | - |
| YUV | 80.73 | 225.79 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 254 | 0.50 | 0.91 | 0 | 0.00 | 267.27 | 0.99 | 0.54 |
| Hex | 80 | 17 | FE | 32 | 5B | 0 | 0 | 10B | 63 | 36 |
| Octal | 200 | 27 | 376 | 62 | 133 | 0 | 0 | 413 | 143 | 66 |
| Binary | 10000000 | 10111 | 11111110 | 110010 | 1011011 | 0 | 0 | 100001011 | 1100011 | 110110 |
Color Harmonies of #8017FE
Complementary color
Monochromatic Colors of #8017FE
Black with #8017FE
Text Example
Text Example
White with #8017FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8017FE; }
p { color: rgb(128,23,254); }
H1.HeaderClassName
{
color: #8017FE;
}
.AnyTagClassName
{
color: #8017FE;
}
</style>
background-color css
<style>
a { background-color: #8017FE; }
a { background-color: rgb(128,23,254); }
div.DivClassName
{
background-color: #8017FE;
}
.BgClassName
{
background-color: #8017FE;
}
</style>
border-color css
<style>
span { border-color: #8017FE; }
span { border-color: rgb(128,23,254); }
td.TdClassName
{
border-color: #8017FE;
}
.TagClassName
{
border-color: #8017FE;
}
</style>