Shades of Dark Magenta #9D1D95
Tints of Dark Magenta #9D1D95
RGB
CMYK
RGB Variations
Color information
#9D1D95 (or 0x9D1D95) is known color: Dark Magenta. HEX triplet: 9D, 1D and 95. RGB value is (157,29,149). Sum of RGB (Red+Green+Blue) = 157+29+149=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1D95 is #62E26A. Grayscale: #505050. Windows color (decimal): -6480491 or 9772445. OLE color: 9772445.
HSL color Cylindrical-coordinate representation of color #9D1D95: hue angle of 303.75º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1D95 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 149 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.38 |
| HSL | 303.75º | 0.69% | 0.36% | - |
| HSV(B) | 303.75º | 0.82% | 0.62% | - |
| XYZ | 19.77 | 10.22 | 29.36 | - |
| YUV | 80.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 149 | 0 | 0.82 | 0.05 | 0.38 | 303.75 | 0.69 | 0.36 |
| Hex | 9D | 1D | 95 | 0 | 52 | 5 | 26 | 130 | 45 | 24 |
| Octal | 235 | 35 | 225 | 0 | 122 | 5 | 46 | 460 | 105 | 44 |
| Binary | 10011101 | 11101 | 10010101 | 0 | 1010010 | 101 | 100110 | 100110000 | 1000101 | 100100 |
Color Harmonies of #9D1D95
Complementary color
Monochromatic Colors of #9D1D95
Black with #9D1D95
Text Example
Text Example
White with #9D1D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D95; }
p { color: rgb(157,29,149); }
H1.HeaderClassName
{
color: #9D1D95;
}
.AnyTagClassName
{
color: #9D1D95;
}
</style>
background-color css
<style>
a { background-color: #9D1D95; }
a { background-color: rgb(157,29,149); }
div.DivClassName
{
background-color: #9D1D95;
}
.BgClassName
{
background-color: #9D1D95;
}
</style>
border-color css
<style>
span { border-color: #9D1D95; }
span { border-color: rgb(157,29,149); }
td.TdClassName
{
border-color: #9D1D95;
}
.TagClassName
{
border-color: #9D1D95;
}
</style>