Shades of Dark Magenta #9D16AC
Tints of Dark Magenta #9D16AC
RGB
CMYK
RGB Variations
Color information
#9D16AC (or 0x9D16AC) is known color: Dark Magenta. HEX triplet: 9D, 16 and AC. RGB value is (157,22,172). Sum of RGB (Red+Green+Blue) = 157+22+172=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D16AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D16AC is #62E953. Grayscale: #4F4F4F. Windows color (decimal): -6482260 or 11277981. OLE color: 11277981.
HSL color Cylindrical-coordinate representation of color #9D16AC: hue angle of 294º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D16AC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 22 | 172 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.33 |
| HSL | 294º | 0.77% | 0.38% | - |
| HSV(B) | 294º | 0.87% | 0.67% | - |
| XYZ | 21.64 | 10.72 | 39.96 | - |
| YUV | 79.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 22 | 172 | 0.09 | 0.87 | 0 | 0.33 | 294 | 0.77 | 0.38 |
| Hex | 9D | 16 | AC | 9 | 57 | 0 | 21 | 126 | 4D | 26 |
| Octal | 235 | 26 | 254 | 11 | 127 | 0 | 41 | 446 | 115 | 46 |
| Binary | 10011101 | 10110 | 10101100 | 1001 | 1010111 | 0 | 100001 | 100100110 | 1001101 | 100110 |
Color Harmonies of #9D16AC
Complementary color
Monochromatic Colors of #9D16AC
Black with #9D16AC
Text Example
Text Example
White with #9D16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D16AC; }
p { color: rgb(157,22,172); }
H1.HeaderClassName
{
color: #9D16AC;
}
.AnyTagClassName
{
color: #9D16AC;
}
</style>
background-color css
<style>
a { background-color: #9D16AC; }
a { background-color: rgb(157,22,172); }
div.DivClassName
{
background-color: #9D16AC;
}
.BgClassName
{
background-color: #9D16AC;
}
</style>
border-color css
<style>
span { border-color: #9D16AC; }
span { border-color: rgb(157,22,172); }
td.TdClassName
{
border-color: #9D16AC;
}
.TagClassName
{
border-color: #9D16AC;
}
</style>