Shades of Eggplant #9D0E7D
Tints of Eggplant #9D0E7D
RGB
CMYK
RGB Variations
Color information
#9D0E7D (or 0x9D0E7D) is known color: Eggplant. HEX triplet: 9D, 0E and 7D. RGB value is (157,14,125). Sum of RGB (Red+Green+Blue) = 157+14+125=296 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.04% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0E7D is #62F182. Grayscale: #454545. Windows color (decimal): -6484355 or 8195741. OLE color: 8195741.
HSL color Cylindrical-coordinate representation of color #9D0E7D: hue angle of 313.43º 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 #9D0E7D is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 14 | 125 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.38 |
| HSL | 313.43º | 0.84% | 0.34% | - |
| HSV(B) | 313.43º | 0.91% | 0.62% | - |
| XYZ | 17.76 | 8.96 | 20.2 | - |
| YUV | 69.41 | 159.38 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 125 | 0 | 0.91 | 0.20 | 0.38 | 313.43 | 0.84 | 0.34 |
| Hex | 9D | E | 7D | 0 | 5B | 14 | 26 | 139 | 54 | 22 |
| Octal | 235 | 16 | 175 | 0 | 133 | 24 | 46 | 471 | 124 | 42 |
| Binary | 10011101 | 1110 | 1111101 | 0 | 1011011 | 10100 | 100110 | 100111001 | 1010100 | 100010 |
Color Harmonies of #9D0E7D
Complementary color
Monochromatic Colors of #9D0E7D
Black with #9D0E7D
Text Example
Text Example
White with #9D0E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0E7D; }
p { color: rgb(157,14,125); }
H1.HeaderClassName
{
color: #9D0E7D;
}
.AnyTagClassName
{
color: #9D0E7D;
}
</style>
background-color css
<style>
a { background-color: #9D0E7D; }
a { background-color: rgb(157,14,125); }
div.DivClassName
{
background-color: #9D0E7D;
}
.BgClassName
{
background-color: #9D0E7D;
}
</style>
border-color css
<style>
span { border-color: #9D0E7D; }
span { border-color: rgb(157,14,125); }
td.TdClassName
{
border-color: #9D0E7D;
}
.TagClassName
{
border-color: #9D0E7D;
}
</style>