Shades of Eggplant #9C136D
Tints of Eggplant #9C136D
RGB
CMYK
RGB Variations
Color information
#9C136D (or 0x9C136D) is known color: Eggplant. HEX triplet: 9C, 13 and 6D. RGB value is (156,19,109). Sum of RGB (Red+Green+Blue) = 156+19+109=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C136D is #63EC92. Grayscale: #464646. Windows color (decimal): -6548627 or 7148444. OLE color: 7148444.
HSL color Cylindrical-coordinate representation of color #9C136D: hue angle of 320.58º 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 #9C136D is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 109 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.39 |
| HSL | 320.58º | 0.78% | 0.34% | - |
| HSV(B) | 320.58º | 0.88% | 0.61% | - |
| XYZ | 16.7 | 8.64 | 15.25 | - |
| YUV | 70.22 | 149.89 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 109 | 0 | 0.88 | 0.30 | 0.39 | 320.58 | 0.78 | 0.34 |
| Hex | 9C | 13 | 6D | 0 | 58 | 1E | 27 | 141 | 4E | 22 |
| Octal | 234 | 23 | 155 | 0 | 130 | 36 | 47 | 501 | 116 | 42 |
| Binary | 10011100 | 10011 | 1101101 | 0 | 1011000 | 11110 | 100111 | 101000001 | 1001110 | 100010 |
Color Harmonies of #9C136D
Complementary color
Monochromatic Colors of #9C136D
Black with #9C136D
Text Example
Text Example
White with #9C136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C136D; }
p { color: rgb(156,19,109); }
H1.HeaderClassName
{
color: #9C136D;
}
.AnyTagClassName
{
color: #9C136D;
}
</style>
background-color css
<style>
a { background-color: #9C136D; }
a { background-color: rgb(156,19,109); }
div.DivClassName
{
background-color: #9C136D;
}
.BgClassName
{
background-color: #9C136D;
}
</style>
border-color css
<style>
span { border-color: #9C136D; }
span { border-color: rgb(156,19,109); }
td.TdClassName
{
border-color: #9C136D;
}
.TagClassName
{
border-color: #9C136D;
}
</style>