Shades of Eggplant #9E0773
Tints of Eggplant #9E0773
RGB
CMYK
RGB Variations
Color information
#9E0773 (or 0x9E0773) is known color: Eggplant. HEX triplet: 9E, 07 and 73. RGB value is (158,7,115). Sum of RGB (Red+Green+Blue) = 158+7+115=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0773 is #61F88C. Grayscale: #404040. Windows color (decimal): -6420621 or 7538590. OLE color: 7538590.
HSL color Cylindrical-coordinate representation of color #9E0773: hue angle of 317.09º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0773 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 115 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.38 |
| HSL | 317.09º | 0.92% | 0.32% | - |
| HSV(B) | 317.09º | 0.96% | 0.62% | - |
| XYZ | 17.27 | 8.66 | 16.98 | - |
| YUV | 64.46 | 156.53 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 115 | 0 | 0.96 | 0.27 | 0.38 | 317.09 | 0.92 | 0.32 |
| Hex | 9E | 7 | 73 | 0 | 60 | 1B | 26 | 13D | 5C | 20 |
| Octal | 236 | 7 | 163 | 0 | 140 | 33 | 46 | 475 | 134 | 40 |
| Binary | 10011110 | 111 | 1110011 | 0 | 1100000 | 11011 | 100110 | 100111101 | 1011100 | 100000 |
Color Harmonies of #9E0773
Complementary color
Monochromatic Colors of #9E0773
Black with #9E0773
Text Example
Text Example
White with #9E0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0773; }
p { color: rgb(158,7,115); }
H1.HeaderClassName
{
color: #9E0773;
}
.AnyTagClassName
{
color: #9E0773;
}
</style>
background-color css
<style>
a { background-color: #9E0773; }
a { background-color: rgb(158,7,115); }
div.DivClassName
{
background-color: #9E0773;
}
.BgClassName
{
background-color: #9E0773;
}
</style>
border-color css
<style>
span { border-color: #9E0773; }
span { border-color: rgb(158,7,115); }
td.TdClassName
{
border-color: #9E0773;
}
.TagClassName
{
border-color: #9E0773;
}
</style>