Shades of Dark Purple #9F2B94
Tints of Dark Purple #9F2B94
RGB
CMYK
RGB Variations
Color information
#9F2B94 (or 0x9F2B94) is known color: Dark Purple. HEX triplet: 9F, 2B and 94. RGB value is (159,43,148). Sum of RGB (Red+Green+Blue) = 159+43+148=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2B94 is #60D46B. Grayscale: #595959. Windows color (decimal): -6345836 or 9710495. OLE color: 9710495.
HSL color Cylindrical-coordinate representation of color #9F2B94: hue angle of 305.69º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2B94 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 43 | 148 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.38 |
| HSL | 305.69º | 0.57% | 0.4% | - |
| HSV(B) | 305.69º | 0.73% | 0.62% | - |
| XYZ | 20.51 | 11.24 | 29.11 | - |
| YUV | 89.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 148 | 0 | 0.73 | 0.07 | 0.38 | 305.69 | 0.57 | 0.4 |
| Hex | 9F | 2B | 94 | 0 | 49 | 7 | 26 | 132 | 39 | 28 |
| Octal | 237 | 53 | 224 | 0 | 111 | 7 | 46 | 462 | 71 | 50 |
| Binary | 10011111 | 101011 | 10010100 | 0 | 1001001 | 111 | 100110 | 100110010 | 111001 | 101000 |
Color Harmonies of #9F2B94
Complementary color
Monochromatic Colors of #9F2B94
Black with #9F2B94
Text Example
Text Example
White with #9F2B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2B94; }
p { color: rgb(159,43,148); }
H1.HeaderClassName
{
color: #9F2B94;
}
.AnyTagClassName
{
color: #9F2B94;
}
</style>
background-color css
<style>
a { background-color: #9F2B94; }
a { background-color: rgb(159,43,148); }
div.DivClassName
{
background-color: #9F2B94;
}
.BgClassName
{
background-color: #9F2B94;
}
</style>
border-color css
<style>
span { border-color: #9F2B94; }
span { border-color: rgb(159,43,148); }
td.TdClassName
{
border-color: #9F2B94;
}
.TagClassName
{
border-color: #9F2B94;
}
</style>