Shades of Dark Purple #9F2392
Tints of Dark Purple #9F2392
RGB
CMYK
RGB Variations
Color information
#9F2392 (or 0x9F2392) is known color: Dark Purple. HEX triplet: 9F, 23 and 92. RGB value is (159,35,146). Sum of RGB (Red+Green+Blue) = 159+35+146=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2392 is #60DC6D. Grayscale: #545454. Windows color (decimal): -6347886 or 9577375. OLE color: 9577375.
HSL color Cylindrical-coordinate representation of color #9F2392: hue angle of 306.29º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2392 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 146 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.38 |
| HSL | 306.29º | 0.64% | 0.38% | - |
| HSV(B) | 306.29º | 0.78% | 0.62% | - |
| XYZ | 20.09 | 10.65 | 28.19 | - |
| YUV | 84.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 146 | 0 | 0.78 | 0.08 | 0.38 | 306.29 | 0.64 | 0.38 |
| Hex | 9F | 23 | 92 | 0 | 4E | 8 | 26 | 132 | 40 | 26 |
| Octal | 237 | 43 | 222 | 0 | 116 | 10 | 46 | 462 | 100 | 46 |
| Binary | 10011111 | 100011 | 10010010 | 0 | 1001110 | 1000 | 100110 | 100110010 | 1000000 | 100110 |
Color Harmonies of #9F2392
Complementary color
Monochromatic Colors of #9F2392
Black with #9F2392
Text Example
Text Example
White with #9F2392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2392; }
p { color: rgb(159,35,146); }
H1.HeaderClassName
{
color: #9F2392;
}
.AnyTagClassName
{
color: #9F2392;
}
</style>
background-color css
<style>
a { background-color: #9F2392; }
a { background-color: rgb(159,35,146); }
div.DivClassName
{
background-color: #9F2392;
}
.BgClassName
{
background-color: #9F2392;
}
</style>
border-color css
<style>
span { border-color: #9F2392; }
span { border-color: rgb(159,35,146); }
td.TdClassName
{
border-color: #9F2392;
}
.TagClassName
{
border-color: #9F2392;
}
</style>