Shades of Dark Purple #9F247C
Tints of Dark Purple #9F247C
RGB
CMYK
RGB Variations
Color information
#9F247C (or 0x9F247C) is known color: Dark Purple. HEX triplet: 9F, 24 and 7C. RGB value is (159,36,124). Sum of RGB (Red+Green+Blue) = 159+36+124=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F247C is #60DB83. Grayscale: #525252. Windows color (decimal): -6347652 or 8135839. OLE color: 8135839.
HSL color Cylindrical-coordinate representation of color #9F247C: hue angle of 317.07º 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 #9F247C is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 124 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.38 |
| HSL | 317.07º | 0.63% | 0.38% | - |
| HSV(B) | 317.07º | 0.77% | 0.62% | - |
| XYZ | 18.57 | 10.09 | 20.04 | - |
| YUV | 82.81 | 151.25 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 124 | 0 | 0.77 | 0.22 | 0.38 | 317.07 | 0.63 | 0.38 |
| Hex | 9F | 24 | 7C | 0 | 4D | 16 | 26 | 13D | 3F | 26 |
| Octal | 237 | 44 | 174 | 0 | 115 | 26 | 46 | 475 | 77 | 46 |
| Binary | 10011111 | 100100 | 1111100 | 0 | 1001101 | 10110 | 100110 | 100111101 | 111111 | 100110 |
Color Harmonies of #9F247C
Complementary color
Monochromatic Colors of #9F247C
Black with #9F247C
Text Example
Text Example
White with #9F247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F247C; }
p { color: rgb(159,36,124); }
H1.HeaderClassName
{
color: #9F247C;
}
.AnyTagClassName
{
color: #9F247C;
}
</style>
background-color css
<style>
a { background-color: #9F247C; }
a { background-color: rgb(159,36,124); }
div.DivClassName
{
background-color: #9F247C;
}
.BgClassName
{
background-color: #9F247C;
}
</style>
border-color css
<style>
span { border-color: #9F247C; }
span { border-color: rgb(159,36,124); }
td.TdClassName
{
border-color: #9F247C;
}
.TagClassName
{
border-color: #9F247C;
}
</style>