Shades of Eggplant #9C136C
Tints of Eggplant #9C136C
RGB
CMYK
RGB Variations
Color information
#9C136C (or 0x9C136C) is known color: Eggplant. HEX triplet: 9C, 13 and 6C. RGB value is (156,19,108). Sum of RGB (Red+Green+Blue) = 156+19+108=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C136C is #63EC93. Grayscale: #454545. Windows color (decimal): -6548628 or 7082908. OLE color: 7082908.
HSL color Cylindrical-coordinate representation of color #9C136C: hue angle of 321.02º 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 #9C136C is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 108 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.39 |
| HSL | 321.02º | 0.78% | 0.34% | - |
| HSV(B) | 321.02º | 0.88% | 0.61% | - |
| XYZ | 16.65 | 8.62 | 14.97 | - |
| YUV | 70.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 108 | 0 | 0.88 | 0.31 | 0.39 | 321.02 | 0.78 | 0.34 |
| Hex | 9C | 13 | 6C | 0 | 58 | 1F | 27 | 141 | 4E | 22 |
| Octal | 234 | 23 | 154 | 0 | 130 | 37 | 47 | 501 | 116 | 42 |
| Binary | 10011100 | 10011 | 1101100 | 0 | 1011000 | 11111 | 100111 | 101000001 | 1001110 | 100010 |
Color Harmonies of #9C136C
Complementary color
Monochromatic Colors of #9C136C
Black with #9C136C
Text Example
Text Example
White with #9C136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C136C; }
p { color: rgb(156,19,108); }
H1.HeaderClassName
{
color: #9C136C;
}
.AnyTagClassName
{
color: #9C136C;
}
</style>
background-color css
<style>
a { background-color: #9C136C; }
a { background-color: rgb(156,19,108); }
div.DivClassName
{
background-color: #9C136C;
}
.BgClassName
{
background-color: #9C136C;
}
</style>
border-color css
<style>
span { border-color: #9C136C; }
span { border-color: rgb(156,19,108); }
td.TdClassName
{
border-color: #9C136C;
}
.TagClassName
{
border-color: #9C136C;
}
</style>