Shades of Eggplant #9E0B68
Tints of Eggplant #9E0B68
RGB
CMYK
RGB Variations
Color information
#9E0B68 (or 0x9E0B68) is known color: Eggplant. HEX triplet: 9E, 0B and 68. RGB value is (158,11,104). Sum of RGB (Red+Green+Blue) = 158+11+104=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B68 is #61F497. Grayscale: #414141. Windows color (decimal): -6419608 or 6818718. OLE color: 6818718.
HSL color Cylindrical-coordinate representation of color #9E0B68: hue angle of 322.04º 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 #9E0B68 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 11 | 104 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.38 |
| HSL | 322.04º | 0.87% | 0.33% | - |
| HSV(B) | 322.04º | 0.93% | 0.62% | - |
| XYZ | 16.72 | 8.51 | 13.86 | - |
| YUV | 65.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 11 | 104 | 0 | 0.93 | 0.34 | 0.38 | 322.04 | 0.87 | 0.33 |
| Hex | 9E | B | 68 | 0 | 5D | 22 | 26 | 142 | 57 | 21 |
| Octal | 236 | 13 | 150 | 0 | 135 | 42 | 46 | 502 | 127 | 41 |
| Binary | 10011110 | 1011 | 1101000 | 0 | 1011101 | 100010 | 100110 | 101000010 | 1010111 | 100001 |
Color Harmonies of #9E0B68
Complementary color
Monochromatic Colors of #9E0B68
Black with #9E0B68
Text Example
Text Example
White with #9E0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0B68; }
p { color: rgb(158,11,104); }
H1.HeaderClassName
{
color: #9E0B68;
}
.AnyTagClassName
{
color: #9E0B68;
}
</style>
background-color css
<style>
a { background-color: #9E0B68; }
a { background-color: rgb(158,11,104); }
div.DivClassName
{
background-color: #9E0B68;
}
.BgClassName
{
background-color: #9E0B68;
}
</style>
border-color css
<style>
span { border-color: #9E0B68; }
span { border-color: rgb(158,11,104); }
td.TdClassName
{
border-color: #9E0B68;
}
.TagClassName
{
border-color: #9E0B68;
}
</style>