Shades of Dark Magenta #9D1390
Tints of Dark Magenta #9D1390
RGB
CMYK
RGB Variations
Color information
#9D1390 (or 0x9D1390) is known color: Dark Magenta. HEX triplet: 9D, 13 and 90. RGB value is (157,19,144). Sum of RGB (Red+Green+Blue) = 157+19+144=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1390 is #62EC6F. Grayscale: #4A4A4A. Windows color (decimal): -6483056 or 9442205. OLE color: 9442205.
HSL color Cylindrical-coordinate representation of color #9D1390: hue angle of 305.65º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1390 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 144 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.38 |
| HSL | 305.65º | 0.78% | 0.35% | - |
| HSV(B) | 305.65º | 0.88% | 0.62% | - |
| XYZ | 19.17 | 9.65 | 27.24 | - |
| YUV | 74.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 144 | 0 | 0.88 | 0.08 | 0.38 | 305.65 | 0.78 | 0.35 |
| Hex | 9D | 13 | 90 | 0 | 58 | 8 | 26 | 132 | 4E | 23 |
| Octal | 235 | 23 | 220 | 0 | 130 | 10 | 46 | 462 | 116 | 43 |
| Binary | 10011101 | 10011 | 10010000 | 0 | 1011000 | 1000 | 100110 | 100110010 | 1001110 | 100011 |
Color Harmonies of #9D1390
Complementary color
Monochromatic Colors of #9D1390
Black with #9D1390
Text Example
Text Example
White with #9D1390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1390; }
p { color: rgb(157,19,144); }
H1.HeaderClassName
{
color: #9D1390;
}
.AnyTagClassName
{
color: #9D1390;
}
</style>
background-color css
<style>
a { background-color: #9D1390; }
a { background-color: rgb(157,19,144); }
div.DivClassName
{
background-color: #9D1390;
}
.BgClassName
{
background-color: #9D1390;
}
</style>
border-color css
<style>
span { border-color: #9D1390; }
span { border-color: rgb(157,19,144); }
td.TdClassName
{
border-color: #9D1390;
}
.TagClassName
{
border-color: #9D1390;
}
</style>