Shades of Eggplant #9C0E6F
Tints of Eggplant #9C0E6F
RGB
CMYK
RGB Variations
Color information
#9C0E6F (or 0x9C0E6F) is known color: Eggplant. HEX triplet: 9C, 0E and 6F. RGB value is (156,14,111). Sum of RGB (Red+Green+Blue) = 156+14+111=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0E6F is #63F190. Grayscale: #434343. Windows color (decimal): -6549905 or 7278236. OLE color: 7278236.
HSL color Cylindrical-coordinate representation of color #9C0E6F: hue angle of 319.01º 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 #9C0E6F is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 14 | 111 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.39 |
| HSL | 319.01º | 0.84% | 0.33% | - |
| HSV(B) | 319.01º | 0.91% | 0.61% | - |
| XYZ | 16.74 | 8.53 | 15.8 | - |
| YUV | 67.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 111 | 0 | 0.91 | 0.29 | 0.39 | 319.01 | 0.84 | 0.33 |
| Hex | 9C | E | 6F | 0 | 5B | 1D | 27 | 13F | 54 | 21 |
| Octal | 234 | 16 | 157 | 0 | 133 | 35 | 47 | 477 | 124 | 41 |
| Binary | 10011100 | 1110 | 1101111 | 0 | 1011011 | 11101 | 100111 | 100111111 | 1010100 | 100001 |
Color Harmonies of #9C0E6F
Complementary color
Monochromatic Colors of #9C0E6F
Black with #9C0E6F
Text Example
Text Example
White with #9C0E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0E6F; }
p { color: rgb(156,14,111); }
H1.HeaderClassName
{
color: #9C0E6F;
}
.AnyTagClassName
{
color: #9C0E6F;
}
</style>
background-color css
<style>
a { background-color: #9C0E6F; }
a { background-color: rgb(156,14,111); }
div.DivClassName
{
background-color: #9C0E6F;
}
.BgClassName
{
background-color: #9C0E6F;
}
</style>
border-color css
<style>
span { border-color: #9C0E6F; }
span { border-color: rgb(156,14,111); }
td.TdClassName
{
border-color: #9C0E6F;
}
.TagClassName
{
border-color: #9C0E6F;
}
</style>