Shades of Eggplant #9D0979
Tints of Eggplant #9D0979
RGB
CMYK
RGB Variations
Color information
#9D0979 (or 0x9D0979) is known color: Eggplant. HEX triplet: 9D, 09 and 79. RGB value is (157,9,121). Sum of RGB (Red+Green+Blue) = 157+9+121=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0979 is #62F686. Grayscale: #414141. Windows color (decimal): -6485639 or 7932317. OLE color: 7932317.
HSL color Cylindrical-coordinate representation of color #9D0979: hue angle of 314.59º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0979 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 9 | 121 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.38 |
| HSL | 314.59º | 0.89% | 0.33% | - |
| HSV(B) | 314.59º | 0.94% | 0.62% | - |
| XYZ | 17.45 | 8.74 | 18.86 | - |
| YUV | 66.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 121 | 0 | 0.94 | 0.23 | 0.38 | 314.59 | 0.89 | 0.33 |
| Hex | 9D | 9 | 79 | 0 | 5E | 17 | 26 | 13B | 59 | 21 |
| Octal | 235 | 11 | 171 | 0 | 136 | 27 | 46 | 473 | 131 | 41 |
| Binary | 10011101 | 1001 | 1111001 | 0 | 1011110 | 10111 | 100110 | 100111011 | 1011001 | 100001 |
Color Harmonies of #9D0979
Complementary color
Monochromatic Colors of #9D0979
Black with #9D0979
Text Example
Text Example
White with #9D0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0979; }
p { color: rgb(157,9,121); }
H1.HeaderClassName
{
color: #9D0979;
}
.AnyTagClassName
{
color: #9D0979;
}
</style>
background-color css
<style>
a { background-color: #9D0979; }
a { background-color: rgb(157,9,121); }
div.DivClassName
{
background-color: #9D0979;
}
.BgClassName
{
background-color: #9D0979;
}
</style>
border-color css
<style>
span { border-color: #9D0979; }
span { border-color: rgb(157,9,121); }
td.TdClassName
{
border-color: #9D0979;
}
.TagClassName
{
border-color: #9D0979;
}
</style>