Shades of Eggplant #9E007C
Tints of Eggplant #9E007C
RGB
CMYK
RGB Variations
Color information
#9E007C (or 0x9E007C) is known color: Eggplant. HEX triplet: 9E, 00 and 7C. RGB value is (158,0,124). Sum of RGB (Red+Green+Blue) = 158+0+124=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E007C is #61FF83. Grayscale: #3D3D3D. Windows color (decimal): -6422404 or 8126622. OLE color: 8126622.
HSL color Cylindrical-coordinate representation of color #9E007C: hue angle of 312.91º 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 #9E007C is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.22 | 0.38 |
| HSL | 312.91º | 1% | 0.31% | - |
| HSV(B) | 312.91º | 1% | 0.62% | - |
| XYZ | 17.74 | 8.72 | 19.82 | - |
| YUV | 61.38 | 163.35 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 124 | 0 | 1 | 0.22 | 0.38 | 312.91 | 1 | 0.31 |
| Hex | 9E | 0 | 7C | 0 | 64 | 16 | 26 | 139 | 64 | 1F |
| Octal | 236 | 0 | 174 | 0 | 144 | 26 | 46 | 471 | 144 | 37 |
| Binary | 10011110 | 0 | 1111100 | 0 | 1100100 | 10110 | 100110 | 100111001 | 1100100 | 11111 |
Color Harmonies of #9E007C
Complementary color
Monochromatic Colors of #9E007C
Black with #9E007C
Text Example
Text Example
White with #9E007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E007C; }
p { color: rgb(158,0,124); }
H1.HeaderClassName
{
color: #9E007C;
}
.AnyTagClassName
{
color: #9E007C;
}
</style>
background-color css
<style>
a { background-color: #9E007C; }
a { background-color: rgb(158,0,124); }
div.DivClassName
{
background-color: #9E007C;
}
.BgClassName
{
background-color: #9E007C;
}
</style>
border-color css
<style>
span { border-color: #9E007C; }
span { border-color: rgb(158,0,124); }
td.TdClassName
{
border-color: #9E007C;
}
.TagClassName
{
border-color: #9E007C;
}
</style>