Shades of Eggplant #9C0465
Tints of Eggplant #9C0465
RGB
CMYK
RGB Variations
Color information
#9C0465 (or 0x9C0465) is known color: Eggplant. HEX triplet: 9C, 04 and 65. RGB value is (156,4,101). Sum of RGB (Red+Green+Blue) = 156+4+101=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0465 is #63FB9A. Grayscale: #3C3C3C. Windows color (decimal): -6552475 or 6620316. OLE color: 6620316.
HSL color Cylindrical-coordinate representation of color #9C0465: hue angle of 321.71º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0465 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 4 | 101 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.39 |
| HSL | 321.71º | 0.95% | 0.31% | - |
| HSV(B) | 321.71º | 0.97% | 0.61% | - |
| XYZ | 16.1 | 8.09 | 13.03 | - |
| YUV | 60.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 101 | 0 | 0.97 | 0.35 | 0.39 | 321.71 | 0.95 | 0.31 |
| Hex | 9C | 4 | 65 | 0 | 61 | 23 | 27 | 142 | 5F | 1F |
| Octal | 234 | 4 | 145 | 0 | 141 | 43 | 47 | 502 | 137 | 37 |
| Binary | 10011100 | 100 | 1100101 | 0 | 1100001 | 100011 | 100111 | 101000010 | 1011111 | 11111 |
Color Harmonies of #9C0465
Complementary color
Monochromatic Colors of #9C0465
Black with #9C0465
Text Example
Text Example
White with #9C0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0465; }
p { color: rgb(156,4,101); }
H1.HeaderClassName
{
color: #9C0465;
}
.AnyTagClassName
{
color: #9C0465;
}
</style>
background-color css
<style>
a { background-color: #9C0465; }
a { background-color: rgb(156,4,101); }
div.DivClassName
{
background-color: #9C0465;
}
.BgClassName
{
background-color: #9C0465;
}
</style>
border-color css
<style>
span { border-color: #9C0465; }
span { border-color: rgb(156,4,101); }
td.TdClassName
{
border-color: #9C0465;
}
.TagClassName
{
border-color: #9C0465;
}
</style>