Shades of Dark Purple #9F247F
Tints of Dark Purple #9F247F
RGB
CMYK
RGB Variations
Color information
#9F247F (or 0x9F247F) is known color: Dark Purple. HEX triplet: 9F, 24 and 7F. RGB value is (159,36,127). Sum of RGB (Red+Green+Blue) = 159+36+127=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F247F is #60DB80. Grayscale: #525252. Windows color (decimal): -6347649 or 8332447. OLE color: 8332447.
HSL color Cylindrical-coordinate representation of color #9F247F: hue angle of 315.61º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F247F is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 127 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.38 |
| HSL | 315.61º | 0.63% | 0.38% | - |
| HSV(B) | 315.61º | 0.77% | 0.62% | - |
| XYZ | 18.76 | 10.16 | 21.05 | - |
| YUV | 83.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 127 | 0 | 0.77 | 0.20 | 0.38 | 315.61 | 0.63 | 0.38 |
| Hex | 9F | 24 | 7F | 0 | 4D | 14 | 26 | 13C | 3F | 26 |
| Octal | 237 | 44 | 177 | 0 | 115 | 24 | 46 | 474 | 77 | 46 |
| Binary | 10011111 | 100100 | 1111111 | 0 | 1001101 | 10100 | 100110 | 100111100 | 111111 | 100110 |
Color Harmonies of #9F247F
Complementary color
Monochromatic Colors of #9F247F
Black with #9F247F
Text Example
Text Example
White with #9F247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F247F; }
p { color: rgb(159,36,127); }
H1.HeaderClassName
{
color: #9F247F;
}
.AnyTagClassName
{
color: #9F247F;
}
</style>
background-color css
<style>
a { background-color: #9F247F; }
a { background-color: rgb(159,36,127); }
div.DivClassName
{
background-color: #9F247F;
}
.BgClassName
{
background-color: #9F247F;
}
</style>
border-color css
<style>
span { border-color: #9F247F; }
span { border-color: rgb(159,36,127); }
td.TdClassName
{
border-color: #9F247F;
}
.TagClassName
{
border-color: #9F247F;
}
</style>