Shades of Dark Purple #9F2279
Tints of Dark Purple #9F2279
RGB
CMYK
RGB Variations
Color information
#9F2279 (or 0x9F2279) is known color: Dark Purple. HEX triplet: 9F, 22 and 79. RGB value is (159,34,121). Sum of RGB (Red+Green+Blue) = 159+34+121=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2279 is #60DD86. Grayscale: #515151. Windows color (decimal): -6348167 or 7938719. OLE color: 7938719.
HSL color Cylindrical-coordinate representation of color #9F2279: hue angle of 318.24º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2279 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 121 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.38 |
| HSL | 318.24º | 0.65% | 0.38% | - |
| HSV(B) | 318.24º | 0.79% | 0.62% | - |
| XYZ | 18.32 | 9.9 | 19.03 | - |
| YUV | 81.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 121 | 0 | 0.79 | 0.24 | 0.38 | 318.24 | 0.65 | 0.38 |
| Hex | 9F | 22 | 79 | 0 | 4F | 18 | 26 | 13E | 41 | 26 |
| Octal | 237 | 42 | 171 | 0 | 117 | 30 | 46 | 476 | 101 | 46 |
| Binary | 10011111 | 100010 | 1111001 | 0 | 1001111 | 11000 | 100110 | 100111110 | 1000001 | 100110 |
Color Harmonies of #9F2279
Complementary color
Monochromatic Colors of #9F2279
Black with #9F2279
Text Example
Text Example
White with #9F2279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2279; }
p { color: rgb(159,34,121); }
H1.HeaderClassName
{
color: #9F2279;
}
.AnyTagClassName
{
color: #9F2279;
}
</style>
background-color css
<style>
a { background-color: #9F2279; }
a { background-color: rgb(159,34,121); }
div.DivClassName
{
background-color: #9F2279;
}
.BgClassName
{
background-color: #9F2279;
}
</style>
border-color css
<style>
span { border-color: #9F2279; }
span { border-color: rgb(159,34,121); }
td.TdClassName
{
border-color: #9F2279;
}
.TagClassName
{
border-color: #9F2279;
}
</style>