Shades of Eggplant #9F0573
Tints of Eggplant #9F0573
RGB
CMYK
RGB Variations
Color information
#9F0573 (or 0x9F0573) is known color: Eggplant. HEX triplet: 9F, 05 and 73. RGB value is (159,5,115). Sum of RGB (Red+Green+Blue) = 159+5+115=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0573 is #60FA8C. Grayscale: #3F3F3F. Windows color (decimal): -6355597 or 7538079. OLE color: 7538079.
HSL color Cylindrical-coordinate representation of color #9F0573: hue angle of 317.14º 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 #9F0573 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 115 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.38 |
| HSL | 317.14º | 0.94% | 0.32% | - |
| HSV(B) | 317.14º | 0.97% | 0.62% | - |
| XYZ | 17.45 | 8.72 | 16.98 | - |
| YUV | 63.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 115 | 0 | 0.97 | 0.28 | 0.38 | 317.14 | 0.94 | 0.32 |
| Hex | 9F | 5 | 73 | 0 | 61 | 1C | 26 | 13D | 5E | 20 |
| Octal | 237 | 5 | 163 | 0 | 141 | 34 | 46 | 475 | 136 | 40 |
| Binary | 10011111 | 101 | 1110011 | 0 | 1100001 | 11100 | 100110 | 100111101 | 1011110 | 100000 |
Color Harmonies of #9F0573
Complementary color
Monochromatic Colors of #9F0573
Black with #9F0573
Text Example
Text Example
White with #9F0573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0573; }
p { color: rgb(159,5,115); }
H1.HeaderClassName
{
color: #9F0573;
}
.AnyTagClassName
{
color: #9F0573;
}
</style>
background-color css
<style>
a { background-color: #9F0573; }
a { background-color: rgb(159,5,115); }
div.DivClassName
{
background-color: #9F0573;
}
.BgClassName
{
background-color: #9F0573;
}
</style>
border-color css
<style>
span { border-color: #9F0573; }
span { border-color: rgb(159,5,115); }
td.TdClassName
{
border-color: #9F0573;
}
.TagClassName
{
border-color: #9F0573;
}
</style>