Shades of Eggplant #9C0870
Tints of Eggplant #9C0870
RGB
CMYK
RGB Variations
Color information
#9C0870 (or 0x9C0870) is known color: Eggplant. HEX triplet: 9C, 08 and 70. RGB value is (156,8,112). Sum of RGB (Red+Green+Blue) = 156+8+112=276 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.52% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0870 is #63F78F. Grayscale: #3F3F3F. Windows color (decimal): -6551440 or 7342236. OLE color: 7342236.
HSL color Cylindrical-coordinate representation of color #9C0870: hue angle of 317.84º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0870 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 112 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.39 |
| HSL | 317.84º | 0.9% | 0.32% | - |
| HSV(B) | 317.84º | 0.95% | 0.61% | - |
| XYZ | 16.72 | 8.41 | 16.07 | - |
| YUV | 64.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 112 | 0 | 0.95 | 0.28 | 0.39 | 317.84 | 0.9 | 0.32 |
| Hex | 9C | 8 | 70 | 0 | 5F | 1C | 27 | 13E | 5A | 20 |
| Octal | 234 | 10 | 160 | 0 | 137 | 34 | 47 | 476 | 132 | 40 |
| Binary | 10011100 | 1000 | 1110000 | 0 | 1011111 | 11100 | 100111 | 100111110 | 1011010 | 100000 |
Color Harmonies of #9C0870
Complementary color
Monochromatic Colors of #9C0870
Black with #9C0870
Text Example
Text Example
White with #9C0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0870; }
p { color: rgb(156,8,112); }
H1.HeaderClassName
{
color: #9C0870;
}
.AnyTagClassName
{
color: #9C0870;
}
</style>
background-color css
<style>
a { background-color: #9C0870; }
a { background-color: rgb(156,8,112); }
div.DivClassName
{
background-color: #9C0870;
}
.BgClassName
{
background-color: #9C0870;
}
</style>
border-color css
<style>
span { border-color: #9C0870; }
span { border-color: rgb(156,8,112); }
td.TdClassName
{
border-color: #9C0870;
}
.TagClassName
{
border-color: #9C0870;
}
</style>