Shades of Eggplant #9C0F78
Tints of Eggplant #9C0F78
RGB
CMYK
RGB Variations
Color information
#9C0F78 (or 0x9C0F78) is known color: Eggplant. HEX triplet: 9C, 0F and 78. RGB value is (156,15,120). Sum of RGB (Red+Green+Blue) = 156+15+120=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0F78 is #63F087. Grayscale: #444444. Windows color (decimal): -6549640 or 7868316. OLE color: 7868316.
HSL color Cylindrical-coordinate representation of color #9C0F78: hue angle of 315.32º 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 #9C0F78 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 120 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.39 |
| HSL | 315.32º | 0.82% | 0.34% | - |
| HSV(B) | 315.32º | 0.9% | 0.61% | - |
| XYZ | 17.27 | 8.77 | 18.55 | - |
| YUV | 69.13 | 156.71 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 120 | 0 | 0.90 | 0.23 | 0.39 | 315.32 | 0.82 | 0.34 |
| Hex | 9C | F | 78 | 0 | 5A | 17 | 27 | 13B | 52 | 22 |
| Octal | 234 | 17 | 170 | 0 | 132 | 27 | 47 | 473 | 122 | 42 |
| Binary | 10011100 | 1111 | 1111000 | 0 | 1011010 | 10111 | 100111 | 100111011 | 1010010 | 100010 |
Color Harmonies of #9C0F78
Complementary color
Monochromatic Colors of #9C0F78
Black with #9C0F78
Text Example
Text Example
White with #9C0F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F78; }
p { color: rgb(156,15,120); }
H1.HeaderClassName
{
color: #9C0F78;
}
.AnyTagClassName
{
color: #9C0F78;
}
</style>
background-color css
<style>
a { background-color: #9C0F78; }
a { background-color: rgb(156,15,120); }
div.DivClassName
{
background-color: #9C0F78;
}
.BgClassName
{
background-color: #9C0F78;
}
</style>
border-color css
<style>
span { border-color: #9C0F78; }
span { border-color: rgb(156,15,120); }
td.TdClassName
{
border-color: #9C0F78;
}
.TagClassName
{
border-color: #9C0F78;
}
</style>