Shades of Dark Purple #9F2284
Tints of Dark Purple #9F2284
RGB
CMYK
RGB Variations
Color information
#9F2284 (or 0x9F2284) is known color: Dark Purple. HEX triplet: 9F, 22 and 84. RGB value is (159,34,132). Sum of RGB (Red+Green+Blue) = 159+34+132=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2284 is #60DD7B. Grayscale: #525252. Windows color (decimal): -6348156 or 8659615. OLE color: 8659615.
HSL color Cylindrical-coordinate representation of color #9F2284: hue angle of 312.96º degrees, saturation: 0.65, 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 #9F2284 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 132 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.38 |
| HSL | 312.96º | 0.65% | 0.38% | - |
| HSV(B) | 312.96º | 0.79% | 0.62% | - |
| XYZ | 19.03 | 10.18 | 22.79 | - |
| YUV | 82.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 132 | 0 | 0.79 | 0.17 | 0.38 | 312.96 | 0.65 | 0.38 |
| Hex | 9F | 22 | 84 | 0 | 4F | 11 | 26 | 139 | 41 | 26 |
| Octal | 237 | 42 | 204 | 0 | 117 | 21 | 46 | 471 | 101 | 46 |
| Binary | 10011111 | 100010 | 10000100 | 0 | 1001111 | 10001 | 100110 | 100111001 | 1000001 | 100110 |
Color Harmonies of #9F2284
Complementary color
Monochromatic Colors of #9F2284
Black with #9F2284
Text Example
Text Example
White with #9F2284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2284; }
p { color: rgb(159,34,132); }
H1.HeaderClassName
{
color: #9F2284;
}
.AnyTagClassName
{
color: #9F2284;
}
</style>
background-color css
<style>
a { background-color: #9F2284; }
a { background-color: rgb(159,34,132); }
div.DivClassName
{
background-color: #9F2284;
}
.BgClassName
{
background-color: #9F2284;
}
</style>
border-color css
<style>
span { border-color: #9F2284; }
span { border-color: rgb(159,34,132); }
td.TdClassName
{
border-color: #9F2284;
}
.TagClassName
{
border-color: #9F2284;
}
</style>