Shades of Dark Magenta #890B99
Tints of Dark Magenta #890B99
RGB
CMYK
RGB Variations
Color information
#890B99 (or 0x890B99) is known color: Dark Magenta. HEX triplet: 89, 0B and 99. RGB value is (137,11,153). Sum of RGB (Red+Green+Blue) = 137+11+153=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #890B99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890B99 is #76F466. Grayscale: #404040. Windows color (decimal): -7795815 or 10029961. OLE color: 10029961.
HSL color Cylindrical-coordinate representation of color #890B99: hue angle of 293.24º degrees, saturation: 0.87, 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 #890B99 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 11 | 153 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.4 |
| HSL | 293.24º | 0.87% | 0.32% | - |
| HSV(B) | 293.24º | 0.93% | 0.6% | - |
| XYZ | 16.19 | 7.86 | 30.8 | - |
| YUV | 64.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 153 | 0.10 | 0.93 | 0 | 0.4 | 293.24 | 0.87 | 0.32 |
| Hex | 89 | B | 99 | A | 5D | 0 | 28 | 125 | 57 | 20 |
| Octal | 211 | 13 | 231 | 12 | 135 | 0 | 50 | 445 | 127 | 40 |
| Binary | 10001001 | 1011 | 10011001 | 1010 | 1011101 | 0 | 101000 | 100100101 | 1010111 | 100000 |
Color Harmonies of #890B99
Complementary color
Monochromatic Colors of #890B99
Black with #890B99
Text Example
Text Example
White with #890B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B99; }
p { color: rgb(137,11,153); }
H1.HeaderClassName
{
color: #890B99;
}
.AnyTagClassName
{
color: #890B99;
}
</style>
background-color css
<style>
a { background-color: #890B99; }
a { background-color: rgb(137,11,153); }
div.DivClassName
{
background-color: #890B99;
}
.BgClassName
{
background-color: #890B99;
}
</style>
border-color css
<style>
span { border-color: #890B99; }
span { border-color: rgb(137,11,153); }
td.TdClassName
{
border-color: #890B99;
}
.TagClassName
{
border-color: #890B99;
}
</style>