Shades of Electric Indigo #8802FE
Tints of Electric Indigo #8802FE
RGB
CMYK
RGB Variations
Color information
#8802FE (or 0x8802FE) is known color: Electric Indigo. HEX triplet: 88, 02 and FE. RGB value is (136,2,254). Sum of RGB (Red+Green+Blue) = 136+2+254=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #8802FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8802FE is #77FD01. Grayscale: #454545. Windows color (decimal): -7863554 or 16646792. OLE color: 16646792.
HSL color Cylindrical-coordinate representation of color #8802FE: hue angle of 271.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802FE is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 2 | 254 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.00 |
| HSL | 271.9º | 0.99% | 0.5% | - |
| HSV(B) | 271.9º | 0.99% | 1% | - |
| XYZ | 28.06 | 12.43 | 94.69 | - |
| YUV | 70.79 | 231.39 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 254 | 0.46 | 0.99 | 0 | 0.00 | 271.9 | 0.99 | 0.5 |
| Hex | 88 | 2 | FE | 2E | 63 | 0 | 0 | 110 | 63 | 32 |
| Octal | 210 | 2 | 376 | 56 | 143 | 0 | 0 | 420 | 143 | 62 |
| Binary | 10001000 | 10 | 11111110 | 101110 | 1100011 | 0 | 0 | 100010000 | 1100011 | 110010 |
Color Harmonies of #8802FE
Complementary color
Monochromatic Colors of #8802FE
Black with #8802FE
Text Example
Text Example
White with #8802FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8802FE; }
p { color: rgb(136,2,254); }
H1.HeaderClassName
{
color: #8802FE;
}
.AnyTagClassName
{
color: #8802FE;
}
</style>
background-color css
<style>
a { background-color: #8802FE; }
a { background-color: rgb(136,2,254); }
div.DivClassName
{
background-color: #8802FE;
}
.BgClassName
{
background-color: #8802FE;
}
</style>
border-color css
<style>
span { border-color: #8802FE; }
span { border-color: rgb(136,2,254); }
td.TdClassName
{
border-color: #8802FE;
}
.TagClassName
{
border-color: #8802FE;
}
</style>