Shades of Eggplant #9D0E7C
Tints of Eggplant #9D0E7C
RGB
CMYK
RGB Variations
Color information
#9D0E7C (or 0x9D0E7C) is known color: Eggplant. HEX triplet: 9D, 0E and 7C. RGB value is (157,14,124). Sum of RGB (Red+Green+Blue) = 157+14+124=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0E7C is #62F183. Grayscale: #454545. Windows color (decimal): -6484356 or 8130205. OLE color: 8130205.
HSL color Cylindrical-coordinate representation of color #9D0E7C: hue angle of 313.85º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D0E7C is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 14 | 124 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.38 |
| HSL | 313.85º | 0.84% | 0.34% | - |
| HSV(B) | 313.85º | 0.91% | 0.62% | - |
| XYZ | 17.7 | 8.94 | 19.86 | - |
| YUV | 69.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 124 | 0 | 0.91 | 0.21 | 0.38 | 313.85 | 0.84 | 0.34 |
| Hex | 9D | E | 7C | 0 | 5B | 15 | 26 | 13A | 54 | 22 |
| Octal | 235 | 16 | 174 | 0 | 133 | 25 | 46 | 472 | 124 | 42 |
| Binary | 10011101 | 1110 | 1111100 | 0 | 1011011 | 10101 | 100110 | 100111010 | 1010100 | 100010 |
Color Harmonies of #9D0E7C
Complementary color
Monochromatic Colors of #9D0E7C
Black with #9D0E7C
Text Example
Text Example
White with #9D0E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0E7C; }
p { color: rgb(157,14,124); }
H1.HeaderClassName
{
color: #9D0E7C;
}
.AnyTagClassName
{
color: #9D0E7C;
}
</style>
background-color css
<style>
a { background-color: #9D0E7C; }
a { background-color: rgb(157,14,124); }
div.DivClassName
{
background-color: #9D0E7C;
}
.BgClassName
{
background-color: #9D0E7C;
}
</style>
border-color css
<style>
span { border-color: #9D0E7C; }
span { border-color: rgb(157,14,124); }
td.TdClassName
{
border-color: #9D0E7C;
}
.TagClassName
{
border-color: #9D0E7C;
}
</style>