Shades of Electric Indigo #800FFE
Tints of Electric Indigo #800FFE
RGB
CMYK
RGB Variations
Color information
#800FFE (or 0x800FFE) is known color: Electric Indigo. HEX triplet: 80, 0F and FE. RGB value is (128,15,254). Sum of RGB (Red+Green+Blue) = 128+15+254=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #800FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800FFE is #7FF001. Grayscale: #4B4B4B. Windows color (decimal): -8384514 or 16650112. OLE color: 16650112.
HSL color Cylindrical-coordinate representation of color #800FFE: hue angle of 268.37º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800FFE is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 15 | 254 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.00 |
| HSL | 268.37º | 0.99% | 0.53% | - |
| HSV(B) | 268.37º | 0.94% | 1% | - |
| XYZ | 26.96 | 12.09 | 94.68 | - |
| YUV | 76.03 | 228.44 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 254 | 0.50 | 0.94 | 0 | 0.00 | 268.37 | 0.99 | 0.53 |
| Hex | 80 | F | FE | 32 | 5E | 0 | 0 | 10C | 63 | 35 |
| Octal | 200 | 17 | 376 | 62 | 136 | 0 | 0 | 414 | 143 | 65 |
| Binary | 10000000 | 1111 | 11111110 | 110010 | 1011110 | 0 | 0 | 100001100 | 1100011 | 110101 |
Color Harmonies of #800FFE
Complementary color
Monochromatic Colors of #800FFE
Black with #800FFE
Text Example
Text Example
White with #800FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FFE; }
p { color: rgb(128,15,254); }
H1.HeaderClassName
{
color: #800FFE;
}
.AnyTagClassName
{
color: #800FFE;
}
</style>
background-color css
<style>
a { background-color: #800FFE; }
a { background-color: rgb(128,15,254); }
div.DivClassName
{
background-color: #800FFE;
}
.BgClassName
{
background-color: #800FFE;
}
</style>
border-color css
<style>
span { border-color: #800FFE; }
span { border-color: rgb(128,15,254); }
td.TdClassName
{
border-color: #800FFE;
}
.TagClassName
{
border-color: #800FFE;
}
</style>