Shades of Dark Purple #9F2096
Tints of Dark Purple #9F2096
RGB
CMYK
RGB Variations
Color information
#9F2096 (or 0x9F2096) is known color: Dark Purple. HEX triplet: 9F, 20 and 96. RGB value is (159,32,150). Sum of RGB (Red+Green+Blue) = 159+32+150=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2096 is #60DF69. Grayscale: #535353. Windows color (decimal): -6348650 or 9838751. OLE color: 9838751.
HSL color Cylindrical-coordinate representation of color #9F2096: hue angle of 304.25º 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 #9F2096 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 150 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.38 |
| HSL | 304.25º | 0.66% | 0.37% | - |
| HSV(B) | 304.25º | 0.8% | 0.62% | - |
| XYZ | 20.32 | 10.61 | 29.83 | - |
| YUV | 83.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 150 | 0 | 0.80 | 0.06 | 0.38 | 304.25 | 0.66 | 0.37 |
| Hex | 9F | 20 | 96 | 0 | 50 | 6 | 26 | 130 | 42 | 25 |
| Octal | 237 | 40 | 226 | 0 | 120 | 6 | 46 | 460 | 102 | 45 |
| Binary | 10011111 | 100000 | 10010110 | 0 | 1010000 | 110 | 100110 | 100110000 | 1000010 | 100101 |
Color Harmonies of #9F2096
Complementary color
Monochromatic Colors of #9F2096
Black with #9F2096
Text Example
Text Example
White with #9F2096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2096; }
p { color: rgb(159,32,150); }
H1.HeaderClassName
{
color: #9F2096;
}
.AnyTagClassName
{
color: #9F2096;
}
</style>
background-color css
<style>
a { background-color: #9F2096; }
a { background-color: rgb(159,32,150); }
div.DivClassName
{
background-color: #9F2096;
}
.BgClassName
{
background-color: #9F2096;
}
</style>
border-color css
<style>
span { border-color: #9F2096; }
span { border-color: rgb(159,32,150); }
td.TdClassName
{
border-color: #9F2096;
}
.TagClassName
{
border-color: #9F2096;
}
</style>