Shades of Dark Purple #9F1789
Tints of Dark Purple #9F1789
RGB
CMYK
RGB Variations
Color information
#9F1789 (or 0x9F1789) is known color: Dark Purple. HEX triplet: 9F, 17 and 89. RGB value is (159,23,137). Sum of RGB (Red+Green+Blue) = 159+23+137=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1789 is #60E876. Grayscale: #4C4C4C. Windows color (decimal): -6350967 or 8984479. OLE color: 8984479.
HSL color Cylindrical-coordinate representation of color #9F1789: hue angle of 309.71º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1789 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 137 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.38 |
| HSL | 309.71º | 0.75% | 0.36% | - |
| HSV(B) | 309.71º | 0.86% | 0.62% | - |
| XYZ | 19.12 | 9.79 | 24.55 | - |
| YUV | 76.66 | 162.06 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 137 | 0 | 0.86 | 0.14 | 0.38 | 309.71 | 0.75 | 0.36 |
| Hex | 9F | 17 | 89 | 0 | 56 | E | 26 | 136 | 4B | 24 |
| Octal | 237 | 27 | 211 | 0 | 126 | 16 | 46 | 466 | 113 | 44 |
| Binary | 10011111 | 10111 | 10001001 | 0 | 1010110 | 1110 | 100110 | 100110110 | 1001011 | 100100 |
Color Harmonies of #9F1789
Complementary color
Monochromatic Colors of #9F1789
Black with #9F1789
Text Example
Text Example
White with #9F1789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1789; }
p { color: rgb(159,23,137); }
H1.HeaderClassName
{
color: #9F1789;
}
.AnyTagClassName
{
color: #9F1789;
}
</style>
background-color css
<style>
a { background-color: #9F1789; }
a { background-color: rgb(159,23,137); }
div.DivClassName
{
background-color: #9F1789;
}
.BgClassName
{
background-color: #9F1789;
}
</style>
border-color css
<style>
span { border-color: #9F1789; }
span { border-color: rgb(159,23,137); }
td.TdClassName
{
border-color: #9F1789;
}
.TagClassName
{
border-color: #9F1789;
}
</style>