Shades of Dark Magenta #890DAB
Tints of Dark Magenta #890DAB
RGB
CMYK
RGB Variations
Color information
#890DAB (or 0x890DAB) is known color: Dark Magenta. HEX triplet: 89, 0D and AB. RGB value is (137,13,171). Sum of RGB (Red+Green+Blue) = 137+13+171=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #890DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890DAB is #76F254. Grayscale: #434343. Windows color (decimal): -7795285 or 11210121. OLE color: 11210121.
HSL color Cylindrical-coordinate representation of color #890DAB: hue angle of 287.09º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890DAB is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 13 | 171 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.33 |
| HSL | 287.09º | 0.86% | 0.36% | - |
| HSV(B) | 287.09º | 0.92% | 0.67% | - |
| XYZ | 17.81 | 8.55 | 39.24 | - |
| YUV | 68.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 171 | 0.20 | 0.92 | 0 | 0.33 | 287.09 | 0.86 | 0.36 |
| Hex | 89 | D | AB | 14 | 5C | 0 | 21 | 11F | 56 | 24 |
| Octal | 211 | 15 | 253 | 24 | 134 | 0 | 41 | 437 | 126 | 44 |
| Binary | 10001001 | 1101 | 10101011 | 10100 | 1011100 | 0 | 100001 | 100011111 | 1010110 | 100100 |
Color Harmonies of #890DAB
Complementary color
Monochromatic Colors of #890DAB
Black with #890DAB
Text Example
Text Example
White with #890DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890DAB; }
p { color: rgb(137,13,171); }
H1.HeaderClassName
{
color: #890DAB;
}
.AnyTagClassName
{
color: #890DAB;
}
</style>
background-color css
<style>
a { background-color: #890DAB; }
a { background-color: rgb(137,13,171); }
div.DivClassName
{
background-color: #890DAB;
}
.BgClassName
{
background-color: #890DAB;
}
</style>
border-color css
<style>
span { border-color: #890DAB; }
span { border-color: rgb(137,13,171); }
td.TdClassName
{
border-color: #890DAB;
}
.TagClassName
{
border-color: #890DAB;
}
</style>