Shades of Dark Purple #9F1777
Tints of Dark Purple #9F1777
RGB
CMYK
RGB Variations
Color information
#9F1777 (or 0x9F1777) is known color: Dark Purple. HEX triplet: 9F, 17 and 77. RGB value is (159,23,119). Sum of RGB (Red+Green+Blue) = 159+23+119=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1777 is #60E888. Grayscale: #4A4A4A. Windows color (decimal): -6350985 or 7804831. OLE color: 7804831.
HSL color Cylindrical-coordinate representation of color #9F1777: hue angle of 317.65º 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 #9F1777 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 119 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.38 |
| HSL | 317.65º | 0.75% | 0.36% | - |
| HSV(B) | 317.65º | 0.86% | 0.62% | - |
| XYZ | 17.93 | 9.32 | 18.31 | - |
| YUV | 74.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 119 | 0 | 0.86 | 0.25 | 0.38 | 317.65 | 0.75 | 0.36 |
| Hex | 9F | 17 | 77 | 0 | 56 | 19 | 26 | 13E | 4B | 24 |
| Octal | 237 | 27 | 167 | 0 | 126 | 31 | 46 | 476 | 113 | 44 |
| Binary | 10011111 | 10111 | 1110111 | 0 | 1010110 | 11001 | 100110 | 100111110 | 1001011 | 100100 |
Color Harmonies of #9F1777
Complementary color
Monochromatic Colors of #9F1777
Black with #9F1777
Text Example
Text Example
White with #9F1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1777; }
p { color: rgb(159,23,119); }
H1.HeaderClassName
{
color: #9F1777;
}
.AnyTagClassName
{
color: #9F1777;
}
</style>
background-color css
<style>
a { background-color: #9F1777; }
a { background-color: rgb(159,23,119); }
div.DivClassName
{
background-color: #9F1777;
}
.BgClassName
{
background-color: #9F1777;
}
</style>
border-color css
<style>
span { border-color: #9F1777; }
span { border-color: rgb(159,23,119); }
td.TdClassName
{
border-color: #9F1777;
}
.TagClassName
{
border-color: #9F1777;
}
</style>