Shades of Eggplant #9E076F
Tints of Eggplant #9E076F
RGB
CMYK
RGB Variations
Color information
#9E076F (or 0x9E076F) is known color: Eggplant. HEX triplet: 9E, 07 and 6F. RGB value is (158,7,111). Sum of RGB (Red+Green+Blue) = 158+7+111=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E076F is #61F890. Grayscale: #3F3F3F. Windows color (decimal): -6420625 or 7276446. OLE color: 7276446.
HSL color Cylindrical-coordinate representation of color #9E076F: hue angle of 318.68º 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 #9E076F is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 111 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.38 |
| HSL | 318.68º | 0.92% | 0.32% | - |
| HSV(B) | 318.68º | 0.96% | 0.62% | - |
| XYZ | 17.05 | 8.57 | 15.79 | - |
| YUV | 64.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 111 | 0 | 0.96 | 0.30 | 0.38 | 318.68 | 0.92 | 0.32 |
| Hex | 9E | 7 | 6F | 0 | 60 | 1E | 26 | 13F | 5C | 20 |
| Octal | 236 | 7 | 157 | 0 | 140 | 36 | 46 | 477 | 134 | 40 |
| Binary | 10011110 | 111 | 1101111 | 0 | 1100000 | 11110 | 100110 | 100111111 | 1011100 | 100000 |
Color Harmonies of #9E076F
Complementary color
Monochromatic Colors of #9E076F
Black with #9E076F
Text Example
Text Example
White with #9E076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E076F; }
p { color: rgb(158,7,111); }
H1.HeaderClassName
{
color: #9E076F;
}
.AnyTagClassName
{
color: #9E076F;
}
</style>
background-color css
<style>
a { background-color: #9E076F; }
a { background-color: rgb(158,7,111); }
div.DivClassName
{
background-color: #9E076F;
}
.BgClassName
{
background-color: #9E076F;
}
</style>
border-color css
<style>
span { border-color: #9E076F; }
span { border-color: rgb(158,7,111); }
td.TdClassName
{
border-color: #9E076F;
}
.TagClassName
{
border-color: #9E076F;
}
</style>