Shades of Dark Purple #9F2996
Tints of Dark Purple #9F2996
RGB
CMYK
RGB Variations
Color information
#9F2996 (or 0x9F2996) is known color: Dark Purple. HEX triplet: 9F, 29 and 96. RGB value is (159,41,150). Sum of RGB (Red+Green+Blue) = 159+41+150=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2996 is #60D669. Grayscale: #585858. Windows color (decimal): -6346346 or 9841055. OLE color: 9841055.
HSL color Cylindrical-coordinate representation of color #9F2996: hue angle of 304.58º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2996 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 150 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.38 |
| HSL | 304.58º | 0.59% | 0.39% | - |
| HSV(B) | 304.58º | 0.74% | 0.62% | - |
| XYZ | 20.6 | 11.16 | 29.92 | - |
| YUV | 88.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 150 | 0 | 0.74 | 0.06 | 0.38 | 304.58 | 0.59 | 0.39 |
| Hex | 9F | 29 | 96 | 0 | 4A | 6 | 26 | 131 | 3B | 27 |
| Octal | 237 | 51 | 226 | 0 | 112 | 6 | 46 | 461 | 73 | 47 |
| Binary | 10011111 | 101001 | 10010110 | 0 | 1001010 | 110 | 100110 | 100110001 | 111011 | 100111 |
Color Harmonies of #9F2996
Complementary color
Monochromatic Colors of #9F2996
Black with #9F2996
Text Example
Text Example
White with #9F2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2996; }
p { color: rgb(159,41,150); }
H1.HeaderClassName
{
color: #9F2996;
}
.AnyTagClassName
{
color: #9F2996;
}
</style>
background-color css
<style>
a { background-color: #9F2996; }
a { background-color: rgb(159,41,150); }
div.DivClassName
{
background-color: #9F2996;
}
.BgClassName
{
background-color: #9F2996;
}
</style>
border-color css
<style>
span { border-color: #9F2996; }
span { border-color: rgb(159,41,150); }
td.TdClassName
{
border-color: #9F2996;
}
.TagClassName
{
border-color: #9F2996;
}
</style>