Shades of Dark Magenta #890A99
Tints of Dark Magenta #890A99
RGB
CMYK
RGB Variations
Color information
#890A99 (or 0x890A99) is known color: Dark Magenta. HEX triplet: 89, 0A and 99. RGB value is (137,10,153). Sum of RGB (Red+Green+Blue) = 137+10+153=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #890A99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890A99 is #76F566. Grayscale: #3F3F3F. Windows color (decimal): -7796071 or 10029705. OLE color: 10029705.
HSL color Cylindrical-coordinate representation of color #890A99: hue angle of 293.29º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A99 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 10 | 153 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.4 |
| HSL | 293.29º | 0.88% | 0.32% | - |
| HSV(B) | 293.29º | 0.93% | 0.6% | - |
| XYZ | 16.17 | 7.84 | 30.8 | - |
| YUV | 64.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 153 | 0.10 | 0.93 | 0 | 0.4 | 293.29 | 0.88 | 0.32 |
| Hex | 89 | A | 99 | A | 5D | 0 | 28 | 125 | 58 | 20 |
| Octal | 211 | 12 | 231 | 12 | 135 | 0 | 50 | 445 | 130 | 40 |
| Binary | 10001001 | 1010 | 10011001 | 1010 | 1011101 | 0 | 101000 | 100100101 | 1011000 | 100000 |
Color Harmonies of #890A99
Complementary color
Monochromatic Colors of #890A99
Black with #890A99
Text Example
Text Example
White with #890A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A99; }
p { color: rgb(137,10,153); }
H1.HeaderClassName
{
color: #890A99;
}
.AnyTagClassName
{
color: #890A99;
}
</style>
background-color css
<style>
a { background-color: #890A99; }
a { background-color: rgb(137,10,153); }
div.DivClassName
{
background-color: #890A99;
}
.BgClassName
{
background-color: #890A99;
}
</style>
border-color css
<style>
span { border-color: #890A99; }
span { border-color: rgb(137,10,153); }
td.TdClassName
{
border-color: #890A99;
}
.TagClassName
{
border-color: #890A99;
}
</style>