Shades of Electric Indigo #800EF6
Tints of Electric Indigo #800EF6
RGB
CMYK
RGB Variations
Color information
#800EF6 (or 0x800EF6) is known color: Electric Indigo. HEX triplet: 80, 0E and F6. RGB value is (128,14,246). Sum of RGB (Red+Green+Blue) = 128+14+246=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 246 (96.48% from 255 or 63.40% from 388); Max value from RGB is 246 - color contains mainly: blue. Hex color #800EF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800EF6 is #7FF109. Grayscale: #494949. Windows color (decimal): -8384778 or 16125568. OLE color: 16125568.
HSL color Cylindrical-coordinate representation of color #800EF6: hue angle of 269.48º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EF6 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 14 | 246 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.04 |
| HSL | 269.48º | 0.93% | 0.51% | - |
| HSV(B) | 269.48º | 0.94% | 0.96% | - |
| XYZ | 25.69 | 11.56 | 88.07 | - |
| YUV | 74.53 | 224.77 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 246 | 0.48 | 0.94 | 0 | 0.04 | 269.48 | 0.93 | 0.51 |
| Hex | 80 | E | F6 | 30 | 5E | 0 | 4 | 10D | 5D | 33 |
| Octal | 200 | 16 | 366 | 60 | 136 | 0 | 4 | 415 | 135 | 63 |
| Binary | 10000000 | 1110 | 11110110 | 110000 | 1011110 | 0 | 100 | 100001101 | 1011101 | 110011 |
Color Harmonies of #800EF6
Complementary color
Monochromatic Colors of #800EF6
Black with #800EF6
Text Example
Text Example
White with #800EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800EF6; }
p { color: rgb(128,14,246); }
H1.HeaderClassName
{
color: #800EF6;
}
.AnyTagClassName
{
color: #800EF6;
}
</style>
background-color css
<style>
a { background-color: #800EF6; }
a { background-color: rgb(128,14,246); }
div.DivClassName
{
background-color: #800EF6;
}
.BgClassName
{
background-color: #800EF6;
}
</style>
border-color css
<style>
span { border-color: #800EF6; }
span { border-color: rgb(128,14,246); }
td.TdClassName
{
border-color: #800EF6;
}
.TagClassName
{
border-color: #800EF6;
}
</style>