Shades of Dark Purple #9F187F
Tints of Dark Purple #9F187F
RGB
CMYK
RGB Variations
Color information
#9F187F (or 0x9F187F) is known color: Dark Purple. HEX triplet: 9F, 18 and 7F. RGB value is (159,24,127). Sum of RGB (Red+Green+Blue) = 159+24+127=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F187F is #60E780. Grayscale: #4B4B4B. Windows color (decimal): -6350721 or 8329375. OLE color: 8329375.
HSL color Cylindrical-coordinate representation of color #9F187F: hue angle of 314.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F187F is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 127 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.38 |
| HSL | 314.22º | 0.74% | 0.36% | - |
| HSV(B) | 314.22º | 0.85% | 0.62% | - |
| XYZ | 18.46 | 9.56 | 20.95 | - |
| YUV | 76.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 127 | 0 | 0.85 | 0.20 | 0.38 | 314.22 | 0.74 | 0.36 |
| Hex | 9F | 18 | 7F | 0 | 55 | 14 | 26 | 13A | 4A | 24 |
| Octal | 237 | 30 | 177 | 0 | 125 | 24 | 46 | 472 | 112 | 44 |
| Binary | 10011111 | 11000 | 1111111 | 0 | 1010101 | 10100 | 100110 | 100111010 | 1001010 | 100100 |
Color Harmonies of #9F187F
Complementary color
Monochromatic Colors of #9F187F
Black with #9F187F
Text Example
Text Example
White with #9F187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F187F; }
p { color: rgb(159,24,127); }
H1.HeaderClassName
{
color: #9F187F;
}
.AnyTagClassName
{
color: #9F187F;
}
</style>
background-color css
<style>
a { background-color: #9F187F; }
a { background-color: rgb(159,24,127); }
div.DivClassName
{
background-color: #9F187F;
}
.BgClassName
{
background-color: #9F187F;
}
</style>
border-color css
<style>
span { border-color: #9F187F; }
span { border-color: rgb(159,24,127); }
td.TdClassName
{
border-color: #9F187F;
}
.TagClassName
{
border-color: #9F187F;
}
</style>