Shades of Eggplant #9E026C
Tints of Eggplant #9E026C
RGB
CMYK
RGB Variations
Color information
#9E026C (or 0x9E026C) is known color: Eggplant. HEX triplet: 9E, 02 and 6C. RGB value is (158,2,108). Sum of RGB (Red+Green+Blue) = 158+2+108=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E026C is #61FD93. Grayscale: #3C3C3C. Windows color (decimal): -6421908 or 7078558. OLE color: 7078558.
HSL color Cylindrical-coordinate representation of color #9E026C: hue angle of 319.23º 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 #9E026C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.38 |
| HSL | 319.23º | 0.98% | 0.31% | - |
| HSV(B) | 319.23º | 0.99% | 0.62% | - |
| XYZ | 16.83 | 8.4 | 14.92 | - |
| YUV | 60.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 108 | 0 | 0.99 | 0.32 | 0.38 | 319.23 | 0.98 | 0.31 |
| Hex | 9E | 2 | 6C | 0 | 63 | 20 | 26 | 13F | 62 | 1F |
| Octal | 236 | 2 | 154 | 0 | 143 | 40 | 46 | 477 | 142 | 37 |
| Binary | 10011110 | 10 | 1101100 | 0 | 1100011 | 100000 | 100110 | 100111111 | 1100010 | 11111 |
Color Harmonies of #9E026C
Complementary color
Monochromatic Colors of #9E026C
Black with #9E026C
Text Example
Text Example
White with #9E026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E026C; }
p { color: rgb(158,2,108); }
H1.HeaderClassName
{
color: #9E026C;
}
.AnyTagClassName
{
color: #9E026C;
}
</style>
background-color css
<style>
a { background-color: #9E026C; }
a { background-color: rgb(158,2,108); }
div.DivClassName
{
background-color: #9E026C;
}
.BgClassName
{
background-color: #9E026C;
}
</style>
border-color css
<style>
span { border-color: #9E026C; }
span { border-color: rgb(158,2,108); }
td.TdClassName
{
border-color: #9E026C;
}
.TagClassName
{
border-color: #9E026C;
}
</style>