Shades of Dark Magenta #890990
Tints of Dark Magenta #890990
RGB
CMYK
RGB Variations
Color information
#890990 (or 0x890990) is known color: Dark Magenta. HEX triplet: 89, 09 and 90. RGB value is (137,9,144). Sum of RGB (Red+Green+Blue) = 137+9+144=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #890990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890990 is #76F66F. Grayscale: #3E3E3E. Windows color (decimal): -7796336 or 9439625. OLE color: 9439625.
HSL color Cylindrical-coordinate representation of color #890990: hue angle of 296.89º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890990 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 9 | 144 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.44 |
| HSL | 296.89º | 0.88% | 0.3% | - |
| HSV(B) | 296.89º | 0.94% | 0.56% | - |
| XYZ | 15.45 | 7.53 | 27.02 | - |
| YUV | 62.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 144 | 0.05 | 0.94 | 0 | 0.44 | 296.89 | 0.88 | 0.3 |
| Hex | 89 | 9 | 90 | 5 | 5E | 0 | 2C | 129 | 58 | 1E |
| Octal | 211 | 11 | 220 | 5 | 136 | 0 | 54 | 451 | 130 | 36 |
| Binary | 10001001 | 1001 | 10010000 | 101 | 1011110 | 0 | 101100 | 100101001 | 1011000 | 11110 |
Color Harmonies of #890990
Complementary color
Monochromatic Colors of #890990
Black with #890990
Text Example
Text Example
White with #890990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890990; }
p { color: rgb(137,9,144); }
H1.HeaderClassName
{
color: #890990;
}
.AnyTagClassName
{
color: #890990;
}
</style>
background-color css
<style>
a { background-color: #890990; }
a { background-color: rgb(137,9,144); }
div.DivClassName
{
background-color: #890990;
}
.BgClassName
{
background-color: #890990;
}
</style>
border-color css
<style>
span { border-color: #890990; }
span { border-color: rgb(137,9,144); }
td.TdClassName
{
border-color: #890990;
}
.TagClassName
{
border-color: #890990;
}
</style>