Shades of Eggplant #9E007B
Tints of Eggplant #9E007B
RGB
CMYK
RGB Variations
Color information
#9E007B (or 0x9E007B) is known color: Eggplant. HEX triplet: 9E, 00 and 7B. RGB value is (158,0,123). Sum of RGB (Red+Green+Blue) = 158+0+123=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E007B is #61FF84. Grayscale: #3C3C3C. Windows color (decimal): -6422405 or 8061086. OLE color: 8061086.
HSL color Cylindrical-coordinate representation of color #9E007B: hue angle of 313.29º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E007B is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.22 | 0.38 |
| HSL | 313.29º | 1% | 0.31% | - |
| HSV(B) | 313.29º | 1% | 0.62% | - |
| XYZ | 17.68 | 8.7 | 19.49 | - |
| YUV | 61.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 123 | 0 | 1 | 0.22 | 0.38 | 313.29 | 1 | 0.31 |
| Hex | 9E | 0 | 7B | 0 | 64 | 16 | 26 | 139 | 64 | 1F |
| Octal | 236 | 0 | 173 | 0 | 144 | 26 | 46 | 471 | 144 | 37 |
| Binary | 10011110 | 0 | 1111011 | 0 | 1100100 | 10110 | 100110 | 100111001 | 1100100 | 11111 |
Color Harmonies of #9E007B
Complementary color
Monochromatic Colors of #9E007B
Black with #9E007B
Text Example
Text Example
White with #9E007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E007B; }
p { color: rgb(158,0,123); }
H1.HeaderClassName
{
color: #9E007B;
}
.AnyTagClassName
{
color: #9E007B;
}
</style>
background-color css
<style>
a { background-color: #9E007B; }
a { background-color: rgb(158,0,123); }
div.DivClassName
{
background-color: #9E007B;
}
.BgClassName
{
background-color: #9E007B;
}
</style>
border-color css
<style>
span { border-color: #9E007B; }
span { border-color: rgb(158,0,123); }
td.TdClassName
{
border-color: #9E007B;
}
.TagClassName
{
border-color: #9E007B;
}
</style>