Shades of Eggplant #9E0770
Tints of Eggplant #9E0770
RGB
CMYK
RGB Variations
Color information
#9E0770 (or 0x9E0770) is known color: Eggplant. HEX triplet: 9E, 07 and 70. RGB value is (158,7,112). Sum of RGB (Red+Green+Blue) = 158+7+112=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0770 is #61F88F. Grayscale: #3F3F3F. Windows color (decimal): -6420624 or 7341982. OLE color: 7341982.
HSL color Cylindrical-coordinate representation of color #9E0770: hue angle of 318.28º 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 #9E0770 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 112 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.38 |
| HSL | 318.28º | 0.92% | 0.32% | - |
| HSV(B) | 318.28º | 0.96% | 0.62% | - |
| XYZ | 17.1 | 8.59 | 16.09 | - |
| YUV | 64.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 112 | 0 | 0.96 | 0.29 | 0.38 | 318.28 | 0.92 | 0.32 |
| Hex | 9E | 7 | 70 | 0 | 60 | 1D | 26 | 13E | 5C | 20 |
| Octal | 236 | 7 | 160 | 0 | 140 | 35 | 46 | 476 | 134 | 40 |
| Binary | 10011110 | 111 | 1110000 | 0 | 1100000 | 11101 | 100110 | 100111110 | 1011100 | 100000 |
Color Harmonies of #9E0770
Complementary color
Monochromatic Colors of #9E0770
Black with #9E0770
Text Example
Text Example
White with #9E0770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0770; }
p { color: rgb(158,7,112); }
H1.HeaderClassName
{
color: #9E0770;
}
.AnyTagClassName
{
color: #9E0770;
}
</style>
background-color css
<style>
a { background-color: #9E0770; }
a { background-color: rgb(158,7,112); }
div.DivClassName
{
background-color: #9E0770;
}
.BgClassName
{
background-color: #9E0770;
}
</style>
border-color css
<style>
span { border-color: #9E0770; }
span { border-color: rgb(158,7,112); }
td.TdClassName
{
border-color: #9E0770;
}
.TagClassName
{
border-color: #9E0770;
}
</style>