Shades of Dark Purple #9F2D81
Tints of Dark Purple #9F2D81
RGB
CMYK
RGB Variations
Color information
#9F2D81 (or 0x9F2D81) is known color: Dark Purple. HEX triplet: 9F, 2D and 81. RGB value is (159,45,129). Sum of RGB (Red+Green+Blue) = 159+45+129=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2D81 is #60D27E. Grayscale: #585858. Windows color (decimal): -6345343 or 8465823. OLE color: 8465823.
HSL color Cylindrical-coordinate representation of color #9F2D81: hue angle of 315.79º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2D81 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 129 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.38 |
| HSL | 315.79º | 0.56% | 0.4% | - |
| HSV(B) | 315.79º | 0.72% | 0.62% | - |
| XYZ | 19.2 | 10.83 | 21.85 | - |
| YUV | 88.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 129 | 0 | 0.72 | 0.19 | 0.38 | 315.79 | 0.56 | 0.4 |
| Hex | 9F | 2D | 81 | 0 | 48 | 13 | 26 | 13C | 38 | 28 |
| Octal | 237 | 55 | 201 | 0 | 110 | 23 | 46 | 474 | 70 | 50 |
| Binary | 10011111 | 101101 | 10000001 | 0 | 1001000 | 10011 | 100110 | 100111100 | 111000 | 101000 |
Color Harmonies of #9F2D81
Complementary color
Monochromatic Colors of #9F2D81
Black with #9F2D81
Text Example
Text Example
White with #9F2D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D81; }
p { color: rgb(159,45,129); }
H1.HeaderClassName
{
color: #9F2D81;
}
.AnyTagClassName
{
color: #9F2D81;
}
</style>
background-color css
<style>
a { background-color: #9F2D81; }
a { background-color: rgb(159,45,129); }
div.DivClassName
{
background-color: #9F2D81;
}
.BgClassName
{
background-color: #9F2D81;
}
</style>
border-color css
<style>
span { border-color: #9F2D81; }
span { border-color: rgb(159,45,129); }
td.TdClassName
{
border-color: #9F2D81;
}
.TagClassName
{
border-color: #9F2D81;
}
</style>