Shades of Eggplant #9C076B
Tints of Eggplant #9C076B
RGB
CMYK
RGB Variations
Color information
#9C076B (or 0x9C076B) is known color: Eggplant. HEX triplet: 9C, 07 and 6B. RGB value is (156,7,107). Sum of RGB (Red+Green+Blue) = 156+7+107=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C076B is #63F894. Grayscale: #3E3E3E. Windows color (decimal): -6551701 or 7014300. OLE color: 7014300.
HSL color Cylindrical-coordinate representation of color #9C076B: hue angle of 319.73º 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 #9C076B is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 107 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.39 |
| HSL | 319.73º | 0.91% | 0.32% | - |
| HSV(B) | 319.73º | 0.96% | 0.61% | - |
| XYZ | 16.44 | 8.28 | 14.64 | - |
| YUV | 62.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 107 | 0 | 0.96 | 0.31 | 0.39 | 319.73 | 0.91 | 0.32 |
| Hex | 9C | 7 | 6B | 0 | 60 | 1F | 27 | 140 | 5B | 20 |
| Octal | 234 | 7 | 153 | 0 | 140 | 37 | 47 | 500 | 133 | 40 |
| Binary | 10011100 | 111 | 1101011 | 0 | 1100000 | 11111 | 100111 | 101000000 | 1011011 | 100000 |
Color Harmonies of #9C076B
Complementary color
Monochromatic Colors of #9C076B
Black with #9C076B
Text Example
Text Example
White with #9C076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C076B; }
p { color: rgb(156,7,107); }
H1.HeaderClassName
{
color: #9C076B;
}
.AnyTagClassName
{
color: #9C076B;
}
</style>
background-color css
<style>
a { background-color: #9C076B; }
a { background-color: rgb(156,7,107); }
div.DivClassName
{
background-color: #9C076B;
}
.BgClassName
{
background-color: #9C076B;
}
</style>
border-color css
<style>
span { border-color: #9C076B; }
span { border-color: rgb(156,7,107); }
td.TdClassName
{
border-color: #9C076B;
}
.TagClassName
{
border-color: #9C076B;
}
</style>