Shades of Dark Purple #9C117C
Tints of Dark Purple #9C117C
RGB
CMYK
RGB Variations
Color information
#9C117C (or 0x9C117C) is known color: Dark Purple. HEX triplet: 9C, 11 and 7C. RGB value is (156,17,124). Sum of RGB (Red+Green+Blue) = 156+17+124=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C117C is #63EE83. Grayscale: #464646. Windows color (decimal): -6549124 or 8130972. OLE color: 8130972.
HSL color Cylindrical-coordinate representation of color #9C117C: hue angle of 313.81º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C117C is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 17 | 124 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.39 |
| HSL | 313.81º | 0.8% | 0.34% | - |
| HSV(B) | 313.81º | 0.89% | 0.61% | - |
| XYZ | 17.55 | 8.92 | 19.87 | - |
| YUV | 70.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 124 | 0 | 0.89 | 0.21 | 0.39 | 313.81 | 0.8 | 0.34 |
| Hex | 9C | 11 | 7C | 0 | 59 | 15 | 27 | 13A | 50 | 22 |
| Octal | 234 | 21 | 174 | 0 | 131 | 25 | 47 | 472 | 120 | 42 |
| Binary | 10011100 | 10001 | 1111100 | 0 | 1011001 | 10101 | 100111 | 100111010 | 1010000 | 100010 |
Color Harmonies of #9C117C
Complementary color
Monochromatic Colors of #9C117C
Black with #9C117C
Text Example
Text Example
White with #9C117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C117C; }
p { color: rgb(156,17,124); }
H1.HeaderClassName
{
color: #9C117C;
}
.AnyTagClassName
{
color: #9C117C;
}
</style>
background-color css
<style>
a { background-color: #9C117C; }
a { background-color: rgb(156,17,124); }
div.DivClassName
{
background-color: #9C117C;
}
.BgClassName
{
background-color: #9C117C;
}
</style>
border-color css
<style>
span { border-color: #9C117C; }
span { border-color: rgb(156,17,124); }
td.TdClassName
{
border-color: #9C117C;
}
.TagClassName
{
border-color: #9C117C;
}
</style>