Shades of Dark Purple #9F2283
Tints of Dark Purple #9F2283
RGB
CMYK
RGB Variations
Color information
#9F2283 (or 0x9F2283) is known color: Dark Purple. HEX triplet: 9F, 22 and 83. RGB value is (159,34,131). Sum of RGB (Red+Green+Blue) = 159+34+131=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2283 is #60DD7C. Grayscale: #525252. Windows color (decimal): -6348157 or 8594079. OLE color: 8594079.
HSL color Cylindrical-coordinate representation of color #9F2283: hue angle of 313.44º 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 #9F2283 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 131 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.38 |
| HSL | 313.44º | 0.65% | 0.38% | - |
| HSV(B) | 313.44º | 0.79% | 0.62% | - |
| XYZ | 18.97 | 10.15 | 22.43 | - |
| YUV | 82.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 131 | 0 | 0.79 | 0.18 | 0.38 | 313.44 | 0.65 | 0.38 |
| Hex | 9F | 22 | 83 | 0 | 4F | 12 | 26 | 139 | 41 | 26 |
| Octal | 237 | 42 | 203 | 0 | 117 | 22 | 46 | 471 | 101 | 46 |
| Binary | 10011111 | 100010 | 10000011 | 0 | 1001111 | 10010 | 100110 | 100111001 | 1000001 | 100110 |
Color Harmonies of #9F2283
Complementary color
Monochromatic Colors of #9F2283
Black with #9F2283
Text Example
Text Example
White with #9F2283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2283; }
p { color: rgb(159,34,131); }
H1.HeaderClassName
{
color: #9F2283;
}
.AnyTagClassName
{
color: #9F2283;
}
</style>
background-color css
<style>
a { background-color: #9F2283; }
a { background-color: rgb(159,34,131); }
div.DivClassName
{
background-color: #9F2283;
}
.BgClassName
{
background-color: #9F2283;
}
</style>
border-color css
<style>
span { border-color: #9F2283; }
span { border-color: rgb(159,34,131); }
td.TdClassName
{
border-color: #9F2283;
}
.TagClassName
{
border-color: #9F2283;
}
</style>