Shades of Dark Purple #9F2191
Tints of Dark Purple #9F2191
RGB
CMYK
RGB Variations
Color information
#9F2191 (or 0x9F2191) is known color: Dark Purple. HEX triplet: 9F, 21 and 91. RGB value is (159,33,145). Sum of RGB (Red+Green+Blue) = 159+33+145=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2191 is #60DE6E. Grayscale: #535353. Windows color (decimal): -6348399 or 9511327. OLE color: 9511327.
HSL color Cylindrical-coordinate representation of color #9F2191: hue angle of 306.67º degrees, saturation: 0.66, 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 #9F2191 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 145 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.38 |
| HSL | 306.67º | 0.66% | 0.38% | - |
| HSV(B) | 306.67º | 0.79% | 0.62% | - |
| XYZ | 19.95 | 10.5 | 27.76 | - |
| YUV | 83.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 145 | 0 | 0.79 | 0.09 | 0.38 | 306.67 | 0.66 | 0.38 |
| Hex | 9F | 21 | 91 | 0 | 4F | 9 | 26 | 133 | 42 | 26 |
| Octal | 237 | 41 | 221 | 0 | 117 | 11 | 46 | 463 | 102 | 46 |
| Binary | 10011111 | 100001 | 10010001 | 0 | 1001111 | 1001 | 100110 | 100110011 | 1000010 | 100110 |
Color Harmonies of #9F2191
Complementary color
Monochromatic Colors of #9F2191
Black with #9F2191
Text Example
Text Example
White with #9F2191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2191; }
p { color: rgb(159,33,145); }
H1.HeaderClassName
{
color: #9F2191;
}
.AnyTagClassName
{
color: #9F2191;
}
</style>
background-color css
<style>
a { background-color: #9F2191; }
a { background-color: rgb(159,33,145); }
div.DivClassName
{
background-color: #9F2191;
}
.BgClassName
{
background-color: #9F2191;
}
</style>
border-color css
<style>
span { border-color: #9F2191; }
span { border-color: rgb(159,33,145); }
td.TdClassName
{
border-color: #9F2191;
}
.TagClassName
{
border-color: #9F2191;
}
</style>