Shades of Eggplant #9C1173
Tints of Eggplant #9C1173
RGB
CMYK
RGB Variations
Color information
#9C1173 (or 0x9C1173) is known color: Eggplant. HEX triplet: 9C, 11 and 73. RGB value is (156,17,115). Sum of RGB (Red+Green+Blue) = 156+17+115=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1173 is #63EE8C. Grayscale: #454545. Windows color (decimal): -6549133 or 7541148. OLE color: 7541148.
HSL color Cylindrical-coordinate representation of color #9C1173: hue angle of 317.7º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C1173 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 17 | 115 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.39 |
| HSL | 317.7º | 0.8% | 0.34% | - |
| HSV(B) | 317.7º | 0.89% | 0.61% | - |
| XYZ | 17.01 | 8.71 | 17 | - |
| YUV | 69.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 115 | 0 | 0.89 | 0.26 | 0.39 | 317.7 | 0.8 | 0.34 |
| Hex | 9C | 11 | 73 | 0 | 59 | 1A | 27 | 13E | 50 | 22 |
| Octal | 234 | 21 | 163 | 0 | 131 | 32 | 47 | 476 | 120 | 42 |
| Binary | 10011100 | 10001 | 1110011 | 0 | 1011001 | 11010 | 100111 | 100111110 | 1010000 | 100010 |
Color Harmonies of #9C1173
Complementary color
Monochromatic Colors of #9C1173
Black with #9C1173
Text Example
Text Example
White with #9C1173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1173; }
p { color: rgb(156,17,115); }
H1.HeaderClassName
{
color: #9C1173;
}
.AnyTagClassName
{
color: #9C1173;
}
</style>
background-color css
<style>
a { background-color: #9C1173; }
a { background-color: rgb(156,17,115); }
div.DivClassName
{
background-color: #9C1173;
}
.BgClassName
{
background-color: #9C1173;
}
</style>
border-color css
<style>
span { border-color: #9C1173; }
span { border-color: rgb(156,17,115); }
td.TdClassName
{
border-color: #9C1173;
}
.TagClassName
{
border-color: #9C1173;
}
</style>