Shades of Eggplant #9A166C
Tints of Eggplant #9A166C
RGB
CMYK
RGB Variations
Color information
#9A166C (or 0x9A166C) is known color: Eggplant. HEX triplet: 9A, 16 and 6C. RGB value is (154,22,108). Sum of RGB (Red+Green+Blue) = 154+22+108=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A166C is #65E993. Grayscale: #474747. Windows color (decimal): -6678932 or 7083674. OLE color: 7083674.
HSL color Cylindrical-coordinate representation of color #9A166C: hue angle of 320.91º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A166C is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 22 | 108 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.40 |
| HSL | 320.91º | 0.75% | 0.35% | - |
| HSV(B) | 320.91º | 0.86% | 0.6% | - |
| XYZ | 16.32 | 8.53 | 14.97 | - |
| YUV | 71.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 108 | 0 | 0.86 | 0.30 | 0.40 | 320.91 | 0.75 | 0.35 |
| Hex | 9A | 16 | 6C | 0 | 56 | 1E | 28 | 141 | 4B | 23 |
| Octal | 232 | 26 | 154 | 0 | 126 | 36 | 50 | 501 | 113 | 43 |
| Binary | 10011010 | 10110 | 1101100 | 0 | 1010110 | 11110 | 101000 | 101000001 | 1001011 | 100011 |
Color Harmonies of #9A166C
Complementary color
Monochromatic Colors of #9A166C
Black with #9A166C
Text Example
Text Example
White with #9A166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A166C; }
p { color: rgb(154,22,108); }
H1.HeaderClassName
{
color: #9A166C;
}
.AnyTagClassName
{
color: #9A166C;
}
</style>
background-color css
<style>
a { background-color: #9A166C; }
a { background-color: rgb(154,22,108); }
div.DivClassName
{
background-color: #9A166C;
}
.BgClassName
{
background-color: #9A166C;
}
</style>
border-color css
<style>
span { border-color: #9A166C; }
span { border-color: rgb(154,22,108); }
td.TdClassName
{
border-color: #9A166C;
}
.TagClassName
{
border-color: #9A166C;
}
</style>