Shades of Electric Indigo #8900F9
Tints of Electric Indigo #8900F9
RGB
CMYK
RGB Variations
Color information
#8900F9 (or 0x8900F9) is known color: Electric Indigo. HEX triplet: 89, 00 and F9. RGB value is (137,0,249). Sum of RGB (Red+Green+Blue) = 137+0+249=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 249 (97.66% from 255 or 64.51% from 386); Max value from RGB is 249 - color contains mainly: blue. Hex color #8900F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8900F9 is #76FF06. Grayscale: #444444. Windows color (decimal): -7798535 or 16318601. OLE color: 16318601.
HSL color Cylindrical-coordinate representation of color #8900F9: hue angle of 273.01º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900F9 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 0 | 249 | - |
| CMYK | 0.45 | 1 | 0 | 0.02 |
| HSL | 273.01º | 1% | 0.49% | - |
| HSV(B) | 273.01º | 1% | 0.98% | - |
| XYZ | 27.42 | 12.16 | 90.52 | - |
| YUV | 69.35 | 229.39 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 249 | 0.45 | 1 | 0 | 0.02 | 273.01 | 1 | 0.49 |
| Hex | 89 | 0 | F9 | 2D | 64 | 0 | 2 | 111 | 64 | 31 |
| Octal | 211 | 0 | 371 | 55 | 144 | 0 | 2 | 421 | 144 | 61 |
| Binary | 10001001 | 0 | 11111001 | 101101 | 1100100 | 0 | 10 | 100010001 | 1100100 | 110001 |
Color Harmonies of #8900F9
Complementary color
Monochromatic Colors of #8900F9
Black with #8900F9
Text Example
Text Example
White with #8900F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8900F9; }
p { color: rgb(137,0,249); }
H1.HeaderClassName
{
color: #8900F9;
}
.AnyTagClassName
{
color: #8900F9;
}
</style>
background-color css
<style>
a { background-color: #8900F9; }
a { background-color: rgb(137,0,249); }
div.DivClassName
{
background-color: #8900F9;
}
.BgClassName
{
background-color: #8900F9;
}
</style>
border-color css
<style>
span { border-color: #8900F9; }
span { border-color: rgb(137,0,249); }
td.TdClassName
{
border-color: #8900F9;
}
.TagClassName
{
border-color: #8900F9;
}
</style>