Shades of Eggplant #9C1872
Tints of Eggplant #9C1872
RGB
CMYK
RGB Variations
Color information
#9C1872 (or 0x9C1872) is known color: Eggplant. HEX triplet: 9C, 18 and 72. RGB value is (156,24,114). Sum of RGB (Red+Green+Blue) = 156+24+114=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1872 is #63E78D. Grayscale: #494949. Windows color (decimal): -6547342 or 7477404. OLE color: 7477404.
HSL color Cylindrical-coordinate representation of color #9C1872: hue angle of 319.09º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1872 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 114 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.39 |
| HSL | 319.09º | 0.73% | 0.35% | - |
| HSV(B) | 319.09º | 0.85% | 0.61% | - |
| XYZ | 17.07 | 8.94 | 16.74 | - |
| YUV | 73.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 114 | 0 | 0.85 | 0.27 | 0.39 | 319.09 | 0.73 | 0.35 |
| Hex | 9C | 18 | 72 | 0 | 55 | 1B | 27 | 13F | 49 | 23 |
| Octal | 234 | 30 | 162 | 0 | 125 | 33 | 47 | 477 | 111 | 43 |
| Binary | 10011100 | 11000 | 1110010 | 0 | 1010101 | 11011 | 100111 | 100111111 | 1001001 | 100011 |
Color Harmonies of #9C1872
Complementary color
Monochromatic Colors of #9C1872
Black with #9C1872
Text Example
Text Example
White with #9C1872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1872; }
p { color: rgb(156,24,114); }
H1.HeaderClassName
{
color: #9C1872;
}
.AnyTagClassName
{
color: #9C1872;
}
</style>
background-color css
<style>
a { background-color: #9C1872; }
a { background-color: rgb(156,24,114); }
div.DivClassName
{
background-color: #9C1872;
}
.BgClassName
{
background-color: #9C1872;
}
</style>
border-color css
<style>
span { border-color: #9C1872; }
span { border-color: rgb(156,24,114); }
td.TdClassName
{
border-color: #9C1872;
}
.TagClassName
{
border-color: #9C1872;
}
</style>