Shades of Dark Magenta #9D0DA4
Tints of Dark Magenta #9D0DA4
RGB
CMYK
RGB Variations
Color information
#9D0DA4 (or 0x9D0DA4) is known color: Dark Magenta. HEX triplet: 9D, 0D and A4. RGB value is (157,13,164). Sum of RGB (Red+Green+Blue) = 157+13+164=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D0DA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0DA4 is #62F25B. Grayscale: #484848. Windows color (decimal): -6484572 or 10751389. OLE color: 10751389.
HSL color Cylindrical-coordinate representation of color #9D0DA4: hue angle of 297.22º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0DA4 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 13 | 164 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.36 |
| HSL | 297.22º | 0.85% | 0.35% | - |
| HSV(B) | 297.22º | 0.92% | 0.64% | - |
| XYZ | 20.75 | 10.14 | 35.98 | - |
| YUV | 73.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 13 | 164 | 0.04 | 0.92 | 0 | 0.36 | 297.22 | 0.85 | 0.35 |
| Hex | 9D | D | A4 | 4 | 5C | 0 | 24 | 129 | 55 | 23 |
| Octal | 235 | 15 | 244 | 4 | 134 | 0 | 44 | 451 | 125 | 43 |
| Binary | 10011101 | 1101 | 10100100 | 100 | 1011100 | 0 | 100100 | 100101001 | 1010101 | 100011 |
Color Harmonies of #9D0DA4
Complementary color
Monochromatic Colors of #9D0DA4
Black with #9D0DA4
Text Example
Text Example
White with #9D0DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0DA4; }
p { color: rgb(157,13,164); }
H1.HeaderClassName
{
color: #9D0DA4;
}
.AnyTagClassName
{
color: #9D0DA4;
}
</style>
background-color css
<style>
a { background-color: #9D0DA4; }
a { background-color: rgb(157,13,164); }
div.DivClassName
{
background-color: #9D0DA4;
}
.BgClassName
{
background-color: #9D0DA4;
}
</style>
border-color css
<style>
span { border-color: #9D0DA4; }
span { border-color: rgb(157,13,164); }
td.TdClassName
{
border-color: #9D0DA4;
}
.TagClassName
{
border-color: #9D0DA4;
}
</style>