Shades of Dark Purple #9F2381
Tints of Dark Purple #9F2381
RGB
CMYK
RGB Variations
Color information
#9F2381 (or 0x9F2381) is known color: Dark Purple. HEX triplet: 9F, 23 and 81. RGB value is (159,35,129). Sum of RGB (Red+Green+Blue) = 159+35+129=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2381 is #60DC7E. Grayscale: #525252. Windows color (decimal): -6347903 or 8463263. OLE color: 8463263.
HSL color Cylindrical-coordinate representation of color #9F2381: hue angle of 314.52º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2381 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 129 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.38 |
| HSL | 314.52º | 0.64% | 0.38% | - |
| HSV(B) | 314.52º | 0.78% | 0.62% | - |
| XYZ | 18.86 | 10.16 | 21.74 | - |
| YUV | 82.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 129 | 0 | 0.78 | 0.19 | 0.38 | 314.52 | 0.64 | 0.38 |
| Hex | 9F | 23 | 81 | 0 | 4E | 13 | 26 | 13B | 40 | 26 |
| Octal | 237 | 43 | 201 | 0 | 116 | 23 | 46 | 473 | 100 | 46 |
| Binary | 10011111 | 100011 | 10000001 | 0 | 1001110 | 10011 | 100110 | 100111011 | 1000000 | 100110 |
Color Harmonies of #9F2381
Complementary color
Monochromatic Colors of #9F2381
Black with #9F2381
Text Example
Text Example
White with #9F2381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2381; }
p { color: rgb(159,35,129); }
H1.HeaderClassName
{
color: #9F2381;
}
.AnyTagClassName
{
color: #9F2381;
}
</style>
background-color css
<style>
a { background-color: #9F2381; }
a { background-color: rgb(159,35,129); }
div.DivClassName
{
background-color: #9F2381;
}
.BgClassName
{
background-color: #9F2381;
}
</style>
border-color css
<style>
span { border-color: #9F2381; }
span { border-color: rgb(159,35,129); }
td.TdClassName
{
border-color: #9F2381;
}
.TagClassName
{
border-color: #9F2381;
}
</style>