Shades of Eggplant #9E0A6E
Tints of Eggplant #9E0A6E
RGB
CMYK
RGB Variations
Color information
#9E0A6E (or 0x9E0A6E) is known color: Eggplant. HEX triplet: 9E, 0A and 6E. RGB value is (158,10,110). Sum of RGB (Red+Green+Blue) = 158+10+110=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0A6E is #61F591. Grayscale: #414141. Windows color (decimal): -6419858 or 7211678. OLE color: 7211678.
HSL color Cylindrical-coordinate representation of color #9E0A6E: hue angle of 319.46º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0A6E is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 10 | 110 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.38 |
| HSL | 319.46º | 0.88% | 0.33% | - |
| HSV(B) | 319.46º | 0.94% | 0.62% | - |
| XYZ | 17.02 | 8.61 | 15.52 | - |
| YUV | 65.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 10 | 110 | 0 | 0.94 | 0.30 | 0.38 | 319.46 | 0.88 | 0.33 |
| Hex | 9E | A | 6E | 0 | 5E | 1E | 26 | 13F | 58 | 21 |
| Octal | 236 | 12 | 156 | 0 | 136 | 36 | 46 | 477 | 130 | 41 |
| Binary | 10011110 | 1010 | 1101110 | 0 | 1011110 | 11110 | 100110 | 100111111 | 1011000 | 100001 |
Color Harmonies of #9E0A6E
Complementary color
Monochromatic Colors of #9E0A6E
Black with #9E0A6E
Text Example
Text Example
White with #9E0A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0A6E; }
p { color: rgb(158,10,110); }
H1.HeaderClassName
{
color: #9E0A6E;
}
.AnyTagClassName
{
color: #9E0A6E;
}
</style>
background-color css
<style>
a { background-color: #9E0A6E; }
a { background-color: rgb(158,10,110); }
div.DivClassName
{
background-color: #9E0A6E;
}
.BgClassName
{
background-color: #9E0A6E;
}
</style>
border-color css
<style>
span { border-color: #9E0A6E; }
span { border-color: rgb(158,10,110); }
td.TdClassName
{
border-color: #9E0A6E;
}
.TagClassName
{
border-color: #9E0A6E;
}
</style>