Shades of Eggplant #9E005E
Tints of Eggplant #9E005E
RGB
CMYK
RGB Variations
Color information
#9E005E (or 0x9E005E) is known color: Eggplant. HEX triplet: 9E, 00 and 5E. RGB value is (158,0,94). Sum of RGB (Red+Green+Blue) = 158+0+94=252 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.70% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 158 - color contains mainly: red. Hex color #9E005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E005E is #61FFA1. Grayscale: #393939. Windows color (decimal): -6422434 or 6160542. OLE color: 6160542.
HSL color Cylindrical-coordinate representation of color #9E005E: hue angle of 324.3º 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 #9E005E is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.41 | 0.38 |
| HSL | 324.3º | 1% | 0.31% | - |
| HSV(B) | 324.3º | 1% | 0.62% | - |
| XYZ | 16.12 | 8.08 | 11.3 | - |
| YUV | 57.96 | 148.35 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 94 | 0 | 1 | 0.41 | 0.38 | 324.3 | 1 | 0.31 |
| Hex | 9E | 0 | 5E | 0 | 64 | 29 | 26 | 144 | 64 | 1F |
| Octal | 236 | 0 | 136 | 0 | 144 | 51 | 46 | 504 | 144 | 37 |
| Binary | 10011110 | 0 | 1011110 | 0 | 1100100 | 101001 | 100110 | 101000100 | 1100100 | 11111 |
Color Harmonies of #9E005E
Complementary color
Monochromatic Colors of #9E005E
Black with #9E005E
Text Example
Text Example
White with #9E005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E005E; }
p { color: rgb(158,0,94); }
H1.HeaderClassName
{
color: #9E005E;
}
.AnyTagClassName
{
color: #9E005E;
}
</style>
background-color css
<style>
a { background-color: #9E005E; }
a { background-color: rgb(158,0,94); }
div.DivClassName
{
background-color: #9E005E;
}
.BgClassName
{
background-color: #9E005E;
}
</style>
border-color css
<style>
span { border-color: #9E005E; }
span { border-color: rgb(158,0,94); }
td.TdClassName
{
border-color: #9E005E;
}
.TagClassName
{
border-color: #9E005E;
}
</style>