Shades of Dark Purple #9F2072
Tints of Dark Purple #9F2072
RGB
CMYK
RGB Variations
Color information
#9F2072 (or 0x9F2072) is known color: Dark Purple. HEX triplet: 9F, 20 and 72. RGB value is (159,32,114). Sum of RGB (Red+Green+Blue) = 159+32+114=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2072 is #60DF8D. Grayscale: #4F4F4F. Windows color (decimal): -6348686 or 7479455. OLE color: 7479455.
HSL color Cylindrical-coordinate representation of color #9F2072: hue angle of 321.26º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2072 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 114 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.38 |
| HSL | 321.26º | 0.66% | 0.37% | - |
| HSV(B) | 321.26º | 0.8% | 0.62% | - |
| XYZ | 17.85 | 9.62 | 16.84 | - |
| YUV | 79.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 114 | 0 | 0.80 | 0.28 | 0.38 | 321.26 | 0.66 | 0.37 |
| Hex | 9F | 20 | 72 | 0 | 50 | 1C | 26 | 141 | 42 | 25 |
| Octal | 237 | 40 | 162 | 0 | 120 | 34 | 46 | 501 | 102 | 45 |
| Binary | 10011111 | 100000 | 1110010 | 0 | 1010000 | 11100 | 100110 | 101000001 | 1000010 | 100101 |
Color Harmonies of #9F2072
Complementary color
Monochromatic Colors of #9F2072
Black with #9F2072
Text Example
Text Example
White with #9F2072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2072; }
p { color: rgb(159,32,114); }
H1.HeaderClassName
{
color: #9F2072;
}
.AnyTagClassName
{
color: #9F2072;
}
</style>
background-color css
<style>
a { background-color: #9F2072; }
a { background-color: rgb(159,32,114); }
div.DivClassName
{
background-color: #9F2072;
}
.BgClassName
{
background-color: #9F2072;
}
</style>
border-color css
<style>
span { border-color: #9F2072; }
span { border-color: rgb(159,32,114); }
td.TdClassName
{
border-color: #9F2072;
}
.TagClassName
{
border-color: #9F2072;
}
</style>