Shades of Eggplant #9E0977
Tints of Eggplant #9E0977
RGB
CMYK
RGB Variations
Color information
#9E0977 (or 0x9E0977) is known color: Eggplant. HEX triplet: 9E, 09 and 77. RGB value is (158,9,119). Sum of RGB (Red+Green+Blue) = 158+9+119=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0977 is #61F688. Grayscale: #414141. Windows color (decimal): -6420105 or 7801246. OLE color: 7801246.
HSL color Cylindrical-coordinate representation of color #9E0977: hue angle of 315.7º 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 #9E0977 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 9 | 119 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.38 |
| HSL | 315.7º | 0.89% | 0.33% | - |
| HSV(B) | 315.7º | 0.94% | 0.62% | - |
| XYZ | 17.53 | 8.8 | 18.23 | - |
| YUV | 66.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 119 | 0 | 0.94 | 0.25 | 0.38 | 315.7 | 0.89 | 0.33 |
| Hex | 9E | 9 | 77 | 0 | 5E | 19 | 26 | 13C | 59 | 21 |
| Octal | 236 | 11 | 167 | 0 | 136 | 31 | 46 | 474 | 131 | 41 |
| Binary | 10011110 | 1001 | 1110111 | 0 | 1011110 | 11001 | 100110 | 100111100 | 1011001 | 100001 |
Color Harmonies of #9E0977
Complementary color
Monochromatic Colors of #9E0977
Black with #9E0977
Text Example
Text Example
White with #9E0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0977; }
p { color: rgb(158,9,119); }
H1.HeaderClassName
{
color: #9E0977;
}
.AnyTagClassName
{
color: #9E0977;
}
</style>
background-color css
<style>
a { background-color: #9E0977; }
a { background-color: rgb(158,9,119); }
div.DivClassName
{
background-color: #9E0977;
}
.BgClassName
{
background-color: #9E0977;
}
</style>
border-color css
<style>
span { border-color: #9E0977; }
span { border-color: rgb(158,9,119); }
td.TdClassName
{
border-color: #9E0977;
}
.TagClassName
{
border-color: #9E0977;
}
</style>