Shades of Eggplant #9E0975
Tints of Eggplant #9E0975
RGB
CMYK
RGB Variations
Color information
#9E0975 (or 0x9E0975) is known color: Eggplant. HEX triplet: 9E, 09 and 75. RGB value is (158,9,117). Sum of RGB (Red+Green+Blue) = 158+9+117=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0975 is #61F68A. Grayscale: #414141. Windows color (decimal): -6420107 or 7670174. OLE color: 7670174.
HSL color Cylindrical-coordinate representation of color #9E0975: hue angle of 316.51º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0975 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 9 | 117 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.38 |
| HSL | 316.51º | 0.89% | 0.33% | - |
| HSV(B) | 316.51º | 0.94% | 0.62% | - |
| XYZ | 17.41 | 8.75 | 17.6 | - |
| YUV | 65.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 117 | 0 | 0.94 | 0.26 | 0.38 | 316.51 | 0.89 | 0.33 |
| Hex | 9E | 9 | 75 | 0 | 5E | 1A | 26 | 13D | 59 | 21 |
| Octal | 236 | 11 | 165 | 0 | 136 | 32 | 46 | 475 | 131 | 41 |
| Binary | 10011110 | 1001 | 1110101 | 0 | 1011110 | 11010 | 100110 | 100111101 | 1011001 | 100001 |
Color Harmonies of #9E0975
Complementary color
Monochromatic Colors of #9E0975
Black with #9E0975
Text Example
Text Example
White with #9E0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0975; }
p { color: rgb(158,9,117); }
H1.HeaderClassName
{
color: #9E0975;
}
.AnyTagClassName
{
color: #9E0975;
}
</style>
background-color css
<style>
a { background-color: #9E0975; }
a { background-color: rgb(158,9,117); }
div.DivClassName
{
background-color: #9E0975;
}
.BgClassName
{
background-color: #9E0975;
}
</style>
border-color css
<style>
span { border-color: #9E0975; }
span { border-color: rgb(158,9,117); }
td.TdClassName
{
border-color: #9E0975;
}
.TagClassName
{
border-color: #9E0975;
}
</style>