Shades of Electric Indigo #8014FF
Tints of Electric Indigo #8014FF
RGB
CMYK
RGB Variations
Color information
#8014FF (or 0x8014FF) is known color: Electric Indigo. HEX triplet: 80, 14 and FF. RGB value is (128,20,255). Sum of RGB (Red+Green+Blue) = 128+20+255=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #8014FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8014FF is #7FEB00. Grayscale: #4E4E4E. Windows color (decimal): -8383233 or 16716928. OLE color: 16716928.
HSL color Cylindrical-coordinate representation of color #8014FF: hue angle of 267.57º 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 #8014FF is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 20 | 255 | - |
| CMYK | 0.50 | 0.92 | 0 | 0 |
| HSL | 267.57º | 1% | 0.54% | - |
| HSV(B) | 267.57º | 0.92% | 1% | - |
| XYZ | 27.2 | 12.31 | 95.55 | - |
| YUV | 79.08 | 227.28 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 255 | 0.50 | 0.92 | 0 | 0 | 267.57 | 1 | 0.54 |
| Hex | 80 | 14 | FF | 32 | 5C | 0 | 0 | 10C | 64 | 36 |
| Octal | 200 | 24 | 377 | 62 | 134 | 0 | 0 | 414 | 144 | 66 |
| Binary | 10000000 | 10100 | 11111111 | 110010 | 1011100 | 0 | 0 | 100001100 | 1100100 | 110110 |
Color Harmonies of #8014FF
Complementary color
Monochromatic Colors of #8014FF
Black with #8014FF
Text Example
Text Example
White with #8014FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014FF; }
p { color: rgb(128,20,255); }
H1.HeaderClassName
{
color: #8014FF;
}
.AnyTagClassName
{
color: #8014FF;
}
</style>
background-color css
<style>
a { background-color: #8014FF; }
a { background-color: rgb(128,20,255); }
div.DivClassName
{
background-color: #8014FF;
}
.BgClassName
{
background-color: #8014FF;
}
</style>
border-color css
<style>
span { border-color: #8014FF; }
span { border-color: rgb(128,20,255); }
td.TdClassName
{
border-color: #8014FF;
}
.TagClassName
{
border-color: #8014FF;
}
</style>