Shades of Eggplant #8C095D
Tints of Eggplant #8C095D
RGB
CMYK
RGB Variations
Color information
#8C095D (or 0x8C095D) is known color: Eggplant. HEX triplet: 8C, 09 and 5D. RGB value is (140,9,93). Sum of RGB (Red+Green+Blue) = 140+9+93=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C095D is #73F6A2. Grayscale: #393939. Windows color (decimal): -7599779 or 6097292. OLE color: 6097292.
HSL color Cylindrical-coordinate representation of color #8C095D: hue angle of 321.53º 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 #8C095D is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 93 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.45 |
| HSL | 321.53º | 0.88% | 0.29% | - |
| HSV(B) | 321.53º | 0.94% | 0.55% | - |
| XYZ | 12.89 | 6.56 | 10.94 | - |
| YUV | 57.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 93 | 0 | 0.94 | 0.34 | 0.45 | 321.53 | 0.88 | 0.29 |
| Hex | 8C | 9 | 5D | 0 | 5E | 22 | 2D | 142 | 58 | 1D |
| Octal | 214 | 11 | 135 | 0 | 136 | 42 | 55 | 502 | 130 | 35 |
| Binary | 10001100 | 1001 | 1011101 | 0 | 1011110 | 100010 | 101101 | 101000010 | 1011000 | 11101 |
Color Harmonies of #8C095D
Complementary color
Monochromatic Colors of #8C095D
Black with #8C095D
Text Example
Text Example
White with #8C095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C095D; }
p { color: rgb(140,9,93); }
H1.HeaderClassName
{
color: #8C095D;
}
.AnyTagClassName
{
color: #8C095D;
}
</style>
background-color css
<style>
a { background-color: #8C095D; }
a { background-color: rgb(140,9,93); }
div.DivClassName
{
background-color: #8C095D;
}
.BgClassName
{
background-color: #8C095D;
}
</style>
border-color css
<style>
span { border-color: #8C095D; }
span { border-color: rgb(140,9,93); }
td.TdClassName
{
border-color: #8C095D;
}
.TagClassName
{
border-color: #8C095D;
}
</style>