Shades of Eggplant #9A096C
Tints of Eggplant #9A096C
RGB
CMYK
RGB Variations
Color information
#9A096C (or 0x9A096C) is known color: Eggplant. HEX triplet: 9A, 09 and 6C. RGB value is (154,9,108). Sum of RGB (Red+Green+Blue) = 154+9+108=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A096C is #65F693. Grayscale: #3F3F3F. Windows color (decimal): -6682260 or 7080346. OLE color: 7080346.
HSL color Cylindrical-coordinate representation of color #9A096C: hue angle of 319.03º 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 #9A096C is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 108 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.40 |
| HSL | 319.03º | 0.89% | 0.32% | - |
| HSV(B) | 319.03º | 0.94% | 0.6% | - |
| XYZ | 16.13 | 8.15 | 14.91 | - |
| YUV | 63.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 108 | 0 | 0.94 | 0.30 | 0.40 | 319.03 | 0.89 | 0.32 |
| Hex | 9A | 9 | 6C | 0 | 5E | 1E | 28 | 13F | 59 | 20 |
| Octal | 232 | 11 | 154 | 0 | 136 | 36 | 50 | 477 | 131 | 40 |
| Binary | 10011010 | 1001 | 1101100 | 0 | 1011110 | 11110 | 101000 | 100111111 | 1011001 | 100000 |
Color Harmonies of #9A096C
Complementary color
Monochromatic Colors of #9A096C
Black with #9A096C
Text Example
Text Example
White with #9A096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A096C; }
p { color: rgb(154,9,108); }
H1.HeaderClassName
{
color: #9A096C;
}
.AnyTagClassName
{
color: #9A096C;
}
</style>
background-color css
<style>
a { background-color: #9A096C; }
a { background-color: rgb(154,9,108); }
div.DivClassName
{
background-color: #9A096C;
}
.BgClassName
{
background-color: #9A096C;
}
</style>
border-color css
<style>
span { border-color: #9A096C; }
span { border-color: rgb(154,9,108); }
td.TdClassName
{
border-color: #9A096C;
}
.TagClassName
{
border-color: #9A096C;
}
</style>