Shades of Eggplant #9E026A
Tints of Eggplant #9E026A
RGB
CMYK
RGB Variations
Color information
#9E026A (or 0x9E026A) is known color: Eggplant. HEX triplet: 9E, 02 and 6A. RGB value is (158,2,106). Sum of RGB (Red+Green+Blue) = 158+2+106=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E026A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E026A is #61FD95. Grayscale: #3C3C3C. Windows color (decimal): -6421910 or 6947486. OLE color: 6947486.
HSL color Cylindrical-coordinate representation of color #9E026A: hue angle of 320º degrees, saturation: 0.98, 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 #9E026A is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.38 |
| HSL | 320º | 0.98% | 0.31% | - |
| HSV(B) | 320º | 0.99% | 0.62% | - |
| XYZ | 16.72 | 8.35 | 14.37 | - |
| YUV | 60.5 | 153.68 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 106 | 0 | 0.99 | 0.33 | 0.38 | 320 | 0.98 | 0.31 |
| Hex | 9E | 2 | 6A | 0 | 63 | 21 | 26 | 140 | 62 | 1F |
| Octal | 236 | 2 | 152 | 0 | 143 | 41 | 46 | 500 | 142 | 37 |
| Binary | 10011110 | 10 | 1101010 | 0 | 1100011 | 100001 | 100110 | 101000000 | 1100010 | 11111 |
Color Harmonies of #9E026A
Complementary color
Monochromatic Colors of #9E026A
Black with #9E026A
Text Example
Text Example
White with #9E026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E026A; }
p { color: rgb(158,2,106); }
H1.HeaderClassName
{
color: #9E026A;
}
.AnyTagClassName
{
color: #9E026A;
}
</style>
background-color css
<style>
a { background-color: #9E026A; }
a { background-color: rgb(158,2,106); }
div.DivClassName
{
background-color: #9E026A;
}
.BgClassName
{
background-color: #9E026A;
}
</style>
border-color css
<style>
span { border-color: #9E026A; }
span { border-color: rgb(158,2,106); }
td.TdClassName
{
border-color: #9E026A;
}
.TagClassName
{
border-color: #9E026A;
}
</style>