Shades of Electric Indigo #890FFF
Tints of Electric Indigo #890FFF
RGB
CMYK
RGB Variations
Color information
#890FFF (or 0x890FFF) is known color: Electric Indigo. HEX triplet: 89, 0F and FF. RGB value is (137,15,255). Sum of RGB (Red+Green+Blue) = 137+15+255=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #890FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890FFF is #76F000. Grayscale: #4E4E4E. Windows color (decimal): -7794689 or 16715657. OLE color: 16715657.
HSL color Cylindrical-coordinate representation of color #890FFF: hue angle of 270.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890FFF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 15 | 255 | - |
| CMYK | 0.46 | 0.94 | 0 | 0 |
| HSL | 270.5º | 1% | 0.53% | - |
| HSV(B) | 270.5º | 0.94% | 1% | - |
| XYZ | 28.54 | 12.88 | 95.59 | - |
| YUV | 78.84 | 227.42 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 255 | 0.46 | 0.94 | 0 | 0 | 270.5 | 1 | 0.53 |
| Hex | 89 | F | FF | 2E | 5E | 0 | 0 | 10E | 64 | 35 |
| Octal | 211 | 17 | 377 | 56 | 136 | 0 | 0 | 416 | 144 | 65 |
| Binary | 10001001 | 1111 | 11111111 | 101110 | 1011110 | 0 | 0 | 100001110 | 1100100 | 110101 |
Color Harmonies of #890FFF
Complementary color
Monochromatic Colors of #890FFF
Black with #890FFF
Text Example
Text Example
White with #890FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FFF; }
p { color: rgb(137,15,255); }
H1.HeaderClassName
{
color: #890FFF;
}
.AnyTagClassName
{
color: #890FFF;
}
</style>
background-color css
<style>
a { background-color: #890FFF; }
a { background-color: rgb(137,15,255); }
div.DivClassName
{
background-color: #890FFF;
}
.BgClassName
{
background-color: #890FFF;
}
</style>
border-color css
<style>
span { border-color: #890FFF; }
span { border-color: rgb(137,15,255); }
td.TdClassName
{
border-color: #890FFF;
}
.TagClassName
{
border-color: #890FFF;
}
</style>