Shades of Dark Magenta #9D1D9A
Tints of Dark Magenta #9D1D9A
RGB
CMYK
RGB Variations
Color information
#9D1D9A (or 0x9D1D9A) is known color: Dark Magenta. HEX triplet: 9D, 1D and 9A. RGB value is (157,29,154). Sum of RGB (Red+Green+Blue) = 157+29+154=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1D9A is #62E265. Grayscale: #515151. Windows color (decimal): -6480486 or 10100125. OLE color: 10100125.
HSL color Cylindrical-coordinate representation of color #9D1D9A: hue angle of 301.41º 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 #9D1D9A is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 154 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.38 |
| HSL | 301.41º | 0.69% | 0.36% | - |
| HSV(B) | 301.41º | 0.82% | 0.62% | - |
| XYZ | 20.18 | 10.38 | 31.51 | - |
| YUV | 81.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 154 | 0 | 0.82 | 0.02 | 0.38 | 301.41 | 0.69 | 0.36 |
| Hex | 9D | 1D | 9A | 0 | 52 | 2 | 26 | 12D | 45 | 24 |
| Octal | 235 | 35 | 232 | 0 | 122 | 2 | 46 | 455 | 105 | 44 |
| Binary | 10011101 | 11101 | 10011010 | 0 | 1010010 | 10 | 100110 | 100101101 | 1000101 | 100100 |
Color Harmonies of #9D1D9A
Complementary color
Monochromatic Colors of #9D1D9A
Black with #9D1D9A
Text Example
Text Example
White with #9D1D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D9A; }
p { color: rgb(157,29,154); }
H1.HeaderClassName
{
color: #9D1D9A;
}
.AnyTagClassName
{
color: #9D1D9A;
}
</style>
background-color css
<style>
a { background-color: #9D1D9A; }
a { background-color: rgb(157,29,154); }
div.DivClassName
{
background-color: #9D1D9A;
}
.BgClassName
{
background-color: #9D1D9A;
}
</style>
border-color css
<style>
span { border-color: #9D1D9A; }
span { border-color: rgb(157,29,154); }
td.TdClassName
{
border-color: #9D1D9A;
}
.TagClassName
{
border-color: #9D1D9A;
}
</style>