Shades of Electric Indigo #8013FE
Tints of Electric Indigo #8013FE
RGB
CMYK
RGB Variations
Color information
#8013FE (or 0x8013FE) is known color: Electric Indigo. HEX triplet: 80, 13 and FE. RGB value is (128,19,254). Sum of RGB (Red+Green+Blue) = 128+19+254=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #8013FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8013FE is #7FEC01. Grayscale: #4D4D4D. Windows color (decimal): -8383490 or 16651136. OLE color: 16651136.
HSL color Cylindrical-coordinate representation of color #8013FE: hue angle of 267.83º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8013FE is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 19 | 254 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.00 |
| HSL | 267.83º | 0.99% | 0.54% | - |
| HSV(B) | 267.83º | 0.93% | 1% | - |
| XYZ | 27.02 | 12.21 | 94.7 | - |
| YUV | 78.38 | 227.11 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 254 | 0.50 | 0.93 | 0 | 0.00 | 267.83 | 0.99 | 0.54 |
| Hex | 80 | 13 | FE | 32 | 5D | 0 | 0 | 10C | 63 | 36 |
| Octal | 200 | 23 | 376 | 62 | 135 | 0 | 0 | 414 | 143 | 66 |
| Binary | 10000000 | 10011 | 11111110 | 110010 | 1011101 | 0 | 0 | 100001100 | 1100011 | 110110 |
Color Harmonies of #8013FE
Complementary color
Monochromatic Colors of #8013FE
Black with #8013FE
Text Example
Text Example
White with #8013FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8013FE; }
p { color: rgb(128,19,254); }
H1.HeaderClassName
{
color: #8013FE;
}
.AnyTagClassName
{
color: #8013FE;
}
</style>
background-color css
<style>
a { background-color: #8013FE; }
a { background-color: rgb(128,19,254); }
div.DivClassName
{
background-color: #8013FE;
}
.BgClassName
{
background-color: #8013FE;
}
</style>
border-color css
<style>
span { border-color: #8013FE; }
span { border-color: rgb(128,19,254); }
td.TdClassName
{
border-color: #8013FE;
}
.TagClassName
{
border-color: #8013FE;
}
</style>