Shades of Dark Magenta #9C178D
Tints of Dark Magenta #9C178D
RGB
CMYK
RGB Variations
Color information
#9C178D (or 0x9C178D) is known color: Dark Magenta. HEX triplet: 9C, 17 and 8D. RGB value is (156,23,141). Sum of RGB (Red+Green+Blue) = 156+23+141=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C178D is #63E872. Grayscale: #4B4B4B. Windows color (decimal): -6547571 or 9246620. OLE color: 9246620.
HSL color Cylindrical-coordinate representation of color #9C178D: hue angle of 306.77º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C178D is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 23 | 141 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.39 |
| HSL | 306.77º | 0.74% | 0.35% | - |
| HSV(B) | 306.77º | 0.85% | 0.61% | - |
| XYZ | 18.82 | 9.6 | 26.06 | - |
| YUV | 76.22 | 164.56 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 141 | 0 | 0.85 | 0.10 | 0.39 | 306.77 | 0.74 | 0.35 |
| Hex | 9C | 17 | 8D | 0 | 55 | A | 27 | 133 | 4A | 23 |
| Octal | 234 | 27 | 215 | 0 | 125 | 12 | 47 | 463 | 112 | 43 |
| Binary | 10011100 | 10111 | 10001101 | 0 | 1010101 | 1010 | 100111 | 100110011 | 1001010 | 100011 |
Color Harmonies of #9C178D
Complementary color
Monochromatic Colors of #9C178D
Black with #9C178D
Text Example
Text Example
White with #9C178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C178D; }
p { color: rgb(156,23,141); }
H1.HeaderClassName
{
color: #9C178D;
}
.AnyTagClassName
{
color: #9C178D;
}
</style>
background-color css
<style>
a { background-color: #9C178D; }
a { background-color: rgb(156,23,141); }
div.DivClassName
{
background-color: #9C178D;
}
.BgClassName
{
background-color: #9C178D;
}
</style>
border-color css
<style>
span { border-color: #9C178D; }
span { border-color: rgb(156,23,141); }
td.TdClassName
{
border-color: #9C178D;
}
.TagClassName
{
border-color: #9C178D;
}
</style>