Shades of Eggplant #9C0166
Tints of Eggplant #9C0166
RGB
CMYK
RGB Variations
Color information
#9C0166 (or 0x9C0166) is known color: Eggplant. HEX triplet: 9C, 01 and 66. RGB value is (156,1,102). Sum of RGB (Red+Green+Blue) = 156+1+102=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0166 is #63FE99. Grayscale: #3A3A3A. Windows color (decimal): -6553242 or 6685084. OLE color: 6685084.
HSL color Cylindrical-coordinate representation of color #9C0166: hue angle of 320.9º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0166 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.39 |
| HSL | 320.9º | 0.99% | 0.31% | - |
| HSV(B) | 320.9º | 0.99% | 0.61% | - |
| XYZ | 16.12 | 8.05 | 13.27 | - |
| YUV | 58.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 102 | 0 | 0.99 | 0.35 | 0.39 | 320.9 | 0.99 | 0.31 |
| Hex | 9C | 1 | 66 | 0 | 63 | 23 | 27 | 141 | 63 | 1F |
| Octal | 234 | 1 | 146 | 0 | 143 | 43 | 47 | 501 | 143 | 37 |
| Binary | 10011100 | 1 | 1100110 | 0 | 1100011 | 100011 | 100111 | 101000001 | 1100011 | 11111 |
Color Harmonies of #9C0166
Complementary color
Monochromatic Colors of #9C0166
Black with #9C0166
Text Example
Text Example
White with #9C0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0166; }
p { color: rgb(156,1,102); }
H1.HeaderClassName
{
color: #9C0166;
}
.AnyTagClassName
{
color: #9C0166;
}
</style>
background-color css
<style>
a { background-color: #9C0166; }
a { background-color: rgb(156,1,102); }
div.DivClassName
{
background-color: #9C0166;
}
.BgClassName
{
background-color: #9C0166;
}
</style>
border-color css
<style>
span { border-color: #9C0166; }
span { border-color: rgb(156,1,102); }
td.TdClassName
{
border-color: #9C0166;
}
.TagClassName
{
border-color: #9C0166;
}
</style>