Shades of Eggplant #9E015E
Tints of Eggplant #9E015E
RGB
CMYK
RGB Variations
Color information
#9E015E (or 0x9E015E) is known color: Eggplant. HEX triplet: 9E, 01 and 5E. RGB value is (158,1,94). Sum of RGB (Red+Green+Blue) = 158+1+94=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E015E is #61FEA1. Grayscale: #3A3A3A. Windows color (decimal): -6422178 or 6160798. OLE color: 6160798.
HSL color Cylindrical-coordinate representation of color #9E015E: hue angle of 324.46º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E015E is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.38 |
| HSL | 324.46º | 0.99% | 0.31% | - |
| HSV(B) | 324.46º | 0.99% | 0.62% | - |
| XYZ | 16.13 | 8.1 | 11.3 | - |
| YUV | 58.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 94 | 0 | 0.99 | 0.41 | 0.38 | 324.46 | 0.99 | 0.31 |
| Hex | 9E | 1 | 5E | 0 | 63 | 29 | 26 | 144 | 63 | 1F |
| Octal | 236 | 1 | 136 | 0 | 143 | 51 | 46 | 504 | 143 | 37 |
| Binary | 10011110 | 1 | 1011110 | 0 | 1100011 | 101001 | 100110 | 101000100 | 1100011 | 11111 |
Color Harmonies of #9E015E
Complementary color
Monochromatic Colors of #9E015E
Black with #9E015E
Text Example
Text Example
White with #9E015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E015E; }
p { color: rgb(158,1,94); }
H1.HeaderClassName
{
color: #9E015E;
}
.AnyTagClassName
{
color: #9E015E;
}
</style>
background-color css
<style>
a { background-color: #9E015E; }
a { background-color: rgb(158,1,94); }
div.DivClassName
{
background-color: #9E015E;
}
.BgClassName
{
background-color: #9E015E;
}
</style>
border-color css
<style>
span { border-color: #9E015E; }
span { border-color: rgb(158,1,94); }
td.TdClassName
{
border-color: #9E015E;
}
.TagClassName
{
border-color: #9E015E;
}
</style>