Shades of Electric Indigo #8903FF
Tints of Electric Indigo #8903FF
RGB
CMYK
RGB Variations
Color information
#8903FF (or 0x8903FF) is known color: Electric Indigo. HEX triplet: 89, 03 and FF. RGB value is (137,3,255). Sum of RGB (Red+Green+Blue) = 137+3+255=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #8903FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8903FF is #76FC00. Grayscale: #464646. Windows color (decimal): -7797761 or 16712585. OLE color: 16712585.
HSL color Cylindrical-coordinate representation of color #8903FF: hue angle of 271.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8903FF is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 3 | 255 | - |
| CMYK | 0.46 | 0.99 | 0 | 0 |
| HSL | 271.9º | 1% | 0.51% | - |
| HSV(B) | 271.9º | 0.99% | 1% | - |
| XYZ | 28.4 | 12.6 | 95.54 | - |
| YUV | 71.79 | 231.39 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 255 | 0.46 | 0.99 | 0 | 0 | 271.9 | 1 | 0.51 |
| Hex | 89 | 3 | FF | 2E | 63 | 0 | 0 | 110 | 64 | 33 |
| Octal | 211 | 3 | 377 | 56 | 143 | 0 | 0 | 420 | 144 | 63 |
| Binary | 10001001 | 11 | 11111111 | 101110 | 1100011 | 0 | 0 | 100010000 | 1100100 | 110011 |
Color Harmonies of #8903FF
Complementary color
Monochromatic Colors of #8903FF
Black with #8903FF
Text Example
Text Example
White with #8903FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8903FF; }
p { color: rgb(137,3,255); }
H1.HeaderClassName
{
color: #8903FF;
}
.AnyTagClassName
{
color: #8903FF;
}
</style>
background-color css
<style>
a { background-color: #8903FF; }
a { background-color: rgb(137,3,255); }
div.DivClassName
{
background-color: #8903FF;
}
.BgClassName
{
background-color: #8903FF;
}
</style>
border-color css
<style>
span { border-color: #8903FF; }
span { border-color: rgb(137,3,255); }
td.TdClassName
{
border-color: #8903FF;
}
.TagClassName
{
border-color: #8903FF;
}
</style>