Shades of Eggplant #9D0A78
Tints of Eggplant #9D0A78
RGB
CMYK
RGB Variations
Color information
#9D0A78 (or 0x9D0A78) is known color: Eggplant. HEX triplet: 9D, 0A and 78. RGB value is (157,10,120). Sum of RGB (Red+Green+Blue) = 157+10+120=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0A78 is #62F587. Grayscale: #424242. Windows color (decimal): -6485384 or 7867037. OLE color: 7867037.
HSL color Cylindrical-coordinate representation of color #9D0A78: hue angle of 315.1º degrees, saturation: 0.88, 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 #9D0A78 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 10 | 120 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.38 |
| HSL | 315.1º | 0.88% | 0.33% | - |
| HSV(B) | 315.1º | 0.94% | 0.62% | - |
| XYZ | 17.4 | 8.74 | 18.54 | - |
| YUV | 66.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 120 | 0 | 0.94 | 0.24 | 0.38 | 315.1 | 0.88 | 0.33 |
| Hex | 9D | A | 78 | 0 | 5E | 18 | 26 | 13B | 58 | 21 |
| Octal | 235 | 12 | 170 | 0 | 136 | 30 | 46 | 473 | 130 | 41 |
| Binary | 10011101 | 1010 | 1111000 | 0 | 1011110 | 11000 | 100110 | 100111011 | 1011000 | 100001 |
Color Harmonies of #9D0A78
Complementary color
Monochromatic Colors of #9D0A78
Black with #9D0A78
Text Example
Text Example
White with #9D0A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0A78; }
p { color: rgb(157,10,120); }
H1.HeaderClassName
{
color: #9D0A78;
}
.AnyTagClassName
{
color: #9D0A78;
}
</style>
background-color css
<style>
a { background-color: #9D0A78; }
a { background-color: rgb(157,10,120); }
div.DivClassName
{
background-color: #9D0A78;
}
.BgClassName
{
background-color: #9D0A78;
}
</style>
border-color css
<style>
span { border-color: #9D0A78; }
span { border-color: rgb(157,10,120); }
td.TdClassName
{
border-color: #9D0A78;
}
.TagClassName
{
border-color: #9D0A78;
}
</style>