Shades of Eggplant #8C096A
Tints of Eggplant #8C096A
RGB
CMYK
RGB Variations
Color information
#8C096A (or 0x8C096A) is known color: Eggplant. HEX triplet: 8C, 09 and 6A. RGB value is (140,9,106). Sum of RGB (Red+Green+Blue) = 140+9+106=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C096A is #73F695. Grayscale: #3A3A3A. Windows color (decimal): -7599766 or 6949260. OLE color: 6949260.
HSL color Cylindrical-coordinate representation of color #8C096A: hue angle of 315.57º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C096A is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 106 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.45 |
| HSL | 315.57º | 0.88% | 0.29% | - |
| HSV(B) | 315.57º | 0.94% | 0.55% | - |
| XYZ | 13.51 | 6.81 | 14.24 | - |
| YUV | 59.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 106 | 0 | 0.94 | 0.24 | 0.45 | 315.57 | 0.88 | 0.29 |
| Hex | 8C | 9 | 6A | 0 | 5E | 18 | 2D | 13C | 58 | 1D |
| Octal | 214 | 11 | 152 | 0 | 136 | 30 | 55 | 474 | 130 | 35 |
| Binary | 10001100 | 1001 | 1101010 | 0 | 1011110 | 11000 | 101101 | 100111100 | 1011000 | 11101 |
Color Harmonies of #8C096A
Complementary color
Monochromatic Colors of #8C096A
Black with #8C096A
Text Example
Text Example
White with #8C096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C096A; }
p { color: rgb(140,9,106); }
H1.HeaderClassName
{
color: #8C096A;
}
.AnyTagClassName
{
color: #8C096A;
}
</style>
background-color css
<style>
a { background-color: #8C096A; }
a { background-color: rgb(140,9,106); }
div.DivClassName
{
background-color: #8C096A;
}
.BgClassName
{
background-color: #8C096A;
}
</style>
border-color css
<style>
span { border-color: #8C096A; }
span { border-color: rgb(140,9,106); }
td.TdClassName
{
border-color: #8C096A;
}
.TagClassName
{
border-color: #8C096A;
}
</style>