Shades of Eggplant #9C0E6D
Tints of Eggplant #9C0E6D
RGB
CMYK
RGB Variations
Color information
#9C0E6D (or 0x9C0E6D) is known color: Eggplant. HEX triplet: 9C, 0E and 6D. RGB value is (156,14,109). Sum of RGB (Red+Green+Blue) = 156+14+109=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0E6D is #63F192. Grayscale: #434343. Windows color (decimal): -6549907 or 7147164. OLE color: 7147164.
HSL color Cylindrical-coordinate representation of color #9C0E6D: hue angle of 319.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0E6D is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 14 | 109 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.39 |
| HSL | 319.86º | 0.84% | 0.33% | - |
| HSV(B) | 319.86º | 0.91% | 0.61% | - |
| XYZ | 16.63 | 8.49 | 15.23 | - |
| YUV | 67.29 | 151.54 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 109 | 0 | 0.91 | 0.30 | 0.39 | 319.86 | 0.84 | 0.33 |
| Hex | 9C | E | 6D | 0 | 5B | 1E | 27 | 140 | 54 | 21 |
| Octal | 234 | 16 | 155 | 0 | 133 | 36 | 47 | 500 | 124 | 41 |
| Binary | 10011100 | 1110 | 1101101 | 0 | 1011011 | 11110 | 100111 | 101000000 | 1010100 | 100001 |
Color Harmonies of #9C0E6D
Complementary color
Monochromatic Colors of #9C0E6D
Black with #9C0E6D
Text Example
Text Example
White with #9C0E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0E6D; }
p { color: rgb(156,14,109); }
H1.HeaderClassName
{
color: #9C0E6D;
}
.AnyTagClassName
{
color: #9C0E6D;
}
</style>
background-color css
<style>
a { background-color: #9C0E6D; }
a { background-color: rgb(156,14,109); }
div.DivClassName
{
background-color: #9C0E6D;
}
.BgClassName
{
background-color: #9C0E6D;
}
</style>
border-color css
<style>
span { border-color: #9C0E6D; }
span { border-color: rgb(156,14,109); }
td.TdClassName
{
border-color: #9C0E6D;
}
.TagClassName
{
border-color: #9C0E6D;
}
</style>