Shades of Eggplant #9D0078
Tints of Eggplant #9D0078
RGB
CMYK
RGB Variations
Color information
#9D0078 (or 0x9D0078) is known color: Eggplant. HEX triplet: 9D, 00 and 78. RGB value is (157,0,120). Sum of RGB (Red+Green+Blue) = 157+0+120=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0078 is #62FF87. Grayscale: #3C3C3C. Windows color (decimal): -6487944 or 7864477. OLE color: 7864477.
HSL color Cylindrical-coordinate representation of color #9D0078: hue angle of 314.14º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D0078 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.24 | 0.38 |
| HSL | 314.14º | 1% | 0.31% | - |
| HSV(B) | 314.14º | 1% | 0.62% | - |
| XYZ | 17.29 | 8.52 | 18.5 | - |
| YUV | 60.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 120 | 0 | 1 | 0.24 | 0.38 | 314.14 | 1 | 0.31 |
| Hex | 9D | 0 | 78 | 0 | 64 | 18 | 26 | 13A | 64 | 1F |
| Octal | 235 | 0 | 170 | 0 | 144 | 30 | 46 | 472 | 144 | 37 |
| Binary | 10011101 | 0 | 1111000 | 0 | 1100100 | 11000 | 100110 | 100111010 | 1100100 | 11111 |
Color Harmonies of #9D0078
Complementary color
Monochromatic Colors of #9D0078
Black with #9D0078
Text Example
Text Example
White with #9D0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0078; }
p { color: rgb(157,0,120); }
H1.HeaderClassName
{
color: #9D0078;
}
.AnyTagClassName
{
color: #9D0078;
}
</style>
background-color css
<style>
a { background-color: #9D0078; }
a { background-color: rgb(157,0,120); }
div.DivClassName
{
background-color: #9D0078;
}
.BgClassName
{
background-color: #9D0078;
}
</style>
border-color css
<style>
span { border-color: #9D0078; }
span { border-color: rgb(157,0,120); }
td.TdClassName
{
border-color: #9D0078;
}
.TagClassName
{
border-color: #9D0078;
}
</style>