Shades of Eggplant #9C067C
Tints of Eggplant #9C067C
RGB
CMYK
RGB Variations
Color information
#9C067C (or 0x9C067C) is known color: Eggplant. HEX triplet: 9C, 06 and 7C. RGB value is (156,6,124). Sum of RGB (Red+Green+Blue) = 156+6+124=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C067C is #63F983. Grayscale: #3F3F3F. Windows color (decimal): -6551940 or 8128156. OLE color: 8128156.
HSL color Cylindrical-coordinate representation of color #9C067C: hue angle of 312.8º 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 #9C067C is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 124 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.39 |
| HSL | 312.8º | 0.93% | 0.32% | - |
| HSV(B) | 312.8º | 0.96% | 0.61% | - |
| XYZ | 17.41 | 8.65 | 19.82 | - |
| YUV | 64.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 124 | 0 | 0.96 | 0.21 | 0.39 | 312.8 | 0.93 | 0.32 |
| Hex | 9C | 6 | 7C | 0 | 60 | 15 | 27 | 139 | 5D | 20 |
| Octal | 234 | 6 | 174 | 0 | 140 | 25 | 47 | 471 | 135 | 40 |
| Binary | 10011100 | 110 | 1111100 | 0 | 1100000 | 10101 | 100111 | 100111001 | 1011101 | 100000 |
Color Harmonies of #9C067C
Complementary color
Monochromatic Colors of #9C067C
Black with #9C067C
Text Example
Text Example
White with #9C067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C067C; }
p { color: rgb(156,6,124); }
H1.HeaderClassName
{
color: #9C067C;
}
.AnyTagClassName
{
color: #9C067C;
}
</style>
background-color css
<style>
a { background-color: #9C067C; }
a { background-color: rgb(156,6,124); }
div.DivClassName
{
background-color: #9C067C;
}
.BgClassName
{
background-color: #9C067C;
}
</style>
border-color css
<style>
span { border-color: #9C067C; }
span { border-color: rgb(156,6,124); }
td.TdClassName
{
border-color: #9C067C;
}
.TagClassName
{
border-color: #9C067C;
}
</style>