Shades of Eggplant #9D1377
Tints of Eggplant #9D1377
RGB
CMYK
RGB Variations
Color information
#9D1377 (or 0x9D1377) is known color: Eggplant. HEX triplet: 9D, 13 and 77. RGB value is (157,19,119). Sum of RGB (Red+Green+Blue) = 157+19+119=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1377 is #62EC88. Grayscale: #474747. Windows color (decimal): -6483081 or 7803805. OLE color: 7803805.
HSL color Cylindrical-coordinate representation of color #9D1377: hue angle of 316.52º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1377 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 119 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.38 |
| HSL | 316.52º | 0.78% | 0.35% | - |
| HSV(B) | 316.52º | 0.88% | 0.62% | - |
| XYZ | 17.47 | 8.97 | 18.26 | - |
| YUV | 71.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 119 | 0 | 0.88 | 0.24 | 0.38 | 316.52 | 0.78 | 0.35 |
| Hex | 9D | 13 | 77 | 0 | 58 | 18 | 26 | 13D | 4E | 23 |
| Octal | 235 | 23 | 167 | 0 | 130 | 30 | 46 | 475 | 116 | 43 |
| Binary | 10011101 | 10011 | 1110111 | 0 | 1011000 | 11000 | 100110 | 100111101 | 1001110 | 100011 |
Color Harmonies of #9D1377
Complementary color
Monochromatic Colors of #9D1377
Black with #9D1377
Text Example
Text Example
White with #9D1377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1377; }
p { color: rgb(157,19,119); }
H1.HeaderClassName
{
color: #9D1377;
}
.AnyTagClassName
{
color: #9D1377;
}
</style>
background-color css
<style>
a { background-color: #9D1377; }
a { background-color: rgb(157,19,119); }
div.DivClassName
{
background-color: #9D1377;
}
.BgClassName
{
background-color: #9D1377;
}
</style>
border-color css
<style>
span { border-color: #9D1377; }
span { border-color: rgb(157,19,119); }
td.TdClassName
{
border-color: #9D1377;
}
.TagClassName
{
border-color: #9D1377;
}
</style>