Shades of Eggplant #9C0270
Tints of Eggplant #9C0270
RGB
CMYK
RGB Variations
Color information
#9C0270 (or 0x9C0270) is known color: Eggplant. HEX triplet: 9C, 02 and 70. RGB value is (156,2,112). Sum of RGB (Red+Green+Blue) = 156+2+112=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0270 is #63FD8F. Grayscale: #3C3C3C. Windows color (decimal): -6552976 or 7340700. OLE color: 7340700.
HSL color Cylindrical-coordinate representation of color #9C0270: hue angle of 317.14º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0270 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.39 |
| HSL | 317.14º | 0.97% | 0.31% | - |
| HSV(B) | 317.14º | 0.99% | 0.61% | - |
| XYZ | 16.66 | 8.28 | 16.05 | - |
| YUV | 60.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 112 | 0 | 0.99 | 0.28 | 0.39 | 317.14 | 0.97 | 0.31 |
| Hex | 9C | 2 | 70 | 0 | 63 | 1C | 27 | 13D | 61 | 1F |
| Octal | 234 | 2 | 160 | 0 | 143 | 34 | 47 | 475 | 141 | 37 |
| Binary | 10011100 | 10 | 1110000 | 0 | 1100011 | 11100 | 100111 | 100111101 | 1100001 | 11111 |
Color Harmonies of #9C0270
Complementary color
Monochromatic Colors of #9C0270
Black with #9C0270
Text Example
Text Example
White with #9C0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0270; }
p { color: rgb(156,2,112); }
H1.HeaderClassName
{
color: #9C0270;
}
.AnyTagClassName
{
color: #9C0270;
}
</style>
background-color css
<style>
a { background-color: #9C0270; }
a { background-color: rgb(156,2,112); }
div.DivClassName
{
background-color: #9C0270;
}
.BgClassName
{
background-color: #9C0270;
}
</style>
border-color css
<style>
span { border-color: #9C0270; }
span { border-color: rgb(156,2,112); }
td.TdClassName
{
border-color: #9C0270;
}
.TagClassName
{
border-color: #9C0270;
}
</style>