Shades of Eggplant #9E0C7A
Tints of Eggplant #9E0C7A
RGB
CMYK
RGB Variations
Color information
#9E0C7A (or 0x9E0C7A) is known color: Eggplant. HEX triplet: 9E, 0C and 7A. RGB value is (158,12,122). Sum of RGB (Red+Green+Blue) = 158+12+122=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0C7A is #61F385. Grayscale: #434343. Windows color (decimal): -6419334 or 7998622. OLE color: 7998622.
HSL color Cylindrical-coordinate representation of color #9E0C7A: hue angle of 314.79º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0C7A is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 12 | 122 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.38 |
| HSL | 314.79º | 0.86% | 0.33% | - |
| HSV(B) | 314.79º | 0.92% | 0.62% | - |
| XYZ | 17.74 | 8.94 | 19.2 | - |
| YUV | 68.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 12 | 122 | 0 | 0.92 | 0.23 | 0.38 | 314.79 | 0.86 | 0.33 |
| Hex | 9E | C | 7A | 0 | 5C | 17 | 26 | 13B | 56 | 21 |
| Octal | 236 | 14 | 172 | 0 | 134 | 27 | 46 | 473 | 126 | 41 |
| Binary | 10011110 | 1100 | 1111010 | 0 | 1011100 | 10111 | 100110 | 100111011 | 1010110 | 100001 |
Color Harmonies of #9E0C7A
Complementary color
Monochromatic Colors of #9E0C7A
Black with #9E0C7A
Text Example
Text Example
White with #9E0C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0C7A; }
p { color: rgb(158,12,122); }
H1.HeaderClassName
{
color: #9E0C7A;
}
.AnyTagClassName
{
color: #9E0C7A;
}
</style>
background-color css
<style>
a { background-color: #9E0C7A; }
a { background-color: rgb(158,12,122); }
div.DivClassName
{
background-color: #9E0C7A;
}
.BgClassName
{
background-color: #9E0C7A;
}
</style>
border-color css
<style>
span { border-color: #9E0C7A; }
span { border-color: rgb(158,12,122); }
td.TdClassName
{
border-color: #9E0C7A;
}
.TagClassName
{
border-color: #9E0C7A;
}
</style>