Shades of Eggplant #9E0065
Tints of Eggplant #9E0065
RGB
CMYK
RGB Variations
Color information
#9E0065 (or 0x9E0065) is known color: Eggplant. HEX triplet: 9E, 00 and 65. RGB value is (158,0,101). Sum of RGB (Red+Green+Blue) = 158+0+101=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0065 is #61FF9A. Grayscale: #3A3A3A. Windows color (decimal): -6422427 or 6619294. OLE color: 6619294.
HSL color Cylindrical-coordinate representation of color #9E0065: hue angle of 321.65º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E0065 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.36 | 0.38 |
| HSL | 321.65º | 1% | 0.31% | - |
| HSV(B) | 321.65º | 1% | 0.62% | - |
| XYZ | 16.45 | 8.21 | 13.03 | - |
| YUV | 58.76 | 151.85 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 101 | 0 | 1 | 0.36 | 0.38 | 321.65 | 1 | 0.31 |
| Hex | 9E | 0 | 65 | 0 | 64 | 24 | 26 | 142 | 64 | 1F |
| Octal | 236 | 0 | 145 | 0 | 144 | 44 | 46 | 502 | 144 | 37 |
| Binary | 10011110 | 0 | 1100101 | 0 | 1100100 | 100100 | 100110 | 101000010 | 1100100 | 11111 |
Color Harmonies of #9E0065
Complementary color
Monochromatic Colors of #9E0065
Black with #9E0065
Text Example
Text Example
White with #9E0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0065; }
p { color: rgb(158,0,101); }
H1.HeaderClassName
{
color: #9E0065;
}
.AnyTagClassName
{
color: #9E0065;
}
</style>
background-color css
<style>
a { background-color: #9E0065; }
a { background-color: rgb(158,0,101); }
div.DivClassName
{
background-color: #9E0065;
}
.BgClassName
{
background-color: #9E0065;
}
</style>
border-color css
<style>
span { border-color: #9E0065; }
span { border-color: rgb(158,0,101); }
td.TdClassName
{
border-color: #9E0065;
}
.TagClassName
{
border-color: #9E0065;
}
</style>