Shades of Dark Purple #9F2984
Tints of Dark Purple #9F2984
RGB
CMYK
RGB Variations
Color information
#9F2984 (or 0x9F2984) is known color: Dark Purple. HEX triplet: 9F, 29 and 84. RGB value is (159,41,132). Sum of RGB (Red+Green+Blue) = 159+41+132=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2984 is #60D67B. Grayscale: #565656. Windows color (decimal): -6346364 or 8661407. OLE color: 8661407.
HSL color Cylindrical-coordinate representation of color #9F2984: hue angle of 313.73º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2984 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 132 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.38 |
| HSL | 313.73º | 0.59% | 0.39% | - |
| HSV(B) | 313.73º | 0.74% | 0.62% | - |
| XYZ | 19.26 | 10.62 | 22.87 | - |
| YUV | 86.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 132 | 0 | 0.74 | 0.17 | 0.38 | 313.73 | 0.59 | 0.39 |
| Hex | 9F | 29 | 84 | 0 | 4A | 11 | 26 | 13A | 3B | 27 |
| Octal | 237 | 51 | 204 | 0 | 112 | 21 | 46 | 472 | 73 | 47 |
| Binary | 10011111 | 101001 | 10000100 | 0 | 1001010 | 10001 | 100110 | 100111010 | 111011 | 100111 |
Color Harmonies of #9F2984
Complementary color
Monochromatic Colors of #9F2984
Black with #9F2984
Text Example
Text Example
White with #9F2984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2984; }
p { color: rgb(159,41,132); }
H1.HeaderClassName
{
color: #9F2984;
}
.AnyTagClassName
{
color: #9F2984;
}
</style>
background-color css
<style>
a { background-color: #9F2984; }
a { background-color: rgb(159,41,132); }
div.DivClassName
{
background-color: #9F2984;
}
.BgClassName
{
background-color: #9F2984;
}
</style>
border-color css
<style>
span { border-color: #9F2984; }
span { border-color: rgb(159,41,132); }
td.TdClassName
{
border-color: #9F2984;
}
.TagClassName
{
border-color: #9F2984;
}
</style>