Shades of Electric Indigo #8802FC
Tints of Electric Indigo #8802FC
RGB
CMYK
RGB Variations
Color information
#8802FC (or 0x8802FC) is known color: Electric Indigo. HEX triplet: 88, 02 and FC. RGB value is (136,2,252). Sum of RGB (Red+Green+Blue) = 136+2+252=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #8802FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8802FC is #77FD03. Grayscale: #454545. Windows color (decimal): -7863556 or 16515720. OLE color: 16515720.
HSL color Cylindrical-coordinate representation of color #8802FC: hue angle of 272.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802FC is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 2 | 252 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.01 |
| HSL | 272.16º | 0.98% | 0.5% | - |
| HSV(B) | 272.16º | 0.99% | 0.99% | - |
| XYZ | 27.75 | 12.31 | 93.01 | - |
| YUV | 70.57 | 230.39 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 252 | 0.46 | 0.99 | 0 | 0.01 | 272.16 | 0.98 | 0.5 |
| Hex | 88 | 2 | FC | 2E | 63 | 0 | 1 | 110 | 62 | 32 |
| Octal | 210 | 2 | 374 | 56 | 143 | 0 | 1 | 420 | 142 | 62 |
| Binary | 10001000 | 10 | 11111100 | 101110 | 1100011 | 0 | 1 | 100010000 | 1100010 | 110010 |
Color Harmonies of #8802FC
Complementary color
Monochromatic Colors of #8802FC
Black with #8802FC
Text Example
Text Example
White with #8802FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8802FC; }
p { color: rgb(136,2,252); }
H1.HeaderClassName
{
color: #8802FC;
}
.AnyTagClassName
{
color: #8802FC;
}
</style>
background-color css
<style>
a { background-color: #8802FC; }
a { background-color: rgb(136,2,252); }
div.DivClassName
{
background-color: #8802FC;
}
.BgClassName
{
background-color: #8802FC;
}
</style>
border-color css
<style>
span { border-color: #8802FC; }
span { border-color: rgb(136,2,252); }
td.TdClassName
{
border-color: #8802FC;
}
.TagClassName
{
border-color: #8802FC;
}
</style>