Shades of Eggplant #9C0A7C
Tints of Eggplant #9C0A7C
RGB
CMYK
RGB Variations
Color information
#9C0A7C (or 0x9C0A7C) is known color: Eggplant. HEX triplet: 9C, 0A and 7C. RGB value is (156,10,124). Sum of RGB (Red+Green+Blue) = 156+10+124=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0A7C is #63F583. Grayscale: #424242. Windows color (decimal): -6550916 or 8129180. OLE color: 8129180.
HSL color Cylindrical-coordinate representation of color #9C0A7C: hue angle of 313.15º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0A7C is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 10 | 124 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.39 |
| HSL | 313.15º | 0.88% | 0.33% | - |
| HSV(B) | 313.15º | 0.94% | 0.61% | - |
| XYZ | 17.46 | 8.74 | 19.84 | - |
| YUV | 66.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 124 | 0 | 0.94 | 0.21 | 0.39 | 313.15 | 0.88 | 0.33 |
| Hex | 9C | A | 7C | 0 | 5E | 15 | 27 | 139 | 58 | 21 |
| Octal | 234 | 12 | 174 | 0 | 136 | 25 | 47 | 471 | 130 | 41 |
| Binary | 10011100 | 1010 | 1111100 | 0 | 1011110 | 10101 | 100111 | 100111001 | 1011000 | 100001 |
Color Harmonies of #9C0A7C
Complementary color
Monochromatic Colors of #9C0A7C
Black with #9C0A7C
Text Example
Text Example
White with #9C0A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0A7C; }
p { color: rgb(156,10,124); }
H1.HeaderClassName
{
color: #9C0A7C;
}
.AnyTagClassName
{
color: #9C0A7C;
}
</style>
background-color css
<style>
a { background-color: #9C0A7C; }
a { background-color: rgb(156,10,124); }
div.DivClassName
{
background-color: #9C0A7C;
}
.BgClassName
{
background-color: #9C0A7C;
}
</style>
border-color css
<style>
span { border-color: #9C0A7C; }
span { border-color: rgb(156,10,124); }
td.TdClassName
{
border-color: #9C0A7C;
}
.TagClassName
{
border-color: #9C0A7C;
}
</style>