Shades of Dark Purple #9F2979
Tints of Dark Purple #9F2979
RGB
CMYK
RGB Variations
Color information
#9F2979 (or 0x9F2979) is known color: Dark Purple. HEX triplet: 9F, 29 and 79. RGB value is (159,41,121). Sum of RGB (Red+Green+Blue) = 159+41+121=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2979 is #60D686. Grayscale: #555555. Windows color (decimal): -6346375 or 7940511. OLE color: 7940511.
HSL color Cylindrical-coordinate representation of color #9F2979: hue angle of 319.32º 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 #9F2979 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 121 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.38 |
| HSL | 319.32º | 0.59% | 0.39% | - |
| HSV(B) | 319.32º | 0.74% | 0.62% | - |
| XYZ | 18.54 | 10.34 | 19.11 | - |
| YUV | 85.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 121 | 0 | 0.74 | 0.24 | 0.38 | 319.32 | 0.59 | 0.39 |
| Hex | 9F | 29 | 79 | 0 | 4A | 18 | 26 | 13F | 3B | 27 |
| Octal | 237 | 51 | 171 | 0 | 112 | 30 | 46 | 477 | 73 | 47 |
| Binary | 10011111 | 101001 | 1111001 | 0 | 1001010 | 11000 | 100110 | 100111111 | 111011 | 100111 |
Color Harmonies of #9F2979
Complementary color
Monochromatic Colors of #9F2979
Black with #9F2979
Text Example
Text Example
White with #9F2979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2979; }
p { color: rgb(159,41,121); }
H1.HeaderClassName
{
color: #9F2979;
}
.AnyTagClassName
{
color: #9F2979;
}
</style>
background-color css
<style>
a { background-color: #9F2979; }
a { background-color: rgb(159,41,121); }
div.DivClassName
{
background-color: #9F2979;
}
.BgClassName
{
background-color: #9F2979;
}
</style>
border-color css
<style>
span { border-color: #9F2979; }
span { border-color: rgb(159,41,121); }
td.TdClassName
{
border-color: #9F2979;
}
.TagClassName
{
border-color: #9F2979;
}
</style>