Shades of Eggplant #9E076D
Tints of Eggplant #9E076D
RGB
CMYK
RGB Variations
Color information
#9E076D (or 0x9E076D) is known color: Eggplant. HEX triplet: 9E, 07 and 6D. RGB value is (158,7,109). Sum of RGB (Red+Green+Blue) = 158+7+109=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E076D is #61F892. Grayscale: #3F3F3F. Windows color (decimal): -6420627 or 7145374. OLE color: 7145374.
HSL color Cylindrical-coordinate representation of color #9E076D: hue angle of 319.47º 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 #9E076D is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 109 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.38 |
| HSL | 319.47º | 0.92% | 0.32% | - |
| HSV(B) | 319.47º | 0.96% | 0.62% | - |
| XYZ | 16.94 | 8.53 | 15.22 | - |
| YUV | 63.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 109 | 0 | 0.96 | 0.31 | 0.38 | 319.47 | 0.92 | 0.32 |
| Hex | 9E | 7 | 6D | 0 | 60 | 1F | 26 | 13F | 5C | 20 |
| Octal | 236 | 7 | 155 | 0 | 140 | 37 | 46 | 477 | 134 | 40 |
| Binary | 10011110 | 111 | 1101101 | 0 | 1100000 | 11111 | 100110 | 100111111 | 1011100 | 100000 |
Color Harmonies of #9E076D
Complementary color
Monochromatic Colors of #9E076D
Black with #9E076D
Text Example
Text Example
White with #9E076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E076D; }
p { color: rgb(158,7,109); }
H1.HeaderClassName
{
color: #9E076D;
}
.AnyTagClassName
{
color: #9E076D;
}
</style>
background-color css
<style>
a { background-color: #9E076D; }
a { background-color: rgb(158,7,109); }
div.DivClassName
{
background-color: #9E076D;
}
.BgClassName
{
background-color: #9E076D;
}
</style>
border-color css
<style>
span { border-color: #9E076D; }
span { border-color: rgb(158,7,109); }
td.TdClassName
{
border-color: #9E076D;
}
.TagClassName
{
border-color: #9E076D;
}
</style>