Shades of Eggplant #9C0562
Tints of Eggplant #9C0562
RGB
CMYK
RGB Variations
Color information
#9C0562 (or 0x9C0562) is known color: Eggplant. HEX triplet: 9C, 05 and 62. RGB value is (156,5,98). Sum of RGB (Red+Green+Blue) = 156+5+98=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0562 is #63FA9D. Grayscale: #3C3C3C. Windows color (decimal): -6552222 or 6423964. OLE color: 6423964.
HSL color Cylindrical-coordinate representation of color #9C0562: hue angle of 323.05º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0562 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 5 | 98 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.39 |
| HSL | 323.05º | 0.94% | 0.32% | - |
| HSV(B) | 323.05º | 0.97% | 0.61% | - |
| XYZ | 15.97 | 8.06 | 12.27 | - |
| YUV | 60.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 5 | 98 | 0 | 0.97 | 0.37 | 0.39 | 323.05 | 0.94 | 0.32 |
| Hex | 9C | 5 | 62 | 0 | 61 | 25 | 27 | 143 | 5E | 20 |
| Octal | 234 | 5 | 142 | 0 | 141 | 45 | 47 | 503 | 136 | 40 |
| Binary | 10011100 | 101 | 1100010 | 0 | 1100001 | 100101 | 100111 | 101000011 | 1011110 | 100000 |
Color Harmonies of #9C0562
Complementary color
Monochromatic Colors of #9C0562
Black with #9C0562
Text Example
Text Example
White with #9C0562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0562; }
p { color: rgb(156,5,98); }
H1.HeaderClassName
{
color: #9C0562;
}
.AnyTagClassName
{
color: #9C0562;
}
</style>
background-color css
<style>
a { background-color: #9C0562; }
a { background-color: rgb(156,5,98); }
div.DivClassName
{
background-color: #9C0562;
}
.BgClassName
{
background-color: #9C0562;
}
</style>
border-color css
<style>
span { border-color: #9C0562; }
span { border-color: rgb(156,5,98); }
td.TdClassName
{
border-color: #9C0562;
}
.TagClassName
{
border-color: #9C0562;
}
</style>