Shades of Dark Magenta #9D16AD
Tints of Dark Magenta #9D16AD
RGB
CMYK
RGB Variations
Color information
#9D16AD (or 0x9D16AD) is known color: Dark Magenta. HEX triplet: 9D, 16 and AD. RGB value is (157,22,173). Sum of RGB (Red+Green+Blue) = 157+22+173=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D16AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D16AD is #62E952. Grayscale: #4F4F4F. Windows color (decimal): -6482259 or 11343517. OLE color: 11343517.
HSL color Cylindrical-coordinate representation of color #9D16AD: hue angle of 293.64º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D16AD is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 22 | 173 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.32 |
| HSL | 293.64º | 0.77% | 0.38% | - |
| HSV(B) | 293.64º | 0.87% | 0.68% | - |
| XYZ | 21.73 | 10.76 | 40.47 | - |
| YUV | 79.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 22 | 173 | 0.09 | 0.87 | 0 | 0.32 | 293.64 | 0.77 | 0.38 |
| Hex | 9D | 16 | AD | 9 | 57 | 0 | 20 | 126 | 4D | 26 |
| Octal | 235 | 26 | 255 | 11 | 127 | 0 | 40 | 446 | 115 | 46 |
| Binary | 10011101 | 10110 | 10101101 | 1001 | 1010111 | 0 | 100000 | 100100110 | 1001101 | 100110 |
Color Harmonies of #9D16AD
Complementary color
Monochromatic Colors of #9D16AD
Black with #9D16AD
Text Example
Text Example
White with #9D16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D16AD; }
p { color: rgb(157,22,173); }
H1.HeaderClassName
{
color: #9D16AD;
}
.AnyTagClassName
{
color: #9D16AD;
}
</style>
background-color css
<style>
a { background-color: #9D16AD; }
a { background-color: rgb(157,22,173); }
div.DivClassName
{
background-color: #9D16AD;
}
.BgClassName
{
background-color: #9D16AD;
}
</style>
border-color css
<style>
span { border-color: #9D16AD; }
span { border-color: rgb(157,22,173); }
td.TdClassName
{
border-color: #9D16AD;
}
.TagClassName
{
border-color: #9D16AD;
}
</style>