Shades of Dark Magenta #9C179F
Tints of Dark Magenta #9C179F
RGB
CMYK
RGB Variations
Color information
#9C179F (or 0x9C179F) is known color: Dark Magenta. HEX triplet: 9C, 17 and 9F. RGB value is (156,23,159). Sum of RGB (Red+Green+Blue) = 156+23+159=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C179F is #63E860. Grayscale: #4D4D4D. Windows color (decimal): -6547553 or 10426268. OLE color: 10426268.
HSL color Cylindrical-coordinate representation of color #9C179F: hue angle of 298.68º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C179F is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 23 | 159 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.38 |
| HSL | 298.68º | 0.75% | 0.36% | - |
| HSV(B) | 298.68º | 0.86% | 0.62% | - |
| XYZ | 20.27 | 10.18 | 33.7 | - |
| YUV | 78.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 159 | 0.02 | 0.86 | 0 | 0.38 | 298.68 | 0.75 | 0.36 |
| Hex | 9C | 17 | 9F | 2 | 56 | 0 | 26 | 12B | 4B | 24 |
| Octal | 234 | 27 | 237 | 2 | 126 | 0 | 46 | 453 | 113 | 44 |
| Binary | 10011100 | 10111 | 10011111 | 10 | 1010110 | 0 | 100110 | 100101011 | 1001011 | 100100 |
Color Harmonies of #9C179F
Complementary color
Monochromatic Colors of #9C179F
Black with #9C179F
Text Example
Text Example
White with #9C179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C179F; }
p { color: rgb(156,23,159); }
H1.HeaderClassName
{
color: #9C179F;
}
.AnyTagClassName
{
color: #9C179F;
}
</style>
background-color css
<style>
a { background-color: #9C179F; }
a { background-color: rgb(156,23,159); }
div.DivClassName
{
background-color: #9C179F;
}
.BgClassName
{
background-color: #9C179F;
}
</style>
border-color css
<style>
span { border-color: #9C179F; }
span { border-color: rgb(156,23,159); }
td.TdClassName
{
border-color: #9C179F;
}
.TagClassName
{
border-color: #9C179F;
}
</style>