Shades of Dark Magenta #9C16AC
Tints of Dark Magenta #9C16AC
RGB
CMYK
RGB Variations
Color information
#9C16AC (or 0x9C16AC) is known color: Dark Magenta. HEX triplet: 9C, 16 and AC. RGB value is (156,22,172). Sum of RGB (Red+Green+Blue) = 156+22+172=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C16AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C16AC is #63E953. Grayscale: #4E4E4E. Windows color (decimal): -6547796 or 11277980. OLE color: 11277980.
HSL color Cylindrical-coordinate representation of color #9C16AC: hue angle of 293.6º 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 #9C16AC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 22 | 172 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.33 |
| HSL | 293.6º | 0.77% | 0.38% | - |
| HSV(B) | 293.6º | 0.87% | 0.67% | - |
| XYZ | 21.44 | 10.62 | 39.95 | - |
| YUV | 79.17 | 180.39 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 172 | 0.09 | 0.87 | 0 | 0.33 | 293.6 | 0.77 | 0.38 |
| Hex | 9C | 16 | AC | 9 | 57 | 0 | 21 | 126 | 4D | 26 |
| Octal | 234 | 26 | 254 | 11 | 127 | 0 | 41 | 446 | 115 | 46 |
| Binary | 10011100 | 10110 | 10101100 | 1001 | 1010111 | 0 | 100001 | 100100110 | 1001101 | 100110 |
Color Harmonies of #9C16AC
Complementary color
Monochromatic Colors of #9C16AC
Black with #9C16AC
Text Example
Text Example
White with #9C16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C16AC; }
p { color: rgb(156,22,172); }
H1.HeaderClassName
{
color: #9C16AC;
}
.AnyTagClassName
{
color: #9C16AC;
}
</style>
background-color css
<style>
a { background-color: #9C16AC; }
a { background-color: rgb(156,22,172); }
div.DivClassName
{
background-color: #9C16AC;
}
.BgClassName
{
background-color: #9C16AC;
}
</style>
border-color css
<style>
span { border-color: #9C16AC; }
span { border-color: rgb(156,22,172); }
td.TdClassName
{
border-color: #9C16AC;
}
.TagClassName
{
border-color: #9C16AC;
}
</style>