Shades of Dark Magenta #9D1490
Tints of Dark Magenta #9D1490
RGB
CMYK
RGB Variations
Color information
#9D1490 (or 0x9D1490) is known color: Dark Magenta. HEX triplet: 9D, 14 and 90. RGB value is (157,20,144). Sum of RGB (Red+Green+Blue) = 157+20+144=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1490 is #62EB6F. Grayscale: #4A4A4A. Windows color (decimal): -6482800 or 9442461. OLE color: 9442461.
HSL color Cylindrical-coordinate representation of color #9D1490: hue angle of 305.69º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1490 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 144 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.38 |
| HSL | 305.69º | 0.77% | 0.35% | - |
| HSV(B) | 305.69º | 0.87% | 0.62% | - |
| XYZ | 19.19 | 9.68 | 27.24 | - |
| YUV | 75.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 144 | 0 | 0.87 | 0.08 | 0.38 | 305.69 | 0.77 | 0.35 |
| Hex | 9D | 14 | 90 | 0 | 57 | 8 | 26 | 132 | 4D | 23 |
| Octal | 235 | 24 | 220 | 0 | 127 | 10 | 46 | 462 | 115 | 43 |
| Binary | 10011101 | 10100 | 10010000 | 0 | 1010111 | 1000 | 100110 | 100110010 | 1001101 | 100011 |
Color Harmonies of #9D1490
Complementary color
Monochromatic Colors of #9D1490
Black with #9D1490
Text Example
Text Example
White with #9D1490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1490; }
p { color: rgb(157,20,144); }
H1.HeaderClassName
{
color: #9D1490;
}
.AnyTagClassName
{
color: #9D1490;
}
</style>
background-color css
<style>
a { background-color: #9D1490; }
a { background-color: rgb(157,20,144); }
div.DivClassName
{
background-color: #9D1490;
}
.BgClassName
{
background-color: #9D1490;
}
</style>
border-color css
<style>
span { border-color: #9D1490; }
span { border-color: rgb(157,20,144); }
td.TdClassName
{
border-color: #9D1490;
}
.TagClassName
{
border-color: #9D1490;
}
</style>