Shades of Dark Purple #9F2B81
Tints of Dark Purple #9F2B81
RGB
CMYK
RGB Variations
Color information
#9F2B81 (or 0x9F2B81) is known color: Dark Purple. HEX triplet: 9F, 2B and 81. RGB value is (159,43,129). Sum of RGB (Red+Green+Blue) = 159+43+129=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2B81 is #60D47E. Grayscale: #575757. Windows color (decimal): -6345855 or 8465311. OLE color: 8465311.
HSL color Cylindrical-coordinate representation of color #9F2B81: hue angle of 315.52º 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 #9F2B81 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 43 | 129 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.38 |
| HSL | 315.52º | 0.57% | 0.4% | - |
| HSV(B) | 315.52º | 0.73% | 0.62% | - |
| XYZ | 19.12 | 10.68 | 21.82 | - |
| YUV | 87.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 129 | 0 | 0.73 | 0.19 | 0.38 | 315.52 | 0.57 | 0.4 |
| Hex | 9F | 2B | 81 | 0 | 49 | 13 | 26 | 13C | 39 | 28 |
| Octal | 237 | 53 | 201 | 0 | 111 | 23 | 46 | 474 | 71 | 50 |
| Binary | 10011111 | 101011 | 10000001 | 0 | 1001001 | 10011 | 100110 | 100111100 | 111001 | 101000 |
Color Harmonies of #9F2B81
Complementary color
Monochromatic Colors of #9F2B81
Black with #9F2B81
Text Example
Text Example
White with #9F2B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2B81; }
p { color: rgb(159,43,129); }
H1.HeaderClassName
{
color: #9F2B81;
}
.AnyTagClassName
{
color: #9F2B81;
}
</style>
background-color css
<style>
a { background-color: #9F2B81; }
a { background-color: rgb(159,43,129); }
div.DivClassName
{
background-color: #9F2B81;
}
.BgClassName
{
background-color: #9F2B81;
}
</style>
border-color css
<style>
span { border-color: #9F2B81; }
span { border-color: rgb(159,43,129); }
td.TdClassName
{
border-color: #9F2B81;
}
.TagClassName
{
border-color: #9F2B81;
}
</style>