Shades of Eggplant #9E077B
Tints of Eggplant #9E077B
RGB
CMYK
RGB Variations
Color information
#9E077B (or 0x9E077B) is known color: Eggplant. HEX triplet: 9E, 07 and 7B. RGB value is (158,7,123). Sum of RGB (Red+Green+Blue) = 158+7+123=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E077B is #61F884. Grayscale: #414141. Windows color (decimal): -6420613 or 8062878. OLE color: 8062878.
HSL color Cylindrical-coordinate representation of color #9E077B: hue angle of 313.91º 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 #9E077B is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 123 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.38 |
| HSL | 313.91º | 0.92% | 0.32% | - |
| HSV(B) | 313.91º | 0.96% | 0.62% | - |
| XYZ | 17.75 | 8.85 | 19.51 | - |
| YUV | 65.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 123 | 0 | 0.96 | 0.22 | 0.38 | 313.91 | 0.92 | 0.32 |
| Hex | 9E | 7 | 7B | 0 | 60 | 16 | 26 | 13A | 5C | 20 |
| Octal | 236 | 7 | 173 | 0 | 140 | 26 | 46 | 472 | 134 | 40 |
| Binary | 10011110 | 111 | 1111011 | 0 | 1100000 | 10110 | 100110 | 100111010 | 1011100 | 100000 |
Color Harmonies of #9E077B
Complementary color
Monochromatic Colors of #9E077B
Black with #9E077B
Text Example
Text Example
White with #9E077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E077B; }
p { color: rgb(158,7,123); }
H1.HeaderClassName
{
color: #9E077B;
}
.AnyTagClassName
{
color: #9E077B;
}
</style>
background-color css
<style>
a { background-color: #9E077B; }
a { background-color: rgb(158,7,123); }
div.DivClassName
{
background-color: #9E077B;
}
.BgClassName
{
background-color: #9E077B;
}
</style>
border-color css
<style>
span { border-color: #9E077B; }
span { border-color: rgb(158,7,123); }
td.TdClassName
{
border-color: #9E077B;
}
.TagClassName
{
border-color: #9E077B;
}
</style>