Shades of Eggplant #9A1170
Tints of Eggplant #9A1170
RGB
CMYK
RGB Variations
Color information
#9A1170 (or 0x9A1170) is known color: Eggplant. HEX triplet: 9A, 11 and 70. RGB value is (154,17,112). Sum of RGB (Red+Green+Blue) = 154+17+112=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1170 is #65EE8F. Grayscale: #444444. Windows color (decimal): -6680208 or 7344538. OLE color: 7344538.
HSL color Cylindrical-coordinate representation of color #9A1170: hue angle of 318.39º 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 #9A1170 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 112 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.40 |
| HSL | 318.39º | 0.8% | 0.34% | - |
| HSV(B) | 318.39º | 0.89% | 0.6% | - |
| XYZ | 16.45 | 8.44 | 16.09 | - |
| YUV | 68.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 112 | 0 | 0.89 | 0.27 | 0.40 | 318.39 | 0.8 | 0.34 |
| Hex | 9A | 11 | 70 | 0 | 59 | 1B | 28 | 13E | 50 | 22 |
| Octal | 232 | 21 | 160 | 0 | 131 | 33 | 50 | 476 | 120 | 42 |
| Binary | 10011010 | 10001 | 1110000 | 0 | 1011001 | 11011 | 101000 | 100111110 | 1010000 | 100010 |
Color Harmonies of #9A1170
Complementary color
Monochromatic Colors of #9A1170
Black with #9A1170
Text Example
Text Example
White with #9A1170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1170; }
p { color: rgb(154,17,112); }
H1.HeaderClassName
{
color: #9A1170;
}
.AnyTagClassName
{
color: #9A1170;
}
</style>
background-color css
<style>
a { background-color: #9A1170; }
a { background-color: rgb(154,17,112); }
div.DivClassName
{
background-color: #9A1170;
}
.BgClassName
{
background-color: #9A1170;
}
</style>
border-color css
<style>
span { border-color: #9A1170; }
span { border-color: rgb(154,17,112); }
td.TdClassName
{
border-color: #9A1170;
}
.TagClassName
{
border-color: #9A1170;
}
</style>