Shades of Eggplant #8C0955
Tints of Eggplant #8C0955
RGB
CMYK
RGB Variations
Color information
#8C0955 (or 0x8C0955) is known color: Eggplant. HEX triplet: 8C, 09 and 55. RGB value is (140,9,85). Sum of RGB (Red+Green+Blue) = 140+9+85=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0955 is #73F6AA. Grayscale: #383838. Windows color (decimal): -7599787 or 5573004. OLE color: 5573004.
HSL color Cylindrical-coordinate representation of color #8C0955: hue angle of 325.19º 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 #8C0955 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 85 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.45 |
| HSL | 325.19º | 0.88% | 0.29% | - |
| HSV(B) | 325.19º | 0.94% | 0.55% | - |
| XYZ | 12.55 | 6.43 | 9.17 | - |
| YUV | 56.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 85 | 0 | 0.94 | 0.39 | 0.45 | 325.19 | 0.88 | 0.29 |
| Hex | 8C | 9 | 55 | 0 | 5E | 27 | 2D | 145 | 58 | 1D |
| Octal | 214 | 11 | 125 | 0 | 136 | 47 | 55 | 505 | 130 | 35 |
| Binary | 10001100 | 1001 | 1010101 | 0 | 1011110 | 100111 | 101101 | 101000101 | 1011000 | 11101 |
Color Harmonies of #8C0955
Complementary color
Monochromatic Colors of #8C0955
Black with #8C0955
Text Example
Text Example
White with #8C0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0955; }
p { color: rgb(140,9,85); }
H1.HeaderClassName
{
color: #8C0955;
}
.AnyTagClassName
{
color: #8C0955;
}
</style>
background-color css
<style>
a { background-color: #8C0955; }
a { background-color: rgb(140,9,85); }
div.DivClassName
{
background-color: #8C0955;
}
.BgClassName
{
background-color: #8C0955;
}
</style>
border-color css
<style>
span { border-color: #8C0955; }
span { border-color: rgb(140,9,85); }
td.TdClassName
{
border-color: #8C0955;
}
.TagClassName
{
border-color: #8C0955;
}
</style>