Shades of Electric Indigo #8903FA
Tints of Electric Indigo #8903FA
RGB
CMYK
RGB Variations
Color information
#8903FA (or 0x8903FA) is known color: Electric Indigo. HEX triplet: 89, 03 and FA. RGB value is (137,3,250). Sum of RGB (Red+Green+Blue) = 137+3+250=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #8903FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8903FA is #76FC05. Grayscale: #464646. Windows color (decimal): -7797766 or 16384905. OLE color: 16384905.
HSL color Cylindrical-coordinate representation of color #8903FA: hue angle of 272.55º 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 #8903FA is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 3 | 250 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.02 |
| HSL | 272.55º | 0.98% | 0.5% | - |
| HSV(B) | 272.55º | 0.99% | 0.98% | - |
| XYZ | 27.6 | 12.29 | 91.36 | - |
| YUV | 71.22 | 228.89 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 250 | 0.45 | 0.99 | 0 | 0.02 | 272.55 | 0.98 | 0.5 |
| Hex | 89 | 3 | FA | 2D | 63 | 0 | 2 | 111 | 62 | 32 |
| Octal | 211 | 3 | 372 | 55 | 143 | 0 | 2 | 421 | 142 | 62 |
| Binary | 10001001 | 11 | 11111010 | 101101 | 1100011 | 0 | 10 | 100010001 | 1100010 | 110010 |
Color Harmonies of #8903FA
Complementary color
Monochromatic Colors of #8903FA
Black with #8903FA
Text Example
Text Example
White with #8903FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8903FA; }
p { color: rgb(137,3,250); }
H1.HeaderClassName
{
color: #8903FA;
}
.AnyTagClassName
{
color: #8903FA;
}
</style>
background-color css
<style>
a { background-color: #8903FA; }
a { background-color: rgb(137,3,250); }
div.DivClassName
{
background-color: #8903FA;
}
.BgClassName
{
background-color: #8903FA;
}
</style>
border-color css
<style>
span { border-color: #8903FA; }
span { border-color: rgb(137,3,250); }
td.TdClassName
{
border-color: #8903FA;
}
.TagClassName
{
border-color: #8903FA;
}
</style>