Shades of Eggplant #8C095A
Tints of Eggplant #8C095A
RGB
CMYK
RGB Variations
Color information
#8C095A (or 0x8C095A) is known color: Eggplant. HEX triplet: 8C, 09 and 5A. RGB value is (140,9,90). Sum of RGB (Red+Green+Blue) = 140+9+90=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C095A is #73F6A5. Grayscale: #393939. Windows color (decimal): -7599782 or 5900684. OLE color: 5900684.
HSL color Cylindrical-coordinate representation of color #8C095A: hue angle of 322.9º 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 #8C095A is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 90 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.45 |
| HSL | 322.9º | 0.88% | 0.29% | - |
| HSV(B) | 322.9º | 0.94% | 0.55% | - |
| XYZ | 12.76 | 6.51 | 10.26 | - |
| YUV | 57.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 90 | 0 | 0.94 | 0.36 | 0.45 | 322.9 | 0.88 | 0.29 |
| Hex | 8C | 9 | 5A | 0 | 5E | 24 | 2D | 143 | 58 | 1D |
| Octal | 214 | 11 | 132 | 0 | 136 | 44 | 55 | 503 | 130 | 35 |
| Binary | 10001100 | 1001 | 1011010 | 0 | 1011110 | 100100 | 101101 | 101000011 | 1011000 | 11101 |
Color Harmonies of #8C095A
Complementary color
Monochromatic Colors of #8C095A
Black with #8C095A
Text Example
Text Example
White with #8C095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C095A; }
p { color: rgb(140,9,90); }
H1.HeaderClassName
{
color: #8C095A;
}
.AnyTagClassName
{
color: #8C095A;
}
</style>
background-color css
<style>
a { background-color: #8C095A; }
a { background-color: rgb(140,9,90); }
div.DivClassName
{
background-color: #8C095A;
}
.BgClassName
{
background-color: #8C095A;
}
</style>
border-color css
<style>
span { border-color: #8C095A; }
span { border-color: rgb(140,9,90); }
td.TdClassName
{
border-color: #8C095A;
}
.TagClassName
{
border-color: #8C095A;
}
</style>