Shades of Dark Purple #9F2C95
Tints of Dark Purple #9F2C95
RGB
CMYK
RGB Variations
Color information
#9F2C95 (or 0x9F2C95) is known color: Dark Purple. HEX triplet: 9F, 2C and 95. RGB value is (159,44,149). Sum of RGB (Red+Green+Blue) = 159+44+149=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2C95 is #60D36A. Grayscale: #5A5A5A. Windows color (decimal): -6345579 or 9776287. OLE color: 9776287.
HSL color Cylindrical-coordinate representation of color #9F2C95: hue angle of 305.22º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2C95 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 44 | 149 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.38 |
| HSL | 305.22º | 0.57% | 0.4% | - |
| HSV(B) | 305.22º | 0.72% | 0.62% | - |
| XYZ | 20.62 | 11.34 | 29.54 | - |
| YUV | 90.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 149 | 0 | 0.72 | 0.06 | 0.38 | 305.22 | 0.57 | 0.4 |
| Hex | 9F | 2C | 95 | 0 | 48 | 6 | 26 | 131 | 39 | 28 |
| Octal | 237 | 54 | 225 | 0 | 110 | 6 | 46 | 461 | 71 | 50 |
| Binary | 10011111 | 101100 | 10010101 | 0 | 1001000 | 110 | 100110 | 100110001 | 111001 | 101000 |
Color Harmonies of #9F2C95
Complementary color
Monochromatic Colors of #9F2C95
Black with #9F2C95
Text Example
Text Example
White with #9F2C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2C95; }
p { color: rgb(159,44,149); }
H1.HeaderClassName
{
color: #9F2C95;
}
.AnyTagClassName
{
color: #9F2C95;
}
</style>
background-color css
<style>
a { background-color: #9F2C95; }
a { background-color: rgb(159,44,149); }
div.DivClassName
{
background-color: #9F2C95;
}
.BgClassName
{
background-color: #9F2C95;
}
</style>
border-color css
<style>
span { border-color: #9F2C95; }
span { border-color: rgb(159,44,149); }
td.TdClassName
{
border-color: #9F2C95;
}
.TagClassName
{
border-color: #9F2C95;
}
</style>