Shades of Dark Purple #9F2B8C
Tints of Dark Purple #9F2B8C
RGB
CMYK
RGB Variations
Color information
#9F2B8C (or 0x9F2B8C) is known color: Dark Purple. HEX triplet: 9F, 2B and 8C. RGB value is (159,43,140). Sum of RGB (Red+Green+Blue) = 159+43+140=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2B8C is #60D473. Grayscale: #585858. Windows color (decimal): -6345844 or 9186207. OLE color: 9186207.
HSL color Cylindrical-coordinate representation of color #9F2B8C: hue angle of 309.83º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2B8C is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 43 | 140 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.38 |
| HSL | 309.83º | 0.57% | 0.4% | - |
| HSV(B) | 309.83º | 0.73% | 0.62% | - |
| XYZ | 19.9 | 10.99 | 25.88 | - |
| YUV | 88.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 140 | 0 | 0.73 | 0.12 | 0.38 | 309.83 | 0.57 | 0.4 |
| Hex | 9F | 2B | 8C | 0 | 49 | C | 26 | 136 | 39 | 28 |
| Octal | 237 | 53 | 214 | 0 | 111 | 14 | 46 | 466 | 71 | 50 |
| Binary | 10011111 | 101011 | 10001100 | 0 | 1001001 | 1100 | 100110 | 100110110 | 111001 | 101000 |
Color Harmonies of #9F2B8C
Complementary color
Monochromatic Colors of #9F2B8C
Black with #9F2B8C
Text Example
Text Example
White with #9F2B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2B8C; }
p { color: rgb(159,43,140); }
H1.HeaderClassName
{
color: #9F2B8C;
}
.AnyTagClassName
{
color: #9F2B8C;
}
</style>
background-color css
<style>
a { background-color: #9F2B8C; }
a { background-color: rgb(159,43,140); }
div.DivClassName
{
background-color: #9F2B8C;
}
.BgClassName
{
background-color: #9F2B8C;
}
</style>
border-color css
<style>
span { border-color: #9F2B8C; }
span { border-color: rgb(159,43,140); }
td.TdClassName
{
border-color: #9F2B8C;
}
.TagClassName
{
border-color: #9F2B8C;
}
</style>