Shades of Dark Purple #9F237C
Tints of Dark Purple #9F237C
RGB
CMYK
RGB Variations
Color information
#9F237C (or 0x9F237C) is known color: Dark Purple. HEX triplet: 9F, 23 and 7C. RGB value is (159,35,124). Sum of RGB (Red+Green+Blue) = 159+35+124=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F237C is #60DC83. Grayscale: #515151. Windows color (decimal): -6347908 or 8135583. OLE color: 8135583.
HSL color Cylindrical-coordinate representation of color #9F237C: hue angle of 316.94º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F237C is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 124 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.38 |
| HSL | 316.94º | 0.64% | 0.38% | - |
| HSV(B) | 316.94º | 0.78% | 0.62% | - |
| XYZ | 18.54 | 10.03 | 20.03 | - |
| YUV | 82.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 124 | 0 | 0.78 | 0.22 | 0.38 | 316.94 | 0.64 | 0.38 |
| Hex | 9F | 23 | 7C | 0 | 4E | 16 | 26 | 13D | 40 | 26 |
| Octal | 237 | 43 | 174 | 0 | 116 | 26 | 46 | 475 | 100 | 46 |
| Binary | 10011111 | 100011 | 1111100 | 0 | 1001110 | 10110 | 100110 | 100111101 | 1000000 | 100110 |
Color Harmonies of #9F237C
Complementary color
Monochromatic Colors of #9F237C
Black with #9F237C
Text Example
Text Example
White with #9F237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F237C; }
p { color: rgb(159,35,124); }
H1.HeaderClassName
{
color: #9F237C;
}
.AnyTagClassName
{
color: #9F237C;
}
</style>
background-color css
<style>
a { background-color: #9F237C; }
a { background-color: rgb(159,35,124); }
div.DivClassName
{
background-color: #9F237C;
}
.BgClassName
{
background-color: #9F237C;
}
</style>
border-color css
<style>
span { border-color: #9F237C; }
span { border-color: rgb(159,35,124); }
td.TdClassName
{
border-color: #9F237C;
}
.TagClassName
{
border-color: #9F237C;
}
</style>