Shades of Eggplant #9E007D
Tints of Eggplant #9E007D
RGB
CMYK
RGB Variations
Color information
#9E007D (or 0x9E007D) is known color: Eggplant. HEX triplet: 9E, 00 and 7D. RGB value is (158,0,125). Sum of RGB (Red+Green+Blue) = 158+0+125=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E007D is #61FF82. Grayscale: #3D3D3D. Windows color (decimal): -6422403 or 8192158. OLE color: 8192158.
HSL color Cylindrical-coordinate representation of color #9E007D: hue angle of 312.53º 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 #9E007D is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.21 | 0.38 |
| HSL | 312.53º | 1% | 0.31% | - |
| HSV(B) | 312.53º | 1% | 0.62% | - |
| XYZ | 17.8 | 8.75 | 20.15 | - |
| YUV | 61.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 125 | 0 | 1 | 0.21 | 0.38 | 312.53 | 1 | 0.31 |
| Hex | 9E | 0 | 7D | 0 | 64 | 15 | 26 | 139 | 64 | 1F |
| Octal | 236 | 0 | 175 | 0 | 144 | 25 | 46 | 471 | 144 | 37 |
| Binary | 10011110 | 0 | 1111101 | 0 | 1100100 | 10101 | 100110 | 100111001 | 1100100 | 11111 |
Color Harmonies of #9E007D
Complementary color
Monochromatic Colors of #9E007D
Black with #9E007D
Text Example
Text Example
White with #9E007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E007D; }
p { color: rgb(158,0,125); }
H1.HeaderClassName
{
color: #9E007D;
}
.AnyTagClassName
{
color: #9E007D;
}
</style>
background-color css
<style>
a { background-color: #9E007D; }
a { background-color: rgb(158,0,125); }
div.DivClassName
{
background-color: #9E007D;
}
.BgClassName
{
background-color: #9E007D;
}
</style>
border-color css
<style>
span { border-color: #9E007D; }
span { border-color: rgb(158,0,125); }
td.TdClassName
{
border-color: #9E007D;
}
.TagClassName
{
border-color: #9E007D;
}
</style>