Shades of Eggplant #9C0675
Tints of Eggplant #9C0675
RGB
CMYK
RGB Variations
Color information
#9C0675 (or 0x9C0675) is known color: Eggplant. HEX triplet: 9C, 06 and 75. RGB value is (156,6,117). Sum of RGB (Red+Green+Blue) = 156+6+117=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0675 is #63F98A. Grayscale: #3F3F3F. Windows color (decimal): -6551947 or 7669404. OLE color: 7669404.
HSL color Cylindrical-coordinate representation of color #9C0675: hue angle of 315.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0675 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 117 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.39 |
| HSL | 315.6º | 0.93% | 0.32% | - |
| HSV(B) | 315.6º | 0.96% | 0.61% | - |
| XYZ | 16.99 | 8.48 | 17.57 | - |
| YUV | 63.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 117 | 0 | 0.96 | 0.25 | 0.39 | 315.6 | 0.93 | 0.32 |
| Hex | 9C | 6 | 75 | 0 | 60 | 19 | 27 | 13C | 5D | 20 |
| Octal | 234 | 6 | 165 | 0 | 140 | 31 | 47 | 474 | 135 | 40 |
| Binary | 10011100 | 110 | 1110101 | 0 | 1100000 | 11001 | 100111 | 100111100 | 1011101 | 100000 |
Color Harmonies of #9C0675
Complementary color
Monochromatic Colors of #9C0675
Black with #9C0675
Text Example
Text Example
White with #9C0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0675; }
p { color: rgb(156,6,117); }
H1.HeaderClassName
{
color: #9C0675;
}
.AnyTagClassName
{
color: #9C0675;
}
</style>
background-color css
<style>
a { background-color: #9C0675; }
a { background-color: rgb(156,6,117); }
div.DivClassName
{
background-color: #9C0675;
}
.BgClassName
{
background-color: #9C0675;
}
</style>
border-color css
<style>
span { border-color: #9C0675; }
span { border-color: rgb(156,6,117); }
td.TdClassName
{
border-color: #9C0675;
}
.TagClassName
{
border-color: #9C0675;
}
</style>