Shades of Dark Purple #9F117E
Tints of Dark Purple #9F117E
RGB
CMYK
RGB Variations
Color information
#9F117E (or 0x9F117E) is known color: Dark Purple. HEX triplet: 9F, 11 and 7E. RGB value is (159,17,126). Sum of RGB (Red+Green+Blue) = 159+17+126=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F117E is #60EE81. Grayscale: #474747. Windows color (decimal): -6352514 or 8262047. OLE color: 8262047.
HSL color Cylindrical-coordinate representation of color #9F117E: hue angle of 313.94º 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 #9F117E is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 126 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.38 |
| HSL | 313.94º | 0.81% | 0.35% | - |
| HSV(B) | 313.94º | 0.89% | 0.62% | - |
| XYZ | 18.26 | 9.28 | 20.57 | - |
| YUV | 71.88 | 158.54 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 126 | 0 | 0.89 | 0.21 | 0.38 | 313.94 | 0.81 | 0.35 |
| Hex | 9F | 11 | 7E | 0 | 59 | 15 | 26 | 13A | 51 | 23 |
| Octal | 237 | 21 | 176 | 0 | 131 | 25 | 46 | 472 | 121 | 43 |
| Binary | 10011111 | 10001 | 1111110 | 0 | 1011001 | 10101 | 100110 | 100111010 | 1010001 | 100011 |
Color Harmonies of #9F117E
Complementary color
Monochromatic Colors of #9F117E
Black with #9F117E
Text Example
Text Example
White with #9F117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F117E; }
p { color: rgb(159,17,126); }
H1.HeaderClassName
{
color: #9F117E;
}
.AnyTagClassName
{
color: #9F117E;
}
</style>
background-color css
<style>
a { background-color: #9F117E; }
a { background-color: rgb(159,17,126); }
div.DivClassName
{
background-color: #9F117E;
}
.BgClassName
{
background-color: #9F117E;
}
</style>
border-color css
<style>
span { border-color: #9F117E; }
span { border-color: rgb(159,17,126); }
td.TdClassName
{
border-color: #9F117E;
}
.TagClassName
{
border-color: #9F117E;
}
</style>