Shades of Eggplant #9F0571
Tints of Eggplant #9F0571
RGB
CMYK
RGB Variations
Color information
#9F0571 (or 0x9F0571) is known color: Eggplant. HEX triplet: 9F, 05 and 71. RGB value is (159,5,113). Sum of RGB (Red+Green+Blue) = 159+5+113=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0571 is #60FA8E. Grayscale: #3F3F3F. Windows color (decimal): -6355599 or 7407007. OLE color: 7407007.
HSL color Cylindrical-coordinate representation of color #9F0571: hue angle of 317.92º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0571 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 113 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.38 |
| HSL | 317.92º | 0.94% | 0.32% | - |
| HSV(B) | 317.92º | 0.97% | 0.62% | - |
| XYZ | 17.33 | 8.67 | 16.38 | - |
| YUV | 63.36 | 156.02 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 113 | 0 | 0.97 | 0.29 | 0.38 | 317.92 | 0.94 | 0.32 |
| Hex | 9F | 5 | 71 | 0 | 61 | 1D | 26 | 13E | 5E | 20 |
| Octal | 237 | 5 | 161 | 0 | 141 | 35 | 46 | 476 | 136 | 40 |
| Binary | 10011111 | 101 | 1110001 | 0 | 1100001 | 11101 | 100110 | 100111110 | 1011110 | 100000 |
Color Harmonies of #9F0571
Complementary color
Monochromatic Colors of #9F0571
Black with #9F0571
Text Example
Text Example
White with #9F0571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0571; }
p { color: rgb(159,5,113); }
H1.HeaderClassName
{
color: #9F0571;
}
.AnyTagClassName
{
color: #9F0571;
}
</style>
background-color css
<style>
a { background-color: #9F0571; }
a { background-color: rgb(159,5,113); }
div.DivClassName
{
background-color: #9F0571;
}
.BgClassName
{
background-color: #9F0571;
}
</style>
border-color css
<style>
span { border-color: #9F0571; }
span { border-color: rgb(159,5,113); }
td.TdClassName
{
border-color: #9F0571;
}
.TagClassName
{
border-color: #9F0571;
}
</style>