Shades of Eggplant #9D0975
Tints of Eggplant #9D0975
RGB
CMYK
RGB Variations
Color information
#9D0975 (or 0x9D0975) is known color: Eggplant. HEX triplet: 9D, 09 and 75. RGB value is (157,9,117). Sum of RGB (Red+Green+Blue) = 157+9+117=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0975 is #62F68A. Grayscale: #414141. Windows color (decimal): -6485643 or 7670173. OLE color: 7670173.
HSL color Cylindrical-coordinate representation of color #9D0975: hue angle of 316.22º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0975 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 9 | 117 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.38 |
| HSL | 316.22º | 0.89% | 0.33% | - |
| HSV(B) | 316.22º | 0.94% | 0.62% | - |
| XYZ | 17.21 | 8.65 | 17.59 | - |
| YUV | 65.56 | 157.03 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 117 | 0 | 0.94 | 0.25 | 0.38 | 316.22 | 0.89 | 0.33 |
| Hex | 9D | 9 | 75 | 0 | 5E | 19 | 26 | 13C | 59 | 21 |
| Octal | 235 | 11 | 165 | 0 | 136 | 31 | 46 | 474 | 131 | 41 |
| Binary | 10011101 | 1001 | 1110101 | 0 | 1011110 | 11001 | 100110 | 100111100 | 1011001 | 100001 |
Color Harmonies of #9D0975
Complementary color
Monochromatic Colors of #9D0975
Black with #9D0975
Text Example
Text Example
White with #9D0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0975; }
p { color: rgb(157,9,117); }
H1.HeaderClassName
{
color: #9D0975;
}
.AnyTagClassName
{
color: #9D0975;
}
</style>
background-color css
<style>
a { background-color: #9D0975; }
a { background-color: rgb(157,9,117); }
div.DivClassName
{
background-color: #9D0975;
}
.BgClassName
{
background-color: #9D0975;
}
</style>
border-color css
<style>
span { border-color: #9D0975; }
span { border-color: rgb(157,9,117); }
td.TdClassName
{
border-color: #9D0975;
}
.TagClassName
{
border-color: #9D0975;
}
</style>