Shades of Eggplant #9C106A
Tints of Eggplant #9C106A
RGB
CMYK
RGB Variations
Color information
#9C106A (or 0x9C106A) is known color: Eggplant. HEX triplet: 9C, 10 and 6A. RGB value is (156,16,106). Sum of RGB (Red+Green+Blue) = 156+16+106=278 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.12% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 156 - color contains mainly: red. Hex color #9C106A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C106A is #63EF95. Grayscale: #434343. Windows color (decimal): -6549398 or 6951068. OLE color: 6951068.
HSL color Cylindrical-coordinate representation of color #9C106A: hue angle of 321.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C106A is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 16 | 106 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.39 |
| HSL | 321.43º | 0.81% | 0.34% | - |
| HSV(B) | 321.43º | 0.9% | 0.61% | - |
| XYZ | 16.5 | 8.48 | 14.4 | - |
| YUV | 68.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 106 | 0 | 0.90 | 0.32 | 0.39 | 321.43 | 0.81 | 0.34 |
| Hex | 9C | 10 | 6A | 0 | 5A | 20 | 27 | 141 | 51 | 22 |
| Octal | 234 | 20 | 152 | 0 | 132 | 40 | 47 | 501 | 121 | 42 |
| Binary | 10011100 | 10000 | 1101010 | 0 | 1011010 | 100000 | 100111 | 101000001 | 1010001 | 100010 |
Color Harmonies of #9C106A
Complementary color
Monochromatic Colors of #9C106A
Black with #9C106A
Text Example
Text Example
White with #9C106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C106A; }
p { color: rgb(156,16,106); }
H1.HeaderClassName
{
color: #9C106A;
}
.AnyTagClassName
{
color: #9C106A;
}
</style>
background-color css
<style>
a { background-color: #9C106A; }
a { background-color: rgb(156,16,106); }
div.DivClassName
{
background-color: #9C106A;
}
.BgClassName
{
background-color: #9C106A;
}
</style>
border-color css
<style>
span { border-color: #9C106A; }
span { border-color: rgb(156,16,106); }
td.TdClassName
{
border-color: #9C106A;
}
.TagClassName
{
border-color: #9C106A;
}
</style>