Shades of Eggplant #8C005B
Tints of Eggplant #8C005B
RGB
CMYK
RGB Variations
Color information
#8C005B (or 0x8C005B) is known color: Eggplant. HEX triplet: 8C, 00 and 5B. RGB value is (140,0,91). Sum of RGB (Red+Green+Blue) = 140+0+91=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C005B is #73FFA4. Grayscale: #343434. Windows color (decimal): -7602085 or 5963916. OLE color: 5963916.
HSL color Cylindrical-coordinate representation of color #8C005B: hue angle of 321º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C005B is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.35 | 0.45 |
| HSL | 321º | 1% | 0.27% | - |
| HSV(B) | 321º | 1% | 0.55% | - |
| XYZ | 12.7 | 6.33 | 10.45 | - |
| YUV | 52.23 | 149.88 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 91 | 0 | 1 | 0.35 | 0.45 | 321 | 1 | 0.27 |
| Hex | 8C | 0 | 5B | 0 | 64 | 23 | 2D | 141 | 64 | 1B |
| Octal | 214 | 0 | 133 | 0 | 144 | 43 | 55 | 501 | 144 | 33 |
| Binary | 10001100 | 0 | 1011011 | 0 | 1100100 | 100011 | 101101 | 101000001 | 1100100 | 11011 |
Color Harmonies of #8C005B
Complementary color
Monochromatic Colors of #8C005B
Black with #8C005B
Text Example
Text Example
White with #8C005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C005B; }
p { color: rgb(140,0,91); }
H1.HeaderClassName
{
color: #8C005B;
}
.AnyTagClassName
{
color: #8C005B;
}
</style>
background-color css
<style>
a { background-color: #8C005B; }
a { background-color: rgb(140,0,91); }
div.DivClassName
{
background-color: #8C005B;
}
.BgClassName
{
background-color: #8C005B;
}
</style>
border-color css
<style>
span { border-color: #8C005B; }
span { border-color: rgb(140,0,91); }
td.TdClassName
{
border-color: #8C005B;
}
.TagClassName
{
border-color: #8C005B;
}
</style>