Shades of Dark Magenta #9D1DA4
Tints of Dark Magenta #9D1DA4
RGB
CMYK
RGB Variations
Color information
#9D1DA4 (or 0x9D1DA4) is known color: Dark Magenta. HEX triplet: 9D, 1D and A4. RGB value is (157,29,164). Sum of RGB (Red+Green+Blue) = 157+29+164=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D1DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1DA4 is #62E25B. Grayscale: #525252. Windows color (decimal): -6480476 or 10755485. OLE color: 10755485.
HSL color Cylindrical-coordinate representation of color #9D1DA4: hue angle of 296.89º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1DA4 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 29 | 164 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.36 |
| HSL | 296.89º | 0.7% | 0.38% | - |
| HSV(B) | 296.89º | 0.82% | 0.64% | - |
| XYZ | 21.04 | 10.73 | 36.08 | - |
| YUV | 82.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 164 | 0.04 | 0.82 | 0 | 0.36 | 296.89 | 0.7 | 0.38 |
| Hex | 9D | 1D | A4 | 4 | 52 | 0 | 24 | 129 | 46 | 26 |
| Octal | 235 | 35 | 244 | 4 | 122 | 0 | 44 | 451 | 106 | 46 |
| Binary | 10011101 | 11101 | 10100100 | 100 | 1010010 | 0 | 100100 | 100101001 | 1000110 | 100110 |
Color Harmonies of #9D1DA4
Complementary color
Monochromatic Colors of #9D1DA4
Black with #9D1DA4
Text Example
Text Example
White with #9D1DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1DA4; }
p { color: rgb(157,29,164); }
H1.HeaderClassName
{
color: #9D1DA4;
}
.AnyTagClassName
{
color: #9D1DA4;
}
</style>
background-color css
<style>
a { background-color: #9D1DA4; }
a { background-color: rgb(157,29,164); }
div.DivClassName
{
background-color: #9D1DA4;
}
.BgClassName
{
background-color: #9D1DA4;
}
</style>
border-color css
<style>
span { border-color: #9D1DA4; }
span { border-color: rgb(157,29,164); }
td.TdClassName
{
border-color: #9D1DA4;
}
.TagClassName
{
border-color: #9D1DA4;
}
</style>