Shades of Eggplant #9A1173
Tints of Eggplant #9A1173
RGB
CMYK
RGB Variations
Color information
#9A1173 (or 0x9A1173) is known color: Eggplant. HEX triplet: 9A, 11 and 73. RGB value is (154,17,115). Sum of RGB (Red+Green+Blue) = 154+17+115=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1173 is #65EE8C. Grayscale: #444444. Windows color (decimal): -6680205 or 7541146. OLE color: 7541146.
HSL color Cylindrical-coordinate representation of color #9A1173: hue angle of 317.08º 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 #9A1173 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 115 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.40 |
| HSL | 317.08º | 0.8% | 0.34% | - |
| HSV(B) | 317.08º | 0.89% | 0.6% | - |
| XYZ | 16.62 | 8.51 | 16.99 | - |
| YUV | 69.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 115 | 0 | 0.89 | 0.25 | 0.40 | 317.08 | 0.8 | 0.34 |
| Hex | 9A | 11 | 73 | 0 | 59 | 19 | 28 | 13D | 50 | 22 |
| Octal | 232 | 21 | 163 | 0 | 131 | 31 | 50 | 475 | 120 | 42 |
| Binary | 10011010 | 10001 | 1110011 | 0 | 1011001 | 11001 | 101000 | 100111101 | 1010000 | 100010 |
Color Harmonies of #9A1173
Complementary color
Monochromatic Colors of #9A1173
Black with #9A1173
Text Example
Text Example
White with #9A1173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1173; }
p { color: rgb(154,17,115); }
H1.HeaderClassName
{
color: #9A1173;
}
.AnyTagClassName
{
color: #9A1173;
}
</style>
background-color css
<style>
a { background-color: #9A1173; }
a { background-color: rgb(154,17,115); }
div.DivClassName
{
background-color: #9A1173;
}
.BgClassName
{
background-color: #9A1173;
}
</style>
border-color css
<style>
span { border-color: #9A1173; }
span { border-color: rgb(154,17,115); }
td.TdClassName
{
border-color: #9A1173;
}
.TagClassName
{
border-color: #9A1173;
}
</style>