Shades of Eggplant #9A097A
Tints of Eggplant #9A097A
RGB
CMYK
RGB Variations
Color information
#9A097A (or 0x9A097A) is known color: Eggplant. HEX triplet: 9A, 09 and 7A. RGB value is (154,9,122). Sum of RGB (Red+Green+Blue) = 154+9+122=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A097A is #65F685. Grayscale: #404040. Windows color (decimal): -6682246 or 7997850. OLE color: 7997850.
HSL color Cylindrical-coordinate representation of color #9A097A: hue angle of 313.24º 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 #9A097A is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 122 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.40 |
| HSL | 313.24º | 0.89% | 0.32% | - |
| HSV(B) | 313.24º | 0.94% | 0.6% | - |
| XYZ | 16.94 | 8.47 | 19.15 | - |
| YUV | 65.24 | 160.04 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 122 | 0 | 0.94 | 0.21 | 0.40 | 313.24 | 0.89 | 0.32 |
| Hex | 9A | 9 | 7A | 0 | 5E | 15 | 28 | 139 | 59 | 20 |
| Octal | 232 | 11 | 172 | 0 | 136 | 25 | 50 | 471 | 131 | 40 |
| Binary | 10011010 | 1001 | 1111010 | 0 | 1011110 | 10101 | 101000 | 100111001 | 1011001 | 100000 |
Color Harmonies of #9A097A
Complementary color
Monochromatic Colors of #9A097A
Black with #9A097A
Text Example
Text Example
White with #9A097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A097A; }
p { color: rgb(154,9,122); }
H1.HeaderClassName
{
color: #9A097A;
}
.AnyTagClassName
{
color: #9A097A;
}
</style>
background-color css
<style>
a { background-color: #9A097A; }
a { background-color: rgb(154,9,122); }
div.DivClassName
{
background-color: #9A097A;
}
.BgClassName
{
background-color: #9A097A;
}
</style>
border-color css
<style>
span { border-color: #9A097A; }
span { border-color: rgb(154,9,122); }
td.TdClassName
{
border-color: #9A097A;
}
.TagClassName
{
border-color: #9A097A;
}
</style>