Shades of Dark Magenta #9D1497
Tints of Dark Magenta #9D1497
RGB
CMYK
RGB Variations
Color information
#9D1497 (or 0x9D1497) is known color: Dark Magenta. HEX triplet: 9D, 14 and 97. RGB value is (157,20,151). Sum of RGB (Red+Green+Blue) = 157+20+151=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1497 is #62EB68. Grayscale: #4B4B4B. Windows color (decimal): -6482793 or 9901213. OLE color: 9901213.
HSL color Cylindrical-coordinate representation of color #9D1497: hue angle of 302.63º 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 #9D1497 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 151 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.38 |
| HSL | 302.63º | 0.77% | 0.35% | - |
| HSV(B) | 302.63º | 0.87% | 0.62% | - |
| XYZ | 19.74 | 9.9 | 30.15 | - |
| YUV | 75.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 151 | 0 | 0.87 | 0.04 | 0.38 | 302.63 | 0.77 | 0.35 |
| Hex | 9D | 14 | 97 | 0 | 57 | 4 | 26 | 12F | 4D | 23 |
| Octal | 235 | 24 | 227 | 0 | 127 | 4 | 46 | 457 | 115 | 43 |
| Binary | 10011101 | 10100 | 10010111 | 0 | 1010111 | 100 | 100110 | 100101111 | 1001101 | 100011 |
Color Harmonies of #9D1497
Complementary color
Monochromatic Colors of #9D1497
Black with #9D1497
Text Example
Text Example
White with #9D1497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1497; }
p { color: rgb(157,20,151); }
H1.HeaderClassName
{
color: #9D1497;
}
.AnyTagClassName
{
color: #9D1497;
}
</style>
background-color css
<style>
a { background-color: #9D1497; }
a { background-color: rgb(157,20,151); }
div.DivClassName
{
background-color: #9D1497;
}
.BgClassName
{
background-color: #9D1497;
}
</style>
border-color css
<style>
span { border-color: #9D1497; }
span { border-color: rgb(157,20,151); }
td.TdClassName
{
border-color: #9D1497;
}
.TagClassName
{
border-color: #9D1497;
}
</style>