Shades of Eggplant #9C0372
Tints of Eggplant #9C0372
RGB
CMYK
RGB Variations
Color information
#9C0372 (or 0x9C0372) is known color: Eggplant. HEX triplet: 9C, 03 and 72. RGB value is (156,3,114). Sum of RGB (Red+Green+Blue) = 156+3+114=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0372 is #63FC8D. Grayscale: #3D3D3D. Windows color (decimal): -6552718 or 7472028. OLE color: 7472028.
HSL color Cylindrical-coordinate representation of color #9C0372: hue angle of 316.47º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0372 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.39 |
| HSL | 316.47º | 0.96% | 0.31% | - |
| HSV(B) | 316.47º | 0.98% | 0.61% | - |
| XYZ | 16.78 | 8.35 | 16.65 | - |
| YUV | 61.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 114 | 0 | 0.98 | 0.27 | 0.39 | 316.47 | 0.96 | 0.31 |
| Hex | 9C | 3 | 72 | 0 | 62 | 1B | 27 | 13C | 60 | 1F |
| Octal | 234 | 3 | 162 | 0 | 142 | 33 | 47 | 474 | 140 | 37 |
| Binary | 10011100 | 11 | 1110010 | 0 | 1100010 | 11011 | 100111 | 100111100 | 1100000 | 11111 |
Color Harmonies of #9C0372
Complementary color
Monochromatic Colors of #9C0372
Black with #9C0372
Text Example
Text Example
White with #9C0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0372; }
p { color: rgb(156,3,114); }
H1.HeaderClassName
{
color: #9C0372;
}
.AnyTagClassName
{
color: #9C0372;
}
</style>
background-color css
<style>
a { background-color: #9C0372; }
a { background-color: rgb(156,3,114); }
div.DivClassName
{
background-color: #9C0372;
}
.BgClassName
{
background-color: #9C0372;
}
</style>
border-color css
<style>
span { border-color: #9C0372; }
span { border-color: rgb(156,3,114); }
td.TdClassName
{
border-color: #9C0372;
}
.TagClassName
{
border-color: #9C0372;
}
</style>