Shades of Eggplant #9D0E73
Tints of Eggplant #9D0E73
RGB
CMYK
RGB Variations
Color information
#9D0E73 (or 0x9D0E73) is known color: Eggplant. HEX triplet: 9D, 0E and 73. RGB value is (157,14,115). Sum of RGB (Red+Green+Blue) = 157+14+115=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0E73 is #62F18C. Grayscale: #444444. Windows color (decimal): -6484365 or 7540381. OLE color: 7540381.
HSL color Cylindrical-coordinate representation of color #9D0E73: hue angle of 317.62º 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 #9D0E73 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 14 | 115 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.38 |
| HSL | 317.62º | 0.84% | 0.34% | - |
| HSV(B) | 317.62º | 0.91% | 0.62% | - |
| XYZ | 17.16 | 8.72 | 17 | - |
| YUV | 68.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 115 | 0 | 0.91 | 0.27 | 0.38 | 317.62 | 0.84 | 0.34 |
| Hex | 9D | E | 73 | 0 | 5B | 1B | 26 | 13E | 54 | 22 |
| Octal | 235 | 16 | 163 | 0 | 133 | 33 | 46 | 476 | 124 | 42 |
| Binary | 10011101 | 1110 | 1110011 | 0 | 1011011 | 11011 | 100110 | 100111110 | 1010100 | 100010 |
Color Harmonies of #9D0E73
Complementary color
Monochromatic Colors of #9D0E73
Black with #9D0E73
Text Example
Text Example
White with #9D0E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0E73; }
p { color: rgb(157,14,115); }
H1.HeaderClassName
{
color: #9D0E73;
}
.AnyTagClassName
{
color: #9D0E73;
}
</style>
background-color css
<style>
a { background-color: #9D0E73; }
a { background-color: rgb(157,14,115); }
div.DivClassName
{
background-color: #9D0E73;
}
.BgClassName
{
background-color: #9D0E73;
}
</style>
border-color css
<style>
span { border-color: #9D0E73; }
span { border-color: rgb(157,14,115); }
td.TdClassName
{
border-color: #9D0E73;
}
.TagClassName
{
border-color: #9D0E73;
}
</style>