Shades of Eggplant #9E0C7F
Tints of Eggplant #9E0C7F
RGB
CMYK
RGB Variations
Color information
#9E0C7F (or 0x9E0C7F) is known color: Eggplant. HEX triplet: 9E, 0C and 7F. RGB value is (158,12,127). Sum of RGB (Red+Green+Blue) = 158+12+127=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0C7F is #61F380. Grayscale: #444444. Windows color (decimal): -6419329 or 8326302. OLE color: 8326302.
HSL color Cylindrical-coordinate representation of color #9E0C7F: hue angle of 312.74º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0C7F is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 12 | 127 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.38 |
| HSL | 312.74º | 0.86% | 0.33% | - |
| HSV(B) | 312.74º | 0.92% | 0.62% | - |
| XYZ | 18.06 | 9.06 | 20.88 | - |
| YUV | 68.76 | 160.87 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 12 | 127 | 0 | 0.92 | 0.20 | 0.38 | 312.74 | 0.86 | 0.33 |
| Hex | 9E | C | 7F | 0 | 5C | 14 | 26 | 139 | 56 | 21 |
| Octal | 236 | 14 | 177 | 0 | 134 | 24 | 46 | 471 | 126 | 41 |
| Binary | 10011110 | 1100 | 1111111 | 0 | 1011100 | 10100 | 100110 | 100111001 | 1010110 | 100001 |
Color Harmonies of #9E0C7F
Complementary color
Monochromatic Colors of #9E0C7F
Black with #9E0C7F
Text Example
Text Example
White with #9E0C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0C7F; }
p { color: rgb(158,12,127); }
H1.HeaderClassName
{
color: #9E0C7F;
}
.AnyTagClassName
{
color: #9E0C7F;
}
</style>
background-color css
<style>
a { background-color: #9E0C7F; }
a { background-color: rgb(158,12,127); }
div.DivClassName
{
background-color: #9E0C7F;
}
.BgClassName
{
background-color: #9E0C7F;
}
</style>
border-color css
<style>
span { border-color: #9E0C7F; }
span { border-color: rgb(158,12,127); }
td.TdClassName
{
border-color: #9E0C7F;
}
.TagClassName
{
border-color: #9E0C7F;
}
</style>