Shades of Eggplant #9C0F70
Tints of Eggplant #9C0F70
RGB
CMYK
RGB Variations
Color information
#9C0F70 (or 0x9C0F70) is known color: Eggplant. HEX triplet: 9C, 0F and 70. RGB value is (156,15,112). Sum of RGB (Red+Green+Blue) = 156+15+112=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0F70 is #63F08F. Grayscale: #434343. Windows color (decimal): -6549648 or 7344028. OLE color: 7344028.
HSL color Cylindrical-coordinate representation of color #9C0F70: hue angle of 318.72º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F70 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 112 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.39 |
| HSL | 318.72º | 0.82% | 0.34% | - |
| HSV(B) | 318.72º | 0.9% | 0.61% | - |
| XYZ | 16.81 | 8.58 | 16.1 | - |
| YUV | 68.22 | 152.71 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 112 | 0 | 0.90 | 0.28 | 0.39 | 318.72 | 0.82 | 0.34 |
| Hex | 9C | F | 70 | 0 | 5A | 1C | 27 | 13F | 52 | 22 |
| Octal | 234 | 17 | 160 | 0 | 132 | 34 | 47 | 477 | 122 | 42 |
| Binary | 10011100 | 1111 | 1110000 | 0 | 1011010 | 11100 | 100111 | 100111111 | 1010010 | 100010 |
Color Harmonies of #9C0F70
Complementary color
Monochromatic Colors of #9C0F70
Black with #9C0F70
Text Example
Text Example
White with #9C0F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F70; }
p { color: rgb(156,15,112); }
H1.HeaderClassName
{
color: #9C0F70;
}
.AnyTagClassName
{
color: #9C0F70;
}
</style>
background-color css
<style>
a { background-color: #9C0F70; }
a { background-color: rgb(156,15,112); }
div.DivClassName
{
background-color: #9C0F70;
}
.BgClassName
{
background-color: #9C0F70;
}
</style>
border-color css
<style>
span { border-color: #9C0F70; }
span { border-color: rgb(156,15,112); }
td.TdClassName
{
border-color: #9C0F70;
}
.TagClassName
{
border-color: #9C0F70;
}
</style>