Shades of Dark Purple #9F1E77
Tints of Dark Purple #9F1E77
RGB
CMYK
RGB Variations
Color information
#9F1E77 (or 0x9F1E77) is known color: Dark Purple. HEX triplet: 9F, 1E and 77. RGB value is (159,30,119). Sum of RGB (Red+Green+Blue) = 159+30+119=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E77 is #60E188. Grayscale: #4E4E4E. Windows color (decimal): -6349193 or 7806623. OLE color: 7806623.
HSL color Cylindrical-coordinate representation of color #9F1E77: hue angle of 318.6º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1E77 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 30 | 119 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.38 |
| HSL | 318.6º | 0.68% | 0.37% | - |
| HSV(B) | 318.6º | 0.81% | 0.62% | - |
| XYZ | 18.09 | 9.63 | 18.36 | - |
| YUV | 78.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 30 | 119 | 0 | 0.81 | 0.25 | 0.38 | 318.6 | 0.68 | 0.37 |
| Hex | 9F | 1E | 77 | 0 | 51 | 19 | 26 | 13F | 44 | 25 |
| Octal | 237 | 36 | 167 | 0 | 121 | 31 | 46 | 477 | 104 | 45 |
| Binary | 10011111 | 11110 | 1110111 | 0 | 1010001 | 11001 | 100110 | 100111111 | 1000100 | 100101 |
Color Harmonies of #9F1E77
Complementary color
Monochromatic Colors of #9F1E77
Black with #9F1E77
Text Example
Text Example
White with #9F1E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1E77; }
p { color: rgb(159,30,119); }
H1.HeaderClassName
{
color: #9F1E77;
}
.AnyTagClassName
{
color: #9F1E77;
}
</style>
background-color css
<style>
a { background-color: #9F1E77; }
a { background-color: rgb(159,30,119); }
div.DivClassName
{
background-color: #9F1E77;
}
.BgClassName
{
background-color: #9F1E77;
}
</style>
border-color css
<style>
span { border-color: #9F1E77; }
span { border-color: rgb(159,30,119); }
td.TdClassName
{
border-color: #9F1E77;
}
.TagClassName
{
border-color: #9F1E77;
}
</style>