Shades of Eggplant #9E005F
Tints of Eggplant #9E005F
RGB
CMYK
RGB Variations
Color information
#9E005F (or 0x9E005F) is known color: Eggplant. HEX triplet: 9E, 00 and 5F. RGB value is (158,0,95). Sum of RGB (Red+Green+Blue) = 158+0+95=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E005F is #61FFA0. Grayscale: #393939. Windows color (decimal): -6422433 or 6226078. OLE color: 6226078.
HSL color Cylindrical-coordinate representation of color #9E005F: hue angle of 323.92º 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 #9E005F is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.40 | 0.38 |
| HSL | 323.92º | 1% | 0.31% | - |
| HSV(B) | 323.92º | 1% | 0.62% | - |
| XYZ | 16.17 | 8.1 | 11.54 | - |
| YUV | 58.07 | 148.85 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 95 | 0 | 1 | 0.40 | 0.38 | 323.92 | 1 | 0.31 |
| Hex | 9E | 0 | 5F | 0 | 64 | 28 | 26 | 144 | 64 | 1F |
| Octal | 236 | 0 | 137 | 0 | 144 | 50 | 46 | 504 | 144 | 37 |
| Binary | 10011110 | 0 | 1011111 | 0 | 1100100 | 101000 | 100110 | 101000100 | 1100100 | 11111 |
Color Harmonies of #9E005F
Complementary color
Monochromatic Colors of #9E005F
Black with #9E005F
Text Example
Text Example
White with #9E005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E005F; }
p { color: rgb(158,0,95); }
H1.HeaderClassName
{
color: #9E005F;
}
.AnyTagClassName
{
color: #9E005F;
}
</style>
background-color css
<style>
a { background-color: #9E005F; }
a { background-color: rgb(158,0,95); }
div.DivClassName
{
background-color: #9E005F;
}
.BgClassName
{
background-color: #9E005F;
}
</style>
border-color css
<style>
span { border-color: #9E005F; }
span { border-color: rgb(158,0,95); }
td.TdClassName
{
border-color: #9E005F;
}
.TagClassName
{
border-color: #9E005F;
}
</style>