Shades of Electric Indigo #8803F9
Tints of Electric Indigo #8803F9
RGB
CMYK
RGB Variations
Color information
#8803F9 (or 0x8803F9) is known color: Electric Indigo. HEX triplet: 88, 03 and F9. RGB value is (136,3,249). Sum of RGB (Red+Green+Blue) = 136+3+249=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 249 (97.66% from 255 or 64.18% from 388); Max value from RGB is 249 - color contains mainly: blue. Hex color #8803F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8803F9 is #77FC06. Grayscale: #454545. Windows color (decimal): -7863303 or 16319368. OLE color: 16319368.
HSL color Cylindrical-coordinate representation of color #8803F9: hue angle of 272.44º 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 #8803F9 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 3 | 249 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.02 |
| HSL | 272.44º | 0.98% | 0.49% | - |
| HSV(B) | 272.44º | 0.99% | 0.98% | - |
| XYZ | 27.28 | 12.14 | 90.53 | - |
| YUV | 70.81 | 228.56 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 249 | 0.45 | 0.99 | 0 | 0.02 | 272.44 | 0.98 | 0.49 |
| Hex | 88 | 3 | F9 | 2D | 63 | 0 | 2 | 110 | 62 | 31 |
| Octal | 210 | 3 | 371 | 55 | 143 | 0 | 2 | 420 | 142 | 61 |
| Binary | 10001000 | 11 | 11111001 | 101101 | 1100011 | 0 | 10 | 100010000 | 1100010 | 110001 |
Color Harmonies of #8803F9
Complementary color
Monochromatic Colors of #8803F9
Black with #8803F9
Text Example
Text Example
White with #8803F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803F9; }
p { color: rgb(136,3,249); }
H1.HeaderClassName
{
color: #8803F9;
}
.AnyTagClassName
{
color: #8803F9;
}
</style>
background-color css
<style>
a { background-color: #8803F9; }
a { background-color: rgb(136,3,249); }
div.DivClassName
{
background-color: #8803F9;
}
.BgClassName
{
background-color: #8803F9;
}
</style>
border-color css
<style>
span { border-color: #8803F9; }
span { border-color: rgb(136,3,249); }
td.TdClassName
{
border-color: #8803F9;
}
.TagClassName
{
border-color: #8803F9;
}
</style>