Shades of Eggplant #9A096B
Tints of Eggplant #9A096B
RGB
CMYK
RGB Variations
Color information
#9A096B (or 0x9A096B) is known color: Eggplant. HEX triplet: 9A, 09 and 6B. RGB value is (154,9,107). Sum of RGB (Red+Green+Blue) = 154+9+107=270 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.04% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 154 - color contains mainly: red. Hex color #9A096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A096B is #65F694. Grayscale: #3F3F3F. Windows color (decimal): -6682261 or 7014810. OLE color: 7014810.
HSL color Cylindrical-coordinate representation of color #9A096B: hue angle of 319.45º 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 #9A096B is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 107 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.40 |
| HSL | 319.45º | 0.89% | 0.32% | - |
| HSV(B) | 319.45º | 0.94% | 0.6% | - |
| XYZ | 16.08 | 8.13 | 14.63 | - |
| YUV | 63.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 107 | 0 | 0.94 | 0.31 | 0.40 | 319.45 | 0.89 | 0.32 |
| Hex | 9A | 9 | 6B | 0 | 5E | 1F | 28 | 13F | 59 | 20 |
| Octal | 232 | 11 | 153 | 0 | 136 | 37 | 50 | 477 | 131 | 40 |
| Binary | 10011010 | 1001 | 1101011 | 0 | 1011110 | 11111 | 101000 | 100111111 | 1011001 | 100000 |
Color Harmonies of #9A096B
Complementary color
Monochromatic Colors of #9A096B
Black with #9A096B
Text Example
Text Example
White with #9A096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A096B; }
p { color: rgb(154,9,107); }
H1.HeaderClassName
{
color: #9A096B;
}
.AnyTagClassName
{
color: #9A096B;
}
</style>
background-color css
<style>
a { background-color: #9A096B; }
a { background-color: rgb(154,9,107); }
div.DivClassName
{
background-color: #9A096B;
}
.BgClassName
{
background-color: #9A096B;
}
</style>
border-color css
<style>
span { border-color: #9A096B; }
span { border-color: rgb(154,9,107); }
td.TdClassName
{
border-color: #9A096B;
}
.TagClassName
{
border-color: #9A096B;
}
</style>