Shades of Dark Magenta #9C169C
Tints of Dark Magenta #9C169C
RGB
CMYK
RGB Variations
Color information
#9C169C (or 0x9C169C) is known color: Dark Magenta. HEX triplet: 9C, 16 and 9C. RGB value is (156,22,156). Sum of RGB (Red+Green+Blue) = 156+22+156=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C169C is #63E963. Grayscale: #4C4C4C. Windows color (decimal): -6547812 or 10229404. OLE color: 10229404.
HSL color Cylindrical-coordinate representation of color #9C169C: hue angle of 300º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C169C is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 22 | 156 | - |
| CMYK | 0 | 0.86 | 0 | 0.39 |
| HSL | 300º | 0.75% | 0.35% | - |
| HSV(B) | 300º | 0.86% | 0.61% | - |
| XYZ | 20 | 10.04 | 32.34 | - |
| YUV | 77.34 | 172.39 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 156 | 0 | 0.86 | 0 | 0.39 | 300 | 0.75 | 0.35 |
| Hex | 9C | 16 | 9C | 0 | 56 | 0 | 27 | 12C | 4B | 23 |
| Octal | 234 | 26 | 234 | 0 | 126 | 0 | 47 | 454 | 113 | 43 |
| Binary | 10011100 | 10110 | 10011100 | 0 | 1010110 | 0 | 100111 | 100101100 | 1001011 | 100011 |
Color Harmonies of #9C169C
Complementary color
Monochromatic Colors of #9C169C
Black with #9C169C
Text Example
Text Example
White with #9C169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C169C; }
p { color: rgb(156,22,156); }
H1.HeaderClassName
{
color: #9C169C;
}
.AnyTagClassName
{
color: #9C169C;
}
</style>
background-color css
<style>
a { background-color: #9C169C; }
a { background-color: rgb(156,22,156); }
div.DivClassName
{
background-color: #9C169C;
}
.BgClassName
{
background-color: #9C169C;
}
</style>
border-color css
<style>
span { border-color: #9C169C; }
span { border-color: rgb(156,22,156); }
td.TdClassName
{
border-color: #9C169C;
}
.TagClassName
{
border-color: #9C169C;
}
</style>