Shades of Eggplant #9D0D77
Tints of Eggplant #9D0D77
RGB
CMYK
RGB Variations
Color information
#9D0D77 (or 0x9D0D77) is known color: Eggplant. HEX triplet: 9D, 0D and 77. RGB value is (157,13,119). Sum of RGB (Red+Green+Blue) = 157+13+119=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0D77 is #62F288. Grayscale: #434343. Windows color (decimal): -6484617 or 7802269. OLE color: 7802269.
HSL color Cylindrical-coordinate representation of color #9D0D77: hue angle of 315.83º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0D77 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 13 | 119 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.38 |
| HSL | 315.83º | 0.85% | 0.33% | - |
| HSV(B) | 315.83º | 0.92% | 0.62% | - |
| XYZ | 17.38 | 8.79 | 18.23 | - |
| YUV | 68.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 13 | 119 | 0 | 0.92 | 0.24 | 0.38 | 315.83 | 0.85 | 0.33 |
| Hex | 9D | D | 77 | 0 | 5C | 18 | 26 | 13C | 55 | 21 |
| Octal | 235 | 15 | 167 | 0 | 134 | 30 | 46 | 474 | 125 | 41 |
| Binary | 10011101 | 1101 | 1110111 | 0 | 1011100 | 11000 | 100110 | 100111100 | 1010101 | 100001 |
Color Harmonies of #9D0D77
Complementary color
Monochromatic Colors of #9D0D77
Black with #9D0D77
Text Example
Text Example
White with #9D0D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0D77; }
p { color: rgb(157,13,119); }
H1.HeaderClassName
{
color: #9D0D77;
}
.AnyTagClassName
{
color: #9D0D77;
}
</style>
background-color css
<style>
a { background-color: #9D0D77; }
a { background-color: rgb(157,13,119); }
div.DivClassName
{
background-color: #9D0D77;
}
.BgClassName
{
background-color: #9D0D77;
}
</style>
border-color css
<style>
span { border-color: #9D0D77; }
span { border-color: rgb(157,13,119); }
td.TdClassName
{
border-color: #9D0D77;
}
.TagClassName
{
border-color: #9D0D77;
}
</style>