Shades of Eggplant #9E0768
Tints of Eggplant #9E0768
RGB
CMYK
RGB Variations
Color information
#9E0768 (or 0x9E0768) is known color: Eggplant. HEX triplet: 9E, 07 and 68. RGB value is (158,7,104). Sum of RGB (Red+Green+Blue) = 158+7+104=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0768 is #61F897. Grayscale: #3E3E3E. Windows color (decimal): -6420632 or 6817694. OLE color: 6817694.
HSL color Cylindrical-coordinate representation of color #9E0768: hue angle of 321.46º 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 #9E0768 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 104 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.38 |
| HSL | 321.46º | 0.92% | 0.32% | - |
| HSV(B) | 321.46º | 0.96% | 0.62% | - |
| XYZ | 16.68 | 8.42 | 13.84 | - |
| YUV | 63.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 104 | 0 | 0.96 | 0.34 | 0.38 | 321.46 | 0.92 | 0.32 |
| Hex | 9E | 7 | 68 | 0 | 60 | 22 | 26 | 141 | 5C | 20 |
| Octal | 236 | 7 | 150 | 0 | 140 | 42 | 46 | 501 | 134 | 40 |
| Binary | 10011110 | 111 | 1101000 | 0 | 1100000 | 100010 | 100110 | 101000001 | 1011100 | 100000 |
Color Harmonies of #9E0768
Complementary color
Monochromatic Colors of #9E0768
Black with #9E0768
Text Example
Text Example
White with #9E0768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0768; }
p { color: rgb(158,7,104); }
H1.HeaderClassName
{
color: #9E0768;
}
.AnyTagClassName
{
color: #9E0768;
}
</style>
background-color css
<style>
a { background-color: #9E0768; }
a { background-color: rgb(158,7,104); }
div.DivClassName
{
background-color: #9E0768;
}
.BgClassName
{
background-color: #9E0768;
}
</style>
border-color css
<style>
span { border-color: #9E0768; }
span { border-color: rgb(158,7,104); }
td.TdClassName
{
border-color: #9E0768;
}
.TagClassName
{
border-color: #9E0768;
}
</style>