Shades of Eggplant #9D1173
Tints of Eggplant #9D1173
RGB
CMYK
RGB Variations
Color information
#9D1173 (or 0x9D1173) is known color: Eggplant. HEX triplet: 9D, 11 and 73. RGB value is (157,17,115). Sum of RGB (Red+Green+Blue) = 157+17+115=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1173 is #62EE8C. Grayscale: #454545. Windows color (decimal): -6483597 or 7541149. OLE color: 7541149.
HSL color Cylindrical-coordinate representation of color #9D1173: hue angle of 318º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1173 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 17 | 115 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.38 |
| HSL | 318º | 0.8% | 0.34% | - |
| HSV(B) | 318º | 0.89% | 0.62% | - |
| XYZ | 17.2 | 8.81 | 17.01 | - |
| YUV | 70.03 | 153.38 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 17 | 115 | 0 | 0.89 | 0.27 | 0.38 | 318 | 0.8 | 0.34 |
| Hex | 9D | 11 | 73 | 0 | 59 | 1B | 26 | 13E | 50 | 22 |
| Octal | 235 | 21 | 163 | 0 | 131 | 33 | 46 | 476 | 120 | 42 |
| Binary | 10011101 | 10001 | 1110011 | 0 | 1011001 | 11011 | 100110 | 100111110 | 1010000 | 100010 |
Color Harmonies of #9D1173
Complementary color
Monochromatic Colors of #9D1173
Black with #9D1173
Text Example
Text Example
White with #9D1173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1173; }
p { color: rgb(157,17,115); }
H1.HeaderClassName
{
color: #9D1173;
}
.AnyTagClassName
{
color: #9D1173;
}
</style>
background-color css
<style>
a { background-color: #9D1173; }
a { background-color: rgb(157,17,115); }
div.DivClassName
{
background-color: #9D1173;
}
.BgClassName
{
background-color: #9D1173;
}
</style>
border-color css
<style>
span { border-color: #9D1173; }
span { border-color: rgb(157,17,115); }
td.TdClassName
{
border-color: #9D1173;
}
.TagClassName
{
border-color: #9D1173;
}
</style>