Shades of Electric Indigo #8802FA
Tints of Electric Indigo #8802FA
RGB
CMYK
RGB Variations
Color information
#8802FA (or 0x8802FA) is known color: Electric Indigo. HEX triplet: 88, 02 and FA. RGB value is (136,2,250). Sum of RGB (Red+Green+Blue) = 136+2+250=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #8802FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8802FA is #77FD05. Grayscale: #454545. Windows color (decimal): -7863558 or 16384648. OLE color: 16384648.
HSL color Cylindrical-coordinate representation of color #8802FA: hue angle of 272.42º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802FA is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 2 | 250 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.02 |
| HSL | 272.42º | 0.98% | 0.49% | - |
| HSV(B) | 272.42º | 0.99% | 0.98% | - |
| XYZ | 27.43 | 12.18 | 91.35 | - |
| YUV | 70.34 | 229.39 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 250 | 0.46 | 0.99 | 0 | 0.02 | 272.42 | 0.98 | 0.49 |
| Hex | 88 | 2 | FA | 2E | 63 | 0 | 2 | 110 | 62 | 31 |
| Octal | 210 | 2 | 372 | 56 | 143 | 0 | 2 | 420 | 142 | 61 |
| Binary | 10001000 | 10 | 11111010 | 101110 | 1100011 | 0 | 10 | 100010000 | 1100010 | 110001 |
Color Harmonies of #8802FA
Complementary color
Monochromatic Colors of #8802FA
Black with #8802FA
Text Example
Text Example
White with #8802FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8802FA; }
p { color: rgb(136,2,250); }
H1.HeaderClassName
{
color: #8802FA;
}
.AnyTagClassName
{
color: #8802FA;
}
</style>
background-color css
<style>
a { background-color: #8802FA; }
a { background-color: rgb(136,2,250); }
div.DivClassName
{
background-color: #8802FA;
}
.BgClassName
{
background-color: #8802FA;
}
</style>
border-color css
<style>
span { border-color: #8802FA; }
span { border-color: rgb(136,2,250); }
td.TdClassName
{
border-color: #8802FA;
}
.TagClassName
{
border-color: #8802FA;
}
</style>