Shades of Dark Purple #9F1884
Tints of Dark Purple #9F1884
RGB
CMYK
RGB Variations
Color information
#9F1884 (or 0x9F1884) is known color: Dark Purple. HEX triplet: 9F, 18 and 84. RGB value is (159,24,132). Sum of RGB (Red+Green+Blue) = 159+24+132=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1884 is #60E77B. Grayscale: #4C4C4C. Windows color (decimal): -6350716 or 8657055. OLE color: 8657055.
HSL color Cylindrical-coordinate representation of color #9F1884: hue angle of 312º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1884 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 132 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.38 |
| HSL | 312º | 0.74% | 0.36% | - |
| HSV(B) | 312º | 0.85% | 0.62% | - |
| XYZ | 18.79 | 9.69 | 22.71 | - |
| YUV | 76.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 132 | 0 | 0.85 | 0.17 | 0.38 | 312 | 0.74 | 0.36 |
| Hex | 9F | 18 | 84 | 0 | 55 | 11 | 26 | 138 | 4A | 24 |
| Octal | 237 | 30 | 204 | 0 | 125 | 21 | 46 | 470 | 112 | 44 |
| Binary | 10011111 | 11000 | 10000100 | 0 | 1010101 | 10001 | 100110 | 100111000 | 1001010 | 100100 |
Color Harmonies of #9F1884
Complementary color
Monochromatic Colors of #9F1884
Black with #9F1884
Text Example
Text Example
White with #9F1884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1884; }
p { color: rgb(159,24,132); }
H1.HeaderClassName
{
color: #9F1884;
}
.AnyTagClassName
{
color: #9F1884;
}
</style>
background-color css
<style>
a { background-color: #9F1884; }
a { background-color: rgb(159,24,132); }
div.DivClassName
{
background-color: #9F1884;
}
.BgClassName
{
background-color: #9F1884;
}
</style>
border-color css
<style>
span { border-color: #9F1884; }
span { border-color: rgb(159,24,132); }
td.TdClassName
{
border-color: #9F1884;
}
.TagClassName
{
border-color: #9F1884;
}
</style>