Shades of Eggplant #9C0A72
Tints of Eggplant #9C0A72
RGB
CMYK
RGB Variations
Color information
#9C0A72 (or 0x9C0A72) is known color: Eggplant. HEX triplet: 9C, 0A and 72. RGB value is (156,10,114). Sum of RGB (Red+Green+Blue) = 156+10+114=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0A72 is #63F58D. Grayscale: #414141. Windows color (decimal): -6550926 or 7473820. OLE color: 7473820.
HSL color Cylindrical-coordinate representation of color #9C0A72: hue angle of 317.26º 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 #9C0A72 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 10 | 114 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.39 |
| HSL | 317.26º | 0.88% | 0.33% | - |
| HSV(B) | 317.26º | 0.94% | 0.61% | - |
| XYZ | 16.86 | 8.5 | 16.67 | - |
| YUV | 65.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 114 | 0 | 0.94 | 0.27 | 0.39 | 317.26 | 0.88 | 0.33 |
| Hex | 9C | A | 72 | 0 | 5E | 1B | 27 | 13D | 58 | 21 |
| Octal | 234 | 12 | 162 | 0 | 136 | 33 | 47 | 475 | 130 | 41 |
| Binary | 10011100 | 1010 | 1110010 | 0 | 1011110 | 11011 | 100111 | 100111101 | 1011000 | 100001 |
Color Harmonies of #9C0A72
Complementary color
Monochromatic Colors of #9C0A72
Black with #9C0A72
Text Example
Text Example
White with #9C0A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0A72; }
p { color: rgb(156,10,114); }
H1.HeaderClassName
{
color: #9C0A72;
}
.AnyTagClassName
{
color: #9C0A72;
}
</style>
background-color css
<style>
a { background-color: #9C0A72; }
a { background-color: rgb(156,10,114); }
div.DivClassName
{
background-color: #9C0A72;
}
.BgClassName
{
background-color: #9C0A72;
}
</style>
border-color css
<style>
span { border-color: #9C0A72; }
span { border-color: rgb(156,10,114); }
td.TdClassName
{
border-color: #9C0A72;
}
.TagClassName
{
border-color: #9C0A72;
}
</style>