Shades of Dark Purple #9F1779
Tints of Dark Purple #9F1779
RGB
CMYK
RGB Variations
Color information
#9F1779 (or 0x9F1779) is known color: Dark Purple. HEX triplet: 9F, 17 and 79. RGB value is (159,23,121). Sum of RGB (Red+Green+Blue) = 159+23+121=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1779 is #60E886. Grayscale: #4A4A4A. Windows color (decimal): -6350983 or 7935903. OLE color: 7935903.
HSL color Cylindrical-coordinate representation of color #9F1779: hue angle of 316.76º 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 #9F1779 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 121 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.38 |
| HSL | 316.76º | 0.75% | 0.36% | - |
| HSV(B) | 316.76º | 0.86% | 0.62% | - |
| XYZ | 18.06 | 9.36 | 18.94 | - |
| YUV | 74.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 121 | 0 | 0.86 | 0.24 | 0.38 | 316.76 | 0.75 | 0.36 |
| Hex | 9F | 17 | 79 | 0 | 56 | 18 | 26 | 13D | 4B | 24 |
| Octal | 237 | 27 | 171 | 0 | 126 | 30 | 46 | 475 | 113 | 44 |
| Binary | 10011111 | 10111 | 1111001 | 0 | 1010110 | 11000 | 100110 | 100111101 | 1001011 | 100100 |
Color Harmonies of #9F1779
Complementary color
Monochromatic Colors of #9F1779
Black with #9F1779
Text Example
Text Example
White with #9F1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1779; }
p { color: rgb(159,23,121); }
H1.HeaderClassName
{
color: #9F1779;
}
.AnyTagClassName
{
color: #9F1779;
}
</style>
background-color css
<style>
a { background-color: #9F1779; }
a { background-color: rgb(159,23,121); }
div.DivClassName
{
background-color: #9F1779;
}
.BgClassName
{
background-color: #9F1779;
}
</style>
border-color css
<style>
span { border-color: #9F1779; }
span { border-color: rgb(159,23,121); }
td.TdClassName
{
border-color: #9F1779;
}
.TagClassName
{
border-color: #9F1779;
}
</style>