Shades of Eggplant #9C076E
Tints of Eggplant #9C076E
RGB
CMYK
RGB Variations
Color information
#9C076E (or 0x9C076E) is known color: Eggplant. HEX triplet: 9C, 07 and 6E. RGB value is (156,7,110). Sum of RGB (Red+Green+Blue) = 156+7+110=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C076E is #63F891. Grayscale: #3F3F3F. Windows color (decimal): -6551698 or 7210908. OLE color: 7210908.
HSL color Cylindrical-coordinate representation of color #9C076E: hue angle of 318.52º degrees, saturation: 0.91, 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 #9C076E is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 110 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.39 |
| HSL | 318.52º | 0.91% | 0.32% | - |
| HSV(B) | 318.52º | 0.96% | 0.61% | - |
| XYZ | 16.6 | 8.35 | 15.49 | - |
| YUV | 63.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 110 | 0 | 0.96 | 0.29 | 0.39 | 318.52 | 0.91 | 0.32 |
| Hex | 9C | 7 | 6E | 0 | 60 | 1D | 27 | 13F | 5B | 20 |
| Octal | 234 | 7 | 156 | 0 | 140 | 35 | 47 | 477 | 133 | 40 |
| Binary | 10011100 | 111 | 1101110 | 0 | 1100000 | 11101 | 100111 | 100111111 | 1011011 | 100000 |
Color Harmonies of #9C076E
Complementary color
Monochromatic Colors of #9C076E
Black with #9C076E
Text Example
Text Example
White with #9C076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C076E; }
p { color: rgb(156,7,110); }
H1.HeaderClassName
{
color: #9C076E;
}
.AnyTagClassName
{
color: #9C076E;
}
</style>
background-color css
<style>
a { background-color: #9C076E; }
a { background-color: rgb(156,7,110); }
div.DivClassName
{
background-color: #9C076E;
}
.BgClassName
{
background-color: #9C076E;
}
</style>
border-color css
<style>
span { border-color: #9C076E; }
span { border-color: rgb(156,7,110); }
td.TdClassName
{
border-color: #9C076E;
}
.TagClassName
{
border-color: #9C076E;
}
</style>