Shades of Eggplant #8C055B
Tints of Eggplant #8C055B
RGB
CMYK
RGB Variations
Color information
#8C055B (or 0x8C055B) is known color: Eggplant. HEX triplet: 8C, 05 and 5B. RGB value is (140,5,91). Sum of RGB (Red+Green+Blue) = 140+5+91=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C055B is #73FAA4. Grayscale: #363636. Windows color (decimal): -7600805 or 5965196. OLE color: 5965196.
HSL color Cylindrical-coordinate representation of color #8C055B: hue angle of 321.78º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C055B is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 91 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.45 |
| HSL | 321.78º | 0.93% | 0.28% | - |
| HSV(B) | 321.78º | 0.96% | 0.55% | - |
| XYZ | 12.76 | 6.44 | 10.47 | - |
| YUV | 55.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 91 | 0 | 0.96 | 0.35 | 0.45 | 321.78 | 0.93 | 0.28 |
| Hex | 8C | 5 | 5B | 0 | 60 | 23 | 2D | 142 | 5D | 1C |
| Octal | 214 | 5 | 133 | 0 | 140 | 43 | 55 | 502 | 135 | 34 |
| Binary | 10001100 | 101 | 1011011 | 0 | 1100000 | 100011 | 101101 | 101000010 | 1011101 | 11100 |
Color Harmonies of #8C055B
Complementary color
Monochromatic Colors of #8C055B
Black with #8C055B
Text Example
Text Example
White with #8C055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C055B; }
p { color: rgb(140,5,91); }
H1.HeaderClassName
{
color: #8C055B;
}
.AnyTagClassName
{
color: #8C055B;
}
</style>
background-color css
<style>
a { background-color: #8C055B; }
a { background-color: rgb(140,5,91); }
div.DivClassName
{
background-color: #8C055B;
}
.BgClassName
{
background-color: #8C055B;
}
</style>
border-color css
<style>
span { border-color: #8C055B; }
span { border-color: rgb(140,5,91); }
td.TdClassName
{
border-color: #8C055B;
}
.TagClassName
{
border-color: #8C055B;
}
</style>