Shades of Electric Indigo #8803FA
Tints of Electric Indigo #8803FA
RGB
CMYK
RGB Variations
Color information
#8803FA (or 0x8803FA) is known color: Electric Indigo. HEX triplet: 88, 03 and FA. RGB value is (136,3,250). Sum of RGB (Red+Green+Blue) = 136+3+250=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #8803FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8803FA is #77FC05. Grayscale: #464646. Windows color (decimal): -7863302 or 16384904. OLE color: 16384904.
HSL color Cylindrical-coordinate representation of color #8803FA: hue angle of 272.31º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8803FA is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 3 | 250 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.02 |
| HSL | 272.31º | 0.98% | 0.5% | - |
| HSV(B) | 272.31º | 0.99% | 0.98% | - |
| XYZ | 27.44 | 12.2 | 91.35 | - |
| YUV | 70.93 | 229.06 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 250 | 0.46 | 0.99 | 0 | 0.02 | 272.31 | 0.98 | 0.5 |
| Hex | 88 | 3 | FA | 2E | 63 | 0 | 2 | 110 | 62 | 32 |
| Octal | 210 | 3 | 372 | 56 | 143 | 0 | 2 | 420 | 142 | 62 |
| Binary | 10001000 | 11 | 11111010 | 101110 | 1100011 | 0 | 10 | 100010000 | 1100010 | 110010 |
Color Harmonies of #8803FA
Complementary color
Monochromatic Colors of #8803FA
Black with #8803FA
Text Example
Text Example
White with #8803FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803FA; }
p { color: rgb(136,3,250); }
H1.HeaderClassName
{
color: #8803FA;
}
.AnyTagClassName
{
color: #8803FA;
}
</style>
background-color css
<style>
a { background-color: #8803FA; }
a { background-color: rgb(136,3,250); }
div.DivClassName
{
background-color: #8803FA;
}
.BgClassName
{
background-color: #8803FA;
}
</style>
border-color css
<style>
span { border-color: #8803FA; }
span { border-color: rgb(136,3,250); }
td.TdClassName
{
border-color: #8803FA;
}
.TagClassName
{
border-color: #8803FA;
}
</style>