Shades of Dark Purple #9D117C
Tints of Dark Purple #9D117C
RGB
CMYK
RGB Variations
Color information
#9D117C (or 0x9D117C) is known color: Dark Purple. HEX triplet: 9D, 11 and 7C. RGB value is (157,17,124). Sum of RGB (Red+Green+Blue) = 157+17+124=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D117C is #62EE83. Grayscale: #464646. Windows color (decimal): -6483588 or 8130973. OLE color: 8130973.
HSL color Cylindrical-coordinate representation of color #9D117C: hue angle of 314.14º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D117C is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 17 | 124 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.38 |
| HSL | 314.14º | 0.8% | 0.34% | - |
| HSV(B) | 314.14º | 0.89% | 0.62% | - |
| XYZ | 17.74 | 9.02 | 19.88 | - |
| YUV | 71.06 | 157.88 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 17 | 124 | 0 | 0.89 | 0.21 | 0.38 | 314.14 | 0.8 | 0.34 |
| Hex | 9D | 11 | 7C | 0 | 59 | 15 | 26 | 13A | 50 | 22 |
| Octal | 235 | 21 | 174 | 0 | 131 | 25 | 46 | 472 | 120 | 42 |
| Binary | 10011101 | 10001 | 1111100 | 0 | 1011001 | 10101 | 100110 | 100111010 | 1010000 | 100010 |
Color Harmonies of #9D117C
Complementary color
Monochromatic Colors of #9D117C
Black with #9D117C
Text Example
Text Example
White with #9D117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D117C; }
p { color: rgb(157,17,124); }
H1.HeaderClassName
{
color: #9D117C;
}
.AnyTagClassName
{
color: #9D117C;
}
</style>
background-color css
<style>
a { background-color: #9D117C; }
a { background-color: rgb(157,17,124); }
div.DivClassName
{
background-color: #9D117C;
}
.BgClassName
{
background-color: #9D117C;
}
</style>
border-color css
<style>
span { border-color: #9D117C; }
span { border-color: rgb(157,17,124); }
td.TdClassName
{
border-color: #9D117C;
}
.TagClassName
{
border-color: #9D117C;
}
</style>