Shades of Dark Purple #9F117C
Tints of Dark Purple #9F117C
RGB
CMYK
RGB Variations
Color information
#9F117C (or 0x9F117C) is known color: Dark Purple. HEX triplet: 9F, 11 and 7C. RGB value is (159,17,124). Sum of RGB (Red+Green+Blue) = 159+17+124=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F117C is #60EE83. Grayscale: #474747. Windows color (decimal): -6352516 or 8130975. OLE color: 8130975.
HSL color Cylindrical-coordinate representation of color #9F117C: hue angle of 314.79º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F117C is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 124 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.38 |
| HSL | 314.79º | 0.81% | 0.35% | - |
| HSV(B) | 314.79º | 0.89% | 0.62% | - |
| XYZ | 18.14 | 9.23 | 19.89 | - |
| YUV | 71.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 124 | 0 | 0.89 | 0.22 | 0.38 | 314.79 | 0.81 | 0.35 |
| Hex | 9F | 11 | 7C | 0 | 59 | 16 | 26 | 13B | 51 | 23 |
| Octal | 237 | 21 | 174 | 0 | 131 | 26 | 46 | 473 | 121 | 43 |
| Binary | 10011111 | 10001 | 1111100 | 0 | 1011001 | 10110 | 100110 | 100111011 | 1010001 | 100011 |
Color Harmonies of #9F117C
Complementary color
Monochromatic Colors of #9F117C
Black with #9F117C
Text Example
Text Example
White with #9F117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F117C; }
p { color: rgb(159,17,124); }
H1.HeaderClassName
{
color: #9F117C;
}
.AnyTagClassName
{
color: #9F117C;
}
</style>
background-color css
<style>
a { background-color: #9F117C; }
a { background-color: rgb(159,17,124); }
div.DivClassName
{
background-color: #9F117C;
}
.BgClassName
{
background-color: #9F117C;
}
</style>
border-color css
<style>
span { border-color: #9F117C; }
span { border-color: rgb(159,17,124); }
td.TdClassName
{
border-color: #9F117C;
}
.TagClassName
{
border-color: #9F117C;
}
</style>