Shades of Eggplant #9C0D6F
Tints of Eggplant #9C0D6F
RGB
CMYK
RGB Variations
Color information
#9C0D6F (or 0x9C0D6F) is known color: Eggplant. HEX triplet: 9C, 0D and 6F. RGB value is (156,13,111). Sum of RGB (Red+Green+Blue) = 156+13+111=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D6F is #63F290. Grayscale: #424242. Windows color (decimal): -6550161 or 7277980. OLE color: 7277980.
HSL color Cylindrical-coordinate representation of color #9C0D6F: hue angle of 318.88º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D6F is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 111 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.39 |
| HSL | 318.88º | 0.85% | 0.33% | - |
| HSV(B) | 318.88º | 0.92% | 0.61% | - |
| XYZ | 16.72 | 8.5 | 15.8 | - |
| YUV | 66.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 111 | 0 | 0.92 | 0.29 | 0.39 | 318.88 | 0.85 | 0.33 |
| Hex | 9C | D | 6F | 0 | 5C | 1D | 27 | 13F | 55 | 21 |
| Octal | 234 | 15 | 157 | 0 | 134 | 35 | 47 | 477 | 125 | 41 |
| Binary | 10011100 | 1101 | 1101111 | 0 | 1011100 | 11101 | 100111 | 100111111 | 1010101 | 100001 |
Color Harmonies of #9C0D6F
Complementary color
Monochromatic Colors of #9C0D6F
Black with #9C0D6F
Text Example
Text Example
White with #9C0D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D6F; }
p { color: rgb(156,13,111); }
H1.HeaderClassName
{
color: #9C0D6F;
}
.AnyTagClassName
{
color: #9C0D6F;
}
</style>
background-color css
<style>
a { background-color: #9C0D6F; }
a { background-color: rgb(156,13,111); }
div.DivClassName
{
background-color: #9C0D6F;
}
.BgClassName
{
background-color: #9C0D6F;
}
</style>
border-color css
<style>
span { border-color: #9C0D6F; }
span { border-color: rgb(156,13,111); }
td.TdClassName
{
border-color: #9C0D6F;
}
.TagClassName
{
border-color: #9C0D6F;
}
</style>