Shades of Eggplant #8C095C
Tints of Eggplant #8C095C
RGB
CMYK
RGB Variations
Color information
#8C095C (or 0x8C095C) is known color: Eggplant. HEX triplet: 8C, 09 and 5C. RGB value is (140,9,92). Sum of RGB (Red+Green+Blue) = 140+9+92=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C095C is #73F6A3. Grayscale: #393939. Windows color (decimal): -7599780 or 6031756. OLE color: 6031756.
HSL color Cylindrical-coordinate representation of color #8C095C: hue angle of 321.98º 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 #8C095C is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 92 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.45 |
| HSL | 321.98º | 0.88% | 0.29% | - |
| HSV(B) | 321.98º | 0.94% | 0.55% | - |
| XYZ | 12.84 | 6.54 | 10.71 | - |
| YUV | 57.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 92 | 0 | 0.94 | 0.34 | 0.45 | 321.98 | 0.88 | 0.29 |
| Hex | 8C | 9 | 5C | 0 | 5E | 22 | 2D | 142 | 58 | 1D |
| Octal | 214 | 11 | 134 | 0 | 136 | 42 | 55 | 502 | 130 | 35 |
| Binary | 10001100 | 1001 | 1011100 | 0 | 1011110 | 100010 | 101101 | 101000010 | 1011000 | 11101 |
Color Harmonies of #8C095C
Complementary color
Monochromatic Colors of #8C095C
Black with #8C095C
Text Example
Text Example
White with #8C095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C095C; }
p { color: rgb(140,9,92); }
H1.HeaderClassName
{
color: #8C095C;
}
.AnyTagClassName
{
color: #8C095C;
}
</style>
background-color css
<style>
a { background-color: #8C095C; }
a { background-color: rgb(140,9,92); }
div.DivClassName
{
background-color: #8C095C;
}
.BgClassName
{
background-color: #8C095C;
}
</style>
border-color css
<style>
span { border-color: #8C095C; }
span { border-color: rgb(140,9,92); }
td.TdClassName
{
border-color: #8C095C;
}
.TagClassName
{
border-color: #8C095C;
}
</style>