Shades of Eggplant #9E0B7C
Tints of Eggplant #9E0B7C
RGB
CMYK
RGB Variations
Color information
#9E0B7C (or 0x9E0B7C) is known color: Eggplant. HEX triplet: 9E, 0B and 7C. RGB value is (158,11,124). Sum of RGB (Red+Green+Blue) = 158+11+124=293 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.92% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B7C is #61F483. Grayscale: #434343. Windows color (decimal): -6419588 or 8129438. OLE color: 8129438.
HSL color Cylindrical-coordinate representation of color #9E0B7C: hue angle of 313.88º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0B7C is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 11 | 124 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.38 |
| HSL | 313.88º | 0.87% | 0.33% | - |
| HSV(B) | 313.88º | 0.93% | 0.62% | - |
| XYZ | 17.86 | 8.96 | 19.86 | - |
| YUV | 67.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 11 | 124 | 0 | 0.93 | 0.22 | 0.38 | 313.88 | 0.87 | 0.33 |
| Hex | 9E | B | 7C | 0 | 5D | 16 | 26 | 13A | 57 | 21 |
| Octal | 236 | 13 | 174 | 0 | 135 | 26 | 46 | 472 | 127 | 41 |
| Binary | 10011110 | 1011 | 1111100 | 0 | 1011101 | 10110 | 100110 | 100111010 | 1010111 | 100001 |
Color Harmonies of #9E0B7C
Complementary color
Monochromatic Colors of #9E0B7C
Black with #9E0B7C
Text Example
Text Example
White with #9E0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0B7C; }
p { color: rgb(158,11,124); }
H1.HeaderClassName
{
color: #9E0B7C;
}
.AnyTagClassName
{
color: #9E0B7C;
}
</style>
background-color css
<style>
a { background-color: #9E0B7C; }
a { background-color: rgb(158,11,124); }
div.DivClassName
{
background-color: #9E0B7C;
}
.BgClassName
{
background-color: #9E0B7C;
}
</style>
border-color css
<style>
span { border-color: #9E0B7C; }
span { border-color: rgb(158,11,124); }
td.TdClassName
{
border-color: #9E0B7C;
}
.TagClassName
{
border-color: #9E0B7C;
}
</style>