Shades of Dark Magenta #890D96
Tints of Dark Magenta #890D96
RGB
CMYK
RGB Variations
Color information
#890D96 (or 0x890D96) is known color: Dark Magenta. HEX triplet: 89, 0D and 96. RGB value is (137,13,150). Sum of RGB (Red+Green+Blue) = 137+13+150=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #890D96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890D96 is #76F269. Grayscale: #414141. Windows color (decimal): -7795306 or 9833865. OLE color: 9833865.
HSL color Cylindrical-coordinate representation of color #890D96: hue angle of 294.31º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D96 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 13 | 150 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.41 |
| HSL | 294.31º | 0.84% | 0.32% | - |
| HSV(B) | 294.31º | 0.91% | 0.59% | - |
| XYZ | 15.97 | 7.81 | 29.52 | - |
| YUV | 65.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 150 | 0.09 | 0.91 | 0 | 0.41 | 294.31 | 0.84 | 0.32 |
| Hex | 89 | D | 96 | 9 | 5B | 0 | 29 | 126 | 54 | 20 |
| Octal | 211 | 15 | 226 | 11 | 133 | 0 | 51 | 446 | 124 | 40 |
| Binary | 10001001 | 1101 | 10010110 | 1001 | 1011011 | 0 | 101001 | 100100110 | 1010100 | 100000 |
Color Harmonies of #890D96
Complementary color
Monochromatic Colors of #890D96
Black with #890D96
Text Example
Text Example
White with #890D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D96; }
p { color: rgb(137,13,150); }
H1.HeaderClassName
{
color: #890D96;
}
.AnyTagClassName
{
color: #890D96;
}
</style>
background-color css
<style>
a { background-color: #890D96; }
a { background-color: rgb(137,13,150); }
div.DivClassName
{
background-color: #890D96;
}
.BgClassName
{
background-color: #890D96;
}
</style>
border-color css
<style>
span { border-color: #890D96; }
span { border-color: rgb(137,13,150); }
td.TdClassName
{
border-color: #890D96;
}
.TagClassName
{
border-color: #890D96;
}
</style>