Shades of Dark Purple #9C177C
Tints of Dark Purple #9C177C
RGB
CMYK
RGB Variations
Color information
#9C177C (or 0x9C177C) is known color: Dark Purple. HEX triplet: 9C, 17 and 7C. RGB value is (156,23,124). Sum of RGB (Red+Green+Blue) = 156+23+124=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C177C is #63E883. Grayscale: #4A4A4A. Windows color (decimal): -6547588 or 8132508. OLE color: 8132508.
HSL color Cylindrical-coordinate representation of color #9C177C: hue angle of 314.44º 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 #9C177C is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 23 | 124 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.39 |
| HSL | 314.44º | 0.74% | 0.35% | - |
| HSV(B) | 314.44º | 0.85% | 0.61% | - |
| XYZ | 17.65 | 9.14 | 19.9 | - |
| YUV | 74.28 | 156.06 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 124 | 0 | 0.85 | 0.21 | 0.39 | 314.44 | 0.74 | 0.35 |
| Hex | 9C | 17 | 7C | 0 | 55 | 15 | 27 | 13A | 4A | 23 |
| Octal | 234 | 27 | 174 | 0 | 125 | 25 | 47 | 472 | 112 | 43 |
| Binary | 10011100 | 10111 | 1111100 | 0 | 1010101 | 10101 | 100111 | 100111010 | 1001010 | 100011 |
Color Harmonies of #9C177C
Complementary color
Monochromatic Colors of #9C177C
Black with #9C177C
Text Example
Text Example
White with #9C177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C177C; }
p { color: rgb(156,23,124); }
H1.HeaderClassName
{
color: #9C177C;
}
.AnyTagClassName
{
color: #9C177C;
}
</style>
background-color css
<style>
a { background-color: #9C177C; }
a { background-color: rgb(156,23,124); }
div.DivClassName
{
background-color: #9C177C;
}
.BgClassName
{
background-color: #9C177C;
}
</style>
border-color css
<style>
span { border-color: #9C177C; }
span { border-color: rgb(156,23,124); }
td.TdClassName
{
border-color: #9C177C;
}
.TagClassName
{
border-color: #9C177C;
}
</style>