Shades of Dark Purple #9F117F
Tints of Dark Purple #9F117F
RGB
CMYK
RGB Variations
Color information
#9F117F (or 0x9F117F) is known color: Dark Purple. HEX triplet: 9F, 11 and 7F. RGB value is (159,17,127). Sum of RGB (Red+Green+Blue) = 159+17+127=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F117F is #60EE80. Grayscale: #474747. Windows color (decimal): -6352513 or 8327583. OLE color: 8327583.
HSL color Cylindrical-coordinate representation of color #9F117F: hue angle of 313.52º 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 #9F117F is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 127 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.38 |
| HSL | 313.52º | 0.81% | 0.35% | - |
| HSV(B) | 313.52º | 0.89% | 0.62% | - |
| XYZ | 18.33 | 9.3 | 20.91 | - |
| YUV | 72 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 127 | 0 | 0.89 | 0.20 | 0.38 | 313.52 | 0.81 | 0.35 |
| Hex | 9F | 11 | 7F | 0 | 59 | 14 | 26 | 13A | 51 | 23 |
| Octal | 237 | 21 | 177 | 0 | 131 | 24 | 46 | 472 | 121 | 43 |
| Binary | 10011111 | 10001 | 1111111 | 0 | 1011001 | 10100 | 100110 | 100111010 | 1010001 | 100011 |
Color Harmonies of #9F117F
Complementary color
Monochromatic Colors of #9F117F
Black with #9F117F
Text Example
Text Example
White with #9F117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F117F; }
p { color: rgb(159,17,127); }
H1.HeaderClassName
{
color: #9F117F;
}
.AnyTagClassName
{
color: #9F117F;
}
</style>
background-color css
<style>
a { background-color: #9F117F; }
a { background-color: rgb(159,17,127); }
div.DivClassName
{
background-color: #9F117F;
}
.BgClassName
{
background-color: #9F117F;
}
</style>
border-color css
<style>
span { border-color: #9F117F; }
span { border-color: rgb(159,17,127); }
td.TdClassName
{
border-color: #9F117F;
}
.TagClassName
{
border-color: #9F117F;
}
</style>