Shades of Eggplant #8C095E
Tints of Eggplant #8C095E
RGB
CMYK
RGB Variations
Color information
#8C095E (or 0x8C095E) is known color: Eggplant. HEX triplet: 8C, 09 and 5E. RGB value is (140,9,94). Sum of RGB (Red+Green+Blue) = 140+9+94=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C095E is #73F6A1. Grayscale: #393939. Windows color (decimal): -7599778 or 6162828. OLE color: 6162828.
HSL color Cylindrical-coordinate representation of color #8C095E: hue angle of 321.07º 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 #8C095E is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 94 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.45 |
| HSL | 321.07º | 0.88% | 0.29% | - |
| HSV(B) | 321.07º | 0.94% | 0.55% | - |
| XYZ | 12.93 | 6.58 | 11.18 | - |
| YUV | 57.86 | 148.4 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 94 | 0 | 0.94 | 0.33 | 0.45 | 321.07 | 0.88 | 0.29 |
| Hex | 8C | 9 | 5E | 0 | 5E | 21 | 2D | 141 | 58 | 1D |
| Octal | 214 | 11 | 136 | 0 | 136 | 41 | 55 | 501 | 130 | 35 |
| Binary | 10001100 | 1001 | 1011110 | 0 | 1011110 | 100001 | 101101 | 101000001 | 1011000 | 11101 |
Color Harmonies of #8C095E
Complementary color
Monochromatic Colors of #8C095E
Black with #8C095E
Text Example
Text Example
White with #8C095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C095E; }
p { color: rgb(140,9,94); }
H1.HeaderClassName
{
color: #8C095E;
}
.AnyTagClassName
{
color: #8C095E;
}
</style>
background-color css
<style>
a { background-color: #8C095E; }
a { background-color: rgb(140,9,94); }
div.DivClassName
{
background-color: #8C095E;
}
.BgClassName
{
background-color: #8C095E;
}
</style>
border-color css
<style>
span { border-color: #8C095E; }
span { border-color: rgb(140,9,94); }
td.TdClassName
{
border-color: #8C095E;
}
.TagClassName
{
border-color: #8C095E;
}
</style>