Shades of Electric Indigo #8014FE
Tints of Electric Indigo #8014FE
RGB
CMYK
RGB Variations
Color information
#8014FE (or 0x8014FE) is known color: Electric Indigo. HEX triplet: 80, 14 and FE. RGB value is (128,20,254). Sum of RGB (Red+Green+Blue) = 128+20+254=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #8014FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8014FE is #7FEB01. Grayscale: #4E4E4E. Windows color (decimal): -8383234 or 16651392. OLE color: 16651392.
HSL color Cylindrical-coordinate representation of color #8014FE: hue angle of 267.69º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8014FE is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 20 | 254 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.00 |
| HSL | 267.69º | 0.99% | 0.54% | - |
| HSV(B) | 267.69º | 0.92% | 1% | - |
| XYZ | 27.04 | 12.25 | 94.7 | - |
| YUV | 78.97 | 226.78 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 254 | 0.50 | 0.92 | 0 | 0.00 | 267.69 | 0.99 | 0.54 |
| Hex | 80 | 14 | FE | 32 | 5C | 0 | 0 | 10C | 63 | 36 |
| Octal | 200 | 24 | 376 | 62 | 134 | 0 | 0 | 414 | 143 | 66 |
| Binary | 10000000 | 10100 | 11111110 | 110010 | 1011100 | 0 | 0 | 100001100 | 1100011 | 110110 |
Color Harmonies of #8014FE
Complementary color
Monochromatic Colors of #8014FE
Black with #8014FE
Text Example
Text Example
White with #8014FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014FE; }
p { color: rgb(128,20,254); }
H1.HeaderClassName
{
color: #8014FE;
}
.AnyTagClassName
{
color: #8014FE;
}
</style>
background-color css
<style>
a { background-color: #8014FE; }
a { background-color: rgb(128,20,254); }
div.DivClassName
{
background-color: #8014FE;
}
.BgClassName
{
background-color: #8014FE;
}
</style>
border-color css
<style>
span { border-color: #8014FE; }
span { border-color: rgb(128,20,254); }
td.TdClassName
{
border-color: #8014FE;
}
.TagClassName
{
border-color: #8014FE;
}
</style>