Shades of Eggplant #9C0A63
Tints of Eggplant #9C0A63
RGB
CMYK
RGB Variations
Color information
#9C0A63 (or 0x9C0A63) is known color: Eggplant. HEX triplet: 9C, 0A and 63. RGB value is (156,10,99). Sum of RGB (Red+Green+Blue) = 156+10+99=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0A63 is #63F59C. Grayscale: #3F3F3F. Windows color (decimal): -6550941 or 6490780. OLE color: 6490780.
HSL color Cylindrical-coordinate representation of color #9C0A63: hue angle of 323.42º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0A63 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 10 | 99 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.39 |
| HSL | 323.42º | 0.88% | 0.33% | - |
| HSV(B) | 323.42º | 0.94% | 0.61% | - |
| XYZ | 16.07 | 8.19 | 12.54 | - |
| YUV | 63.8 | 147.87 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 99 | 0 | 0.94 | 0.37 | 0.39 | 323.42 | 0.88 | 0.33 |
| Hex | 9C | A | 63 | 0 | 5E | 25 | 27 | 143 | 58 | 21 |
| Octal | 234 | 12 | 143 | 0 | 136 | 45 | 47 | 503 | 130 | 41 |
| Binary | 10011100 | 1010 | 1100011 | 0 | 1011110 | 100101 | 100111 | 101000011 | 1011000 | 100001 |
Color Harmonies of #9C0A63
Complementary color
Monochromatic Colors of #9C0A63
Black with #9C0A63
Text Example
Text Example
White with #9C0A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0A63; }
p { color: rgb(156,10,99); }
H1.HeaderClassName
{
color: #9C0A63;
}
.AnyTagClassName
{
color: #9C0A63;
}
</style>
background-color css
<style>
a { background-color: #9C0A63; }
a { background-color: rgb(156,10,99); }
div.DivClassName
{
background-color: #9C0A63;
}
.BgClassName
{
background-color: #9C0A63;
}
</style>
border-color css
<style>
span { border-color: #9C0A63; }
span { border-color: rgb(156,10,99); }
td.TdClassName
{
border-color: #9C0A63;
}
.TagClassName
{
border-color: #9C0A63;
}
</style>