Shades of Eggplant #9E027B
Tints of Eggplant #9E027B
RGB
CMYK
RGB Variations
Color information
#9E027B (or 0x9E027B) is known color: Eggplant. HEX triplet: 9E, 02 and 7B. RGB value is (158,2,123). Sum of RGB (Red+Green+Blue) = 158+2+123=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E027B is #61FD84. Grayscale: #3E3E3E. Windows color (decimal): -6421893 or 8061598. OLE color: 8061598.
HSL color Cylindrical-coordinate representation of color #9E027B: hue angle of 313.46º 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 #9E027B is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.38 |
| HSL | 313.46º | 0.98% | 0.31% | - |
| HSV(B) | 313.46º | 0.99% | 0.62% | - |
| XYZ | 17.7 | 8.74 | 19.49 | - |
| YUV | 62.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 123 | 0 | 0.99 | 0.22 | 0.38 | 313.46 | 0.98 | 0.31 |
| Hex | 9E | 2 | 7B | 0 | 63 | 16 | 26 | 139 | 62 | 1F |
| Octal | 236 | 2 | 173 | 0 | 143 | 26 | 46 | 471 | 142 | 37 |
| Binary | 10011110 | 10 | 1111011 | 0 | 1100011 | 10110 | 100110 | 100111001 | 1100010 | 11111 |
Color Harmonies of #9E027B
Complementary color
Monochromatic Colors of #9E027B
Black with #9E027B
Text Example
Text Example
White with #9E027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E027B; }
p { color: rgb(158,2,123); }
H1.HeaderClassName
{
color: #9E027B;
}
.AnyTagClassName
{
color: #9E027B;
}
</style>
background-color css
<style>
a { background-color: #9E027B; }
a { background-color: rgb(158,2,123); }
div.DivClassName
{
background-color: #9E027B;
}
.BgClassName
{
background-color: #9E027B;
}
</style>
border-color css
<style>
span { border-color: #9E027B; }
span { border-color: rgb(158,2,123); }
td.TdClassName
{
border-color: #9E027B;
}
.TagClassName
{
border-color: #9E027B;
}
</style>