Shades of Dark Purple #9F1384
Tints of Dark Purple #9F1384
RGB
CMYK
RGB Variations
Color information
#9F1384 (or 0x9F1384) is known color: Dark Purple. HEX triplet: 9F, 13 and 84. RGB value is (159,19,132). Sum of RGB (Red+Green+Blue) = 159+19+132=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1384 is #60EC7B. Grayscale: #494949. Windows color (decimal): -6351996 or 8655775. OLE color: 8655775.
HSL color Cylindrical-coordinate representation of color #9F1384: hue angle of 311.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1384 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 132 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.38 |
| HSL | 311.57º | 0.79% | 0.35% | - |
| HSV(B) | 311.57º | 0.88% | 0.62% | - |
| XYZ | 18.7 | 9.5 | 22.68 | - |
| YUV | 73.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 132 | 0 | 0.88 | 0.17 | 0.38 | 311.57 | 0.79 | 0.35 |
| Hex | 9F | 13 | 84 | 0 | 58 | 11 | 26 | 138 | 4F | 23 |
| Octal | 237 | 23 | 204 | 0 | 130 | 21 | 46 | 470 | 117 | 43 |
| Binary | 10011111 | 10011 | 10000100 | 0 | 1011000 | 10001 | 100110 | 100111000 | 1001111 | 100011 |
Color Harmonies of #9F1384
Complementary color
Monochromatic Colors of #9F1384
Black with #9F1384
Text Example
Text Example
White with #9F1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1384; }
p { color: rgb(159,19,132); }
H1.HeaderClassName
{
color: #9F1384;
}
.AnyTagClassName
{
color: #9F1384;
}
</style>
background-color css
<style>
a { background-color: #9F1384; }
a { background-color: rgb(159,19,132); }
div.DivClassName
{
background-color: #9F1384;
}
.BgClassName
{
background-color: #9F1384;
}
</style>
border-color css
<style>
span { border-color: #9F1384; }
span { border-color: rgb(159,19,132); }
td.TdClassName
{
border-color: #9F1384;
}
.TagClassName
{
border-color: #9F1384;
}
</style>