Shades of Dark Purple #9F2094
Tints of Dark Purple #9F2094
RGB
CMYK
RGB Variations
Color information
#9F2094 (or 0x9F2094) is known color: Dark Purple. HEX triplet: 9F, 20 and 94. RGB value is (159,32,148). Sum of RGB (Red+Green+Blue) = 159+32+148=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2094 is #60DF6B. Grayscale: #525252. Windows color (decimal): -6348652 or 9707679. OLE color: 9707679.
HSL color Cylindrical-coordinate representation of color #9F2094: hue angle of 305.2º 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 #9F2094 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 148 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.38 |
| HSL | 305.2º | 0.66% | 0.37% | - |
| HSV(B) | 305.2º | 0.8% | 0.62% | - |
| XYZ | 20.16 | 10.54 | 28.99 | - |
| YUV | 83.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 148 | 0 | 0.80 | 0.07 | 0.38 | 305.2 | 0.66 | 0.37 |
| Hex | 9F | 20 | 94 | 0 | 50 | 7 | 26 | 131 | 42 | 25 |
| Octal | 237 | 40 | 224 | 0 | 120 | 7 | 46 | 461 | 102 | 45 |
| Binary | 10011111 | 100000 | 10010100 | 0 | 1010000 | 111 | 100110 | 100110001 | 1000010 | 100101 |
Color Harmonies of #9F2094
Complementary color
Monochromatic Colors of #9F2094
Black with #9F2094
Text Example
Text Example
White with #9F2094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2094; }
p { color: rgb(159,32,148); }
H1.HeaderClassName
{
color: #9F2094;
}
.AnyTagClassName
{
color: #9F2094;
}
</style>
background-color css
<style>
a { background-color: #9F2094; }
a { background-color: rgb(159,32,148); }
div.DivClassName
{
background-color: #9F2094;
}
.BgClassName
{
background-color: #9F2094;
}
</style>
border-color css
<style>
span { border-color: #9F2094; }
span { border-color: rgb(159,32,148); }
td.TdClassName
{
border-color: #9F2094;
}
.TagClassName
{
border-color: #9F2094;
}
</style>