Shades of Eggplant #9E067D
Tints of Eggplant #9E067D
RGB
CMYK
RGB Variations
Color information
#9E067D (or 0x9E067D) is known color: Eggplant. HEX triplet: 9E, 06 and 7D. RGB value is (158,6,125). Sum of RGB (Red+Green+Blue) = 158+6+125=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E067D is #61F982. Grayscale: #404040. Windows color (decimal): -6420867 or 8193694. OLE color: 8193694.
HSL color Cylindrical-coordinate representation of color #9E067D: hue angle of 313.03º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E067D is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 6 | 125 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.38 |
| HSL | 313.03º | 0.93% | 0.32% | - |
| HSV(B) | 313.03º | 0.96% | 0.62% | - |
| XYZ | 17.87 | 8.88 | 20.17 | - |
| YUV | 65.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 125 | 0 | 0.96 | 0.21 | 0.38 | 313.03 | 0.93 | 0.32 |
| Hex | 9E | 6 | 7D | 0 | 60 | 15 | 26 | 139 | 5D | 20 |
| Octal | 236 | 6 | 175 | 0 | 140 | 25 | 46 | 471 | 135 | 40 |
| Binary | 10011110 | 110 | 1111101 | 0 | 1100000 | 10101 | 100110 | 100111001 | 1011101 | 100000 |
Color Harmonies of #9E067D
Complementary color
Monochromatic Colors of #9E067D
Black with #9E067D
Text Example
Text Example
White with #9E067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E067D; }
p { color: rgb(158,6,125); }
H1.HeaderClassName
{
color: #9E067D;
}
.AnyTagClassName
{
color: #9E067D;
}
</style>
background-color css
<style>
a { background-color: #9E067D; }
a { background-color: rgb(158,6,125); }
div.DivClassName
{
background-color: #9E067D;
}
.BgClassName
{
background-color: #9E067D;
}
</style>
border-color css
<style>
span { border-color: #9E067D; }
span { border-color: rgb(158,6,125); }
td.TdClassName
{
border-color: #9E067D;
}
.TagClassName
{
border-color: #9E067D;
}
</style>