Shades of Dark Magenta #890DAD
Tints of Dark Magenta #890DAD
RGB
CMYK
RGB Variations
Color information
#890DAD (or 0x890DAD) is known color: Dark Magenta. HEX triplet: 89, 0D and AD. RGB value is (137,13,173). Sum of RGB (Red+Green+Blue) = 137+13+173=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #890DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890DAD is #76F252. Grayscale: #434343. Windows color (decimal): -7795283 or 11341193. OLE color: 11341193.
HSL color Cylindrical-coordinate representation of color #890DAD: hue angle of 286.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890DAD is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 13 | 173 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.32 |
| HSL | 286.5º | 0.86% | 0.36% | - |
| HSV(B) | 286.5º | 0.92% | 0.68% | - |
| XYZ | 18 | 8.62 | 40.25 | - |
| YUV | 68.32 | 187.08 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 173 | 0.21 | 0.92 | 0 | 0.32 | 286.5 | 0.86 | 0.36 |
| Hex | 89 | D | AD | 15 | 5C | 0 | 20 | 11E | 56 | 24 |
| Octal | 211 | 15 | 255 | 25 | 134 | 0 | 40 | 436 | 126 | 44 |
| Binary | 10001001 | 1101 | 10101101 | 10101 | 1011100 | 0 | 100000 | 100011110 | 1010110 | 100100 |
Color Harmonies of #890DAD
Complementary color
Monochromatic Colors of #890DAD
Black with #890DAD
Text Example
Text Example
White with #890DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DAD; }
p { color: rgb(137,13,173); }
H1.HeaderClassName
{
color: #890DAD;
}
.AnyTagClassName
{
color: #890DAD;
}
</style>
background-color css
<style>
a { background-color: #890DAD; }
a { background-color: rgb(137,13,173); }
div.DivClassName
{
background-color: #890DAD;
}
.BgClassName
{
background-color: #890DAD;
}
</style>
border-color css
<style>
span { border-color: #890DAD; }
span { border-color: rgb(137,13,173); }
td.TdClassName
{
border-color: #890DAD;
}
.TagClassName
{
border-color: #890DAD;
}
</style>