Shades of Dark Magenta #9D0DAB
Tints of Dark Magenta #9D0DAB
RGB
CMYK
RGB Variations
Color information
#9D0DAB (or 0x9D0DAB) is known color: Dark Magenta. HEX triplet: 9D, 0D and AB. RGB value is (157,13,171). Sum of RGB (Red+Green+Blue) = 157+13+171=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D0DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0DAB is #62F254. Grayscale: #494949. Windows color (decimal): -6484565 or 11210141. OLE color: 11210141.
HSL color Cylindrical-coordinate representation of color #9D0DAB: hue angle of 294.68º 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 #9D0DAB is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 13 | 171 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.33 |
| HSL | 294.68º | 0.86% | 0.36% | - |
| HSV(B) | 294.68º | 0.92% | 0.67% | - |
| XYZ | 21.4 | 10.4 | 39.41 | - |
| YUV | 74.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 13 | 171 | 0.08 | 0.92 | 0 | 0.33 | 294.68 | 0.86 | 0.36 |
| Hex | 9D | D | AB | 8 | 5C | 0 | 21 | 127 | 56 | 24 |
| Octal | 235 | 15 | 253 | 10 | 134 | 0 | 41 | 447 | 126 | 44 |
| Binary | 10011101 | 1101 | 10101011 | 1000 | 1011100 | 0 | 100001 | 100100111 | 1010110 | 100100 |
Color Harmonies of #9D0DAB
Complementary color
Monochromatic Colors of #9D0DAB
Black with #9D0DAB
Text Example
Text Example
White with #9D0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0DAB; }
p { color: rgb(157,13,171); }
H1.HeaderClassName
{
color: #9D0DAB;
}
.AnyTagClassName
{
color: #9D0DAB;
}
</style>
background-color css
<style>
a { background-color: #9D0DAB; }
a { background-color: rgb(157,13,171); }
div.DivClassName
{
background-color: #9D0DAB;
}
.BgClassName
{
background-color: #9D0DAB;
}
</style>
border-color css
<style>
span { border-color: #9D0DAB; }
span { border-color: rgb(157,13,171); }
td.TdClassName
{
border-color: #9D0DAB;
}
.TagClassName
{
border-color: #9D0DAB;
}
</style>