Shades of Eggplant #9C066C
Tints of Eggplant #9C066C
RGB
CMYK
RGB Variations
Color information
#9C066C (or 0x9C066C) is known color: Eggplant. HEX triplet: 9C, 06 and 6C. RGB value is (156,6,108). Sum of RGB (Red+Green+Blue) = 156+6+108=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C066C is #63F993. Grayscale: #3E3E3E. Windows color (decimal): -6551956 or 7079580. OLE color: 7079580.
HSL color Cylindrical-coordinate representation of color #9C066C: hue angle of 319.2º 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 #9C066C is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 108 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.39 |
| HSL | 319.2º | 0.93% | 0.32% | - |
| HSV(B) | 319.2º | 0.96% | 0.61% | - |
| XYZ | 16.48 | 8.28 | 14.92 | - |
| YUV | 62.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 108 | 0 | 0.96 | 0.31 | 0.39 | 319.2 | 0.93 | 0.32 |
| Hex | 9C | 6 | 6C | 0 | 60 | 1F | 27 | 13F | 5D | 20 |
| Octal | 234 | 6 | 154 | 0 | 140 | 37 | 47 | 477 | 135 | 40 |
| Binary | 10011100 | 110 | 1101100 | 0 | 1100000 | 11111 | 100111 | 100111111 | 1011101 | 100000 |
Color Harmonies of #9C066C
Complementary color
Monochromatic Colors of #9C066C
Black with #9C066C
Text Example
Text Example
White with #9C066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C066C; }
p { color: rgb(156,6,108); }
H1.HeaderClassName
{
color: #9C066C;
}
.AnyTagClassName
{
color: #9C066C;
}
</style>
background-color css
<style>
a { background-color: #9C066C; }
a { background-color: rgb(156,6,108); }
div.DivClassName
{
background-color: #9C066C;
}
.BgClassName
{
background-color: #9C066C;
}
</style>
border-color css
<style>
span { border-color: #9C066C; }
span { border-color: rgb(156,6,108); }
td.TdClassName
{
border-color: #9C066C;
}
.TagClassName
{
border-color: #9C066C;
}
</style>