Shades of Eggplant #9C1870
Tints of Eggplant #9C1870
RGB
CMYK
RGB Variations
Color information
#9C1870 (or 0x9C1870) is known color: Eggplant. HEX triplet: 9C, 18 and 70. RGB value is (156,24,112). Sum of RGB (Red+Green+Blue) = 156+24+112=292 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.42% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1870 is #63E78F. Grayscale: #494949. Windows color (decimal): -6547344 or 7346332. OLE color: 7346332.
HSL color Cylindrical-coordinate representation of color #9C1870: hue angle of 320º 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 #9C1870 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 112 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.39 |
| HSL | 320º | 0.73% | 0.35% | - |
| HSV(B) | 320º | 0.85% | 0.61% | - |
| XYZ | 16.96 | 8.89 | 16.15 | - |
| YUV | 73.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 112 | 0 | 0.85 | 0.28 | 0.39 | 320 | 0.73 | 0.35 |
| Hex | 9C | 18 | 70 | 0 | 55 | 1C | 27 | 140 | 49 | 23 |
| Octal | 234 | 30 | 160 | 0 | 125 | 34 | 47 | 500 | 111 | 43 |
| Binary | 10011100 | 11000 | 1110000 | 0 | 1010101 | 11100 | 100111 | 101000000 | 1001001 | 100011 |
Color Harmonies of #9C1870
Complementary color
Monochromatic Colors of #9C1870
Black with #9C1870
Text Example
Text Example
White with #9C1870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1870; }
p { color: rgb(156,24,112); }
H1.HeaderClassName
{
color: #9C1870;
}
.AnyTagClassName
{
color: #9C1870;
}
</style>
background-color css
<style>
a { background-color: #9C1870; }
a { background-color: rgb(156,24,112); }
div.DivClassName
{
background-color: #9C1870;
}
.BgClassName
{
background-color: #9C1870;
}
</style>
border-color css
<style>
span { border-color: #9C1870; }
span { border-color: rgb(156,24,112); }
td.TdClassName
{
border-color: #9C1870;
}
.TagClassName
{
border-color: #9C1870;
}
</style>