Shades of Eggplant #9E016E
Tints of Eggplant #9E016E
RGB
CMYK
RGB Variations
Color information
#9E016E (or 0x9E016E) is known color: Eggplant. HEX triplet: 9E, 01 and 6E. RGB value is (158,1,110). Sum of RGB (Red+Green+Blue) = 158+1+110=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E016E is #61FE91. Grayscale: #3C3C3C. Windows color (decimal): -6422162 or 7209374. OLE color: 7209374.
HSL color Cylindrical-coordinate representation of color #9E016E: hue angle of 318.34º 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 #9E016E is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 110 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.38 |
| HSL | 318.34º | 0.99% | 0.31% | - |
| HSV(B) | 318.34º | 0.99% | 0.62% | - |
| XYZ | 16.93 | 8.42 | 15.48 | - |
| YUV | 60.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 110 | 0 | 0.99 | 0.30 | 0.38 | 318.34 | 0.99 | 0.31 |
| Hex | 9E | 1 | 6E | 0 | 63 | 1E | 26 | 13E | 63 | 1F |
| Octal | 236 | 1 | 156 | 0 | 143 | 36 | 46 | 476 | 143 | 37 |
| Binary | 10011110 | 1 | 1101110 | 0 | 1100011 | 11110 | 100110 | 100111110 | 1100011 | 11111 |
Color Harmonies of #9E016E
Complementary color
Monochromatic Colors of #9E016E
Black with #9E016E
Text Example
Text Example
White with #9E016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E016E; }
p { color: rgb(158,1,110); }
H1.HeaderClassName
{
color: #9E016E;
}
.AnyTagClassName
{
color: #9E016E;
}
</style>
background-color css
<style>
a { background-color: #9E016E; }
a { background-color: rgb(158,1,110); }
div.DivClassName
{
background-color: #9E016E;
}
.BgClassName
{
background-color: #9E016E;
}
</style>
border-color css
<style>
span { border-color: #9E016E; }
span { border-color: rgb(158,1,110); }
td.TdClassName
{
border-color: #9E016E;
}
.TagClassName
{
border-color: #9E016E;
}
</style>