Shades of Eggplant #9C0766
Tints of Eggplant #9C0766
RGB
CMYK
RGB Variations
Color information
#9C0766 (or 0x9C0766) is known color: Eggplant. HEX triplet: 9C, 07 and 66. RGB value is (156,7,102). Sum of RGB (Red+Green+Blue) = 156+7+102=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0766 is #63F899. Grayscale: #3E3E3E. Windows color (decimal): -6551706 or 6686620. OLE color: 6686620.
HSL color Cylindrical-coordinate representation of color #9C0766: hue angle of 321.74º 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 #9C0766 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 102 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.39 |
| HSL | 321.75º | 0.91% | 0.32% | - |
| HSV(B) | 321.75º | 0.96% | 0.61% | - |
| XYZ | 16.18 | 8.18 | 13.3 | - |
| YUV | 62.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 102 | 0 | 0.96 | 0.35 | 0.39 | 321.75 | 0.91 | 0.32 |
| Hex | 9C | 7 | 66 | 0 | 60 | 23 | 27 | 142 | 5B | 20 |
| Octal | 234 | 7 | 146 | 0 | 140 | 43 | 47 | 502 | 133 | 40 |
| Binary | 10011100 | 111 | 1100110 | 0 | 1100000 | 100011 | 100111 | 101000010 | 1011011 | 100000 |
Color Harmonies of #9C0766
Complementary color
Monochromatic Colors of #9C0766
Black with #9C0766
Text Example
Text Example
White with #9C0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0766; }
p { color: rgb(156,7,102); }
H1.HeaderClassName
{
color: #9C0766;
}
.AnyTagClassName
{
color: #9C0766;
}
</style>
background-color css
<style>
a { background-color: #9C0766; }
a { background-color: rgb(156,7,102); }
div.DivClassName
{
background-color: #9C0766;
}
.BgClassName
{
background-color: #9C0766;
}
</style>
border-color css
<style>
span { border-color: #9C0766; }
span { border-color: rgb(156,7,102); }
td.TdClassName
{
border-color: #9C0766;
}
.TagClassName
{
border-color: #9C0766;
}
</style>