Shades of Electric Indigo #800BFE
Tints of Electric Indigo #800BFE
RGB
CMYK
RGB Variations
Color information
#800BFE (or 0x800BFE) is known color: Electric Indigo. HEX triplet: 80, 0B and FE. RGB value is (128,11,254). Sum of RGB (Red+Green+Blue) = 128+11+254=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #800BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800BFE is #7FF401. Grayscale: #484848. Windows color (decimal): -8385538 or 16649088. OLE color: 16649088.
HSL color Cylindrical-coordinate representation of color #800BFE: hue angle of 268.89º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800BFE is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 11 | 254 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.00 |
| HSL | 268.89º | 0.99% | 0.52% | - |
| HSV(B) | 268.89º | 0.96% | 1% | - |
| XYZ | 26.91 | 11.98 | 94.66 | - |
| YUV | 73.69 | 229.76 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 254 | 0.50 | 0.96 | 0 | 0.00 | 268.89 | 0.99 | 0.52 |
| Hex | 80 | B | FE | 32 | 60 | 0 | 0 | 10D | 63 | 34 |
| Octal | 200 | 13 | 376 | 62 | 140 | 0 | 0 | 415 | 143 | 64 |
| Binary | 10000000 | 1011 | 11111110 | 110010 | 1100000 | 0 | 0 | 100001101 | 1100011 | 110100 |
Color Harmonies of #800BFE
Complementary color
Monochromatic Colors of #800BFE
Black with #800BFE
Text Example
Text Example
White with #800BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BFE; }
p { color: rgb(128,11,254); }
H1.HeaderClassName
{
color: #800BFE;
}
.AnyTagClassName
{
color: #800BFE;
}
</style>
background-color css
<style>
a { background-color: #800BFE; }
a { background-color: rgb(128,11,254); }
div.DivClassName
{
background-color: #800BFE;
}
.BgClassName
{
background-color: #800BFE;
}
</style>
border-color css
<style>
span { border-color: #800BFE; }
span { border-color: rgb(128,11,254); }
td.TdClassName
{
border-color: #800BFE;
}
.TagClassName
{
border-color: #800BFE;
}
</style>