Shades of Eggplant #9C0360
Tints of Eggplant #9C0360
RGB
CMYK
RGB Variations
Color information
#9C0360 (or 0x9C0360) is known color: Eggplant. HEX triplet: 9C, 03 and 60. RGB value is (156,3,96). Sum of RGB (Red+Green+Blue) = 156+3+96=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0360 is #63FC9F. Grayscale: #3B3B3B. Windows color (decimal): -6552736 or 6292380. OLE color: 6292380.
HSL color Cylindrical-coordinate representation of color #9C0360: hue angle of 323.53º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0360 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 96 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.39 |
| HSL | 323.53º | 0.96% | 0.31% | - |
| HSV(B) | 323.53º | 0.98% | 0.61% | - |
| XYZ | 15.85 | 7.98 | 11.77 | - |
| YUV | 59.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 96 | 0 | 0.98 | 0.38 | 0.39 | 323.53 | 0.96 | 0.31 |
| Hex | 9C | 3 | 60 | 0 | 62 | 26 | 27 | 144 | 60 | 1F |
| Octal | 234 | 3 | 140 | 0 | 142 | 46 | 47 | 504 | 140 | 37 |
| Binary | 10011100 | 11 | 1100000 | 0 | 1100010 | 100110 | 100111 | 101000100 | 1100000 | 11111 |
Color Harmonies of #9C0360
Complementary color
Monochromatic Colors of #9C0360
Black with #9C0360
Text Example
Text Example
White with #9C0360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0360; }
p { color: rgb(156,3,96); }
H1.HeaderClassName
{
color: #9C0360;
}
.AnyTagClassName
{
color: #9C0360;
}
</style>
background-color css
<style>
a { background-color: #9C0360; }
a { background-color: rgb(156,3,96); }
div.DivClassName
{
background-color: #9C0360;
}
.BgClassName
{
background-color: #9C0360;
}
</style>
border-color css
<style>
span { border-color: #9C0360; }
span { border-color: rgb(156,3,96); }
td.TdClassName
{
border-color: #9C0360;
}
.TagClassName
{
border-color: #9C0360;
}
</style>