Shades of Eggplant #9E007E
Tints of Eggplant #9E007E
RGB
CMYK
RGB Variations
Color information
#9E007E (or 0x9E007E) is known color: Eggplant. HEX triplet: 9E, 00 and 7E. RGB value is (158,0,126). Sum of RGB (Red+Green+Blue) = 158+0+126=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E007E is #61FF81. Grayscale: #3D3D3D. Windows color (decimal): -6422402 or 8257694. OLE color: 8257694.
HSL color Cylindrical-coordinate representation of color #9E007E: hue angle of 312.15º 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 #9E007E is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.20 | 0.38 |
| HSL | 312.15º | 1% | 0.31% | - |
| HSV(B) | 312.15º | 1% | 0.62% | - |
| XYZ | 17.87 | 8.78 | 20.49 | - |
| YUV | 61.61 | 164.35 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 126 | 0 | 1 | 0.20 | 0.38 | 312.15 | 1 | 0.31 |
| Hex | 9E | 0 | 7E | 0 | 64 | 14 | 26 | 138 | 64 | 1F |
| Octal | 236 | 0 | 176 | 0 | 144 | 24 | 46 | 470 | 144 | 37 |
| Binary | 10011110 | 0 | 1111110 | 0 | 1100100 | 10100 | 100110 | 100111000 | 1100100 | 11111 |
Color Harmonies of #9E007E
Complementary color
Monochromatic Colors of #9E007E
Black with #9E007E
Text Example
Text Example
White with #9E007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E007E; }
p { color: rgb(158,0,126); }
H1.HeaderClassName
{
color: #9E007E;
}
.AnyTagClassName
{
color: #9E007E;
}
</style>
background-color css
<style>
a { background-color: #9E007E; }
a { background-color: rgb(158,0,126); }
div.DivClassName
{
background-color: #9E007E;
}
.BgClassName
{
background-color: #9E007E;
}
</style>
border-color css
<style>
span { border-color: #9E007E; }
span { border-color: rgb(158,0,126); }
td.TdClassName
{
border-color: #9E007E;
}
.TagClassName
{
border-color: #9E007E;
}
</style>