Shades of Dark Magenta #9D0DAC
Tints of Dark Magenta #9D0DAC
RGB
CMYK
RGB Variations
Color information
#9D0DAC (or 0x9D0DAC) is known color: Dark Magenta. HEX triplet: 9D, 0D and AC. RGB value is (157,13,172). Sum of RGB (Red+Green+Blue) = 157+13+172=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D0DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0DAC is #62F253. Grayscale: #494949. Windows color (decimal): -6484564 or 11275677. OLE color: 11275677.
HSL color Cylindrical-coordinate representation of color #9D0DAC: hue angle of 294.34º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0DAC is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 13 | 172 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.33 |
| HSL | 294.34º | 0.86% | 0.36% | - |
| HSV(B) | 294.34º | 0.92% | 0.67% | - |
| XYZ | 21.49 | 10.43 | 39.91 | - |
| YUV | 74.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 13 | 172 | 0.09 | 0.92 | 0 | 0.33 | 294.34 | 0.86 | 0.36 |
| Hex | 9D | D | AC | 9 | 5C | 0 | 21 | 126 | 56 | 24 |
| Octal | 235 | 15 | 254 | 11 | 134 | 0 | 41 | 446 | 126 | 44 |
| Binary | 10011101 | 1101 | 10101100 | 1001 | 1011100 | 0 | 100001 | 100100110 | 1010110 | 100100 |
Color Harmonies of #9D0DAC
Complementary color
Monochromatic Colors of #9D0DAC
Black with #9D0DAC
Text Example
Text Example
White with #9D0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0DAC; }
p { color: rgb(157,13,172); }
H1.HeaderClassName
{
color: #9D0DAC;
}
.AnyTagClassName
{
color: #9D0DAC;
}
</style>
background-color css
<style>
a { background-color: #9D0DAC; }
a { background-color: rgb(157,13,172); }
div.DivClassName
{
background-color: #9D0DAC;
}
.BgClassName
{
background-color: #9D0DAC;
}
</style>
border-color css
<style>
span { border-color: #9D0DAC; }
span { border-color: rgb(157,13,172); }
td.TdClassName
{
border-color: #9D0DAC;
}
.TagClassName
{
border-color: #9D0DAC;
}
</style>