Shades of Dark Purple #9F2971
Tints of Dark Purple #9F2971
RGB
CMYK
RGB Variations
Color information
#9F2971 (or 0x9F2971) is known color: Dark Purple. HEX triplet: 9F, 29 and 71. RGB value is (159,41,113). Sum of RGB (Red+Green+Blue) = 159+41+113=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2971 is #60D68E. Grayscale: #545454. Windows color (decimal): -6346383 or 7416223. OLE color: 7416223.
HSL color Cylindrical-coordinate representation of color #9F2971: hue angle of 323.39º 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 #9F2971 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 113 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.38 |
| HSL | 323.39º | 0.59% | 0.39% | - |
| HSV(B) | 323.39º | 0.74% | 0.62% | - |
| XYZ | 18.07 | 10.15 | 16.63 | - |
| YUV | 84.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 113 | 0 | 0.74 | 0.29 | 0.38 | 323.39 | 0.59 | 0.39 |
| Hex | 9F | 29 | 71 | 0 | 4A | 1D | 26 | 143 | 3B | 27 |
| Octal | 237 | 51 | 161 | 0 | 112 | 35 | 46 | 503 | 73 | 47 |
| Binary | 10011111 | 101001 | 1110001 | 0 | 1001010 | 11101 | 100110 | 101000011 | 111011 | 100111 |
Color Harmonies of #9F2971
Complementary color
Monochromatic Colors of #9F2971
Black with #9F2971
Text Example
Text Example
White with #9F2971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2971; }
p { color: rgb(159,41,113); }
H1.HeaderClassName
{
color: #9F2971;
}
.AnyTagClassName
{
color: #9F2971;
}
</style>
background-color css
<style>
a { background-color: #9F2971; }
a { background-color: rgb(159,41,113); }
div.DivClassName
{
background-color: #9F2971;
}
.BgClassName
{
background-color: #9F2971;
}
</style>
border-color css
<style>
span { border-color: #9F2971; }
span { border-color: rgb(159,41,113); }
td.TdClassName
{
border-color: #9F2971;
}
.TagClassName
{
border-color: #9F2971;
}
</style>