Shades of Eggplant #9A116C
Tints of Eggplant #9A116C
RGB
CMYK
RGB Variations
Color information
#9A116C (or 0x9A116C) is known color: Eggplant. HEX triplet: 9A, 11 and 6C. RGB value is (154,17,108). Sum of RGB (Red+Green+Blue) = 154+17+108=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A116C is #65EE93. Grayscale: #444444. Windows color (decimal): -6680212 or 7082394. OLE color: 7082394.
HSL color Cylindrical-coordinate representation of color #9A116C: hue angle of 320.15º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A116C is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 108 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.40 |
| HSL | 320.15º | 0.8% | 0.34% | - |
| HSV(B) | 320.15º | 0.89% | 0.6% | - |
| XYZ | 16.23 | 8.35 | 14.94 | - |
| YUV | 68.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 108 | 0 | 0.89 | 0.30 | 0.40 | 320.15 | 0.8 | 0.34 |
| Hex | 9A | 11 | 6C | 0 | 59 | 1E | 28 | 140 | 50 | 22 |
| Octal | 232 | 21 | 154 | 0 | 131 | 36 | 50 | 500 | 120 | 42 |
| Binary | 10011010 | 10001 | 1101100 | 0 | 1011001 | 11110 | 101000 | 101000000 | 1010000 | 100010 |
Color Harmonies of #9A116C
Complementary color
Monochromatic Colors of #9A116C
Black with #9A116C
Text Example
Text Example
White with #9A116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A116C; }
p { color: rgb(154,17,108); }
H1.HeaderClassName
{
color: #9A116C;
}
.AnyTagClassName
{
color: #9A116C;
}
</style>
background-color css
<style>
a { background-color: #9A116C; }
a { background-color: rgb(154,17,108); }
div.DivClassName
{
background-color: #9A116C;
}
.BgClassName
{
background-color: #9A116C;
}
</style>
border-color css
<style>
span { border-color: #9A116C; }
span { border-color: rgb(154,17,108); }
td.TdClassName
{
border-color: #9A116C;
}
.TagClassName
{
border-color: #9A116C;
}
</style>