Shades of Eggplant #9C1377
Tints of Eggplant #9C1377
RGB
CMYK
RGB Variations
Color information
#9C1377 (or 0x9C1377) is known color: Eggplant. HEX triplet: 9C, 13 and 77. RGB value is (156,19,119). Sum of RGB (Red+Green+Blue) = 156+19+119=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1377 is #63EC88. Grayscale: #474747. Windows color (decimal): -6548617 or 7803804. OLE color: 7803804.
HSL color Cylindrical-coordinate representation of color #9C1377: hue angle of 316.2º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1377 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 119 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.39 |
| HSL | 316.2º | 0.78% | 0.34% | - |
| HSV(B) | 316.2º | 0.88% | 0.61% | - |
| XYZ | 17.27 | 8.87 | 18.25 | - |
| YUV | 71.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 119 | 0 | 0.88 | 0.24 | 0.39 | 316.2 | 0.78 | 0.34 |
| Hex | 9C | 13 | 77 | 0 | 58 | 18 | 27 | 13C | 4E | 22 |
| Octal | 234 | 23 | 167 | 0 | 130 | 30 | 47 | 474 | 116 | 42 |
| Binary | 10011100 | 10011 | 1110111 | 0 | 1011000 | 11000 | 100111 | 100111100 | 1001110 | 100010 |
Color Harmonies of #9C1377
Complementary color
Monochromatic Colors of #9C1377
Black with #9C1377
Text Example
Text Example
White with #9C1377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1377; }
p { color: rgb(156,19,119); }
H1.HeaderClassName
{
color: #9C1377;
}
.AnyTagClassName
{
color: #9C1377;
}
</style>
background-color css
<style>
a { background-color: #9C1377; }
a { background-color: rgb(156,19,119); }
div.DivClassName
{
background-color: #9C1377;
}
.BgClassName
{
background-color: #9C1377;
}
</style>
border-color css
<style>
span { border-color: #9C1377; }
span { border-color: rgb(156,19,119); }
td.TdClassName
{
border-color: #9C1377;
}
.TagClassName
{
border-color: #9C1377;
}
</style>