Shades of Eggplant #9A0978
Tints of Eggplant #9A0978
RGB
CMYK
RGB Variations
Color information
#9A0978 (or 0x9A0978) is known color: Eggplant. HEX triplet: 9A, 09 and 78. RGB value is (154,9,120). Sum of RGB (Red+Green+Blue) = 154+9+120=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0978 is #65F687. Grayscale: #404040. Windows color (decimal): -6682248 or 7866778. OLE color: 7866778.
HSL color Cylindrical-coordinate representation of color #9A0978: hue angle of 314.07º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0978 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 120 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.40 |
| HSL | 314.07º | 0.89% | 0.32% | - |
| HSV(B) | 314.07º | 0.94% | 0.6% | - |
| XYZ | 16.81 | 8.42 | 18.51 | - |
| YUV | 65.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 120 | 0 | 0.94 | 0.22 | 0.40 | 314.07 | 0.89 | 0.32 |
| Hex | 9A | 9 | 78 | 0 | 5E | 16 | 28 | 13A | 59 | 20 |
| Octal | 232 | 11 | 170 | 0 | 136 | 26 | 50 | 472 | 131 | 40 |
| Binary | 10011010 | 1001 | 1111000 | 0 | 1011110 | 10110 | 101000 | 100111010 | 1011001 | 100000 |
Color Harmonies of #9A0978
Complementary color
Monochromatic Colors of #9A0978
Black with #9A0978
Text Example
Text Example
White with #9A0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0978; }
p { color: rgb(154,9,120); }
H1.HeaderClassName
{
color: #9A0978;
}
.AnyTagClassName
{
color: #9A0978;
}
</style>
background-color css
<style>
a { background-color: #9A0978; }
a { background-color: rgb(154,9,120); }
div.DivClassName
{
background-color: #9A0978;
}
.BgClassName
{
background-color: #9A0978;
}
</style>
border-color css
<style>
span { border-color: #9A0978; }
span { border-color: rgb(154,9,120); }
td.TdClassName
{
border-color: #9A0978;
}
.TagClassName
{
border-color: #9A0978;
}
</style>