Shades of Eggplant #9D0C78
Tints of Eggplant #9D0C78
RGB
CMYK
RGB Variations
Color information
#9D0C78 (or 0x9D0C78) is known color: Eggplant. HEX triplet: 9D, 0C and 78. RGB value is (157,12,120). Sum of RGB (Red+Green+Blue) = 157+12+120=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0C78 is #62F387. Grayscale: #434343. Windows color (decimal): -6484872 or 7867549. OLE color: 7867549.
HSL color Cylindrical-coordinate representation of color #9D0C78: hue angle of 315.31º degrees, saturation: 0.86, 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 #9D0C78 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 12 | 120 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.38 |
| HSL | 315.31º | 0.86% | 0.33% | - |
| HSV(B) | 315.31º | 0.92% | 0.62% | - |
| XYZ | 17.43 | 8.79 | 18.55 | - |
| YUV | 67.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 120 | 0 | 0.92 | 0.24 | 0.38 | 315.31 | 0.86 | 0.33 |
| Hex | 9D | C | 78 | 0 | 5C | 18 | 26 | 13B | 56 | 21 |
| Octal | 235 | 14 | 170 | 0 | 134 | 30 | 46 | 473 | 126 | 41 |
| Binary | 10011101 | 1100 | 1111000 | 0 | 1011100 | 11000 | 100110 | 100111011 | 1010110 | 100001 |
Color Harmonies of #9D0C78
Complementary color
Monochromatic Colors of #9D0C78
Black with #9D0C78
Text Example
Text Example
White with #9D0C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0C78; }
p { color: rgb(157,12,120); }
H1.HeaderClassName
{
color: #9D0C78;
}
.AnyTagClassName
{
color: #9D0C78;
}
</style>
background-color css
<style>
a { background-color: #9D0C78; }
a { background-color: rgb(157,12,120); }
div.DivClassName
{
background-color: #9D0C78;
}
.BgClassName
{
background-color: #9D0C78;
}
</style>
border-color css
<style>
span { border-color: #9D0C78; }
span { border-color: rgb(157,12,120); }
td.TdClassName
{
border-color: #9D0C78;
}
.TagClassName
{
border-color: #9D0C78;
}
</style>