Shades of Eggplant #8C015E
Tints of Eggplant #8C015E
RGB
CMYK
RGB Variations
Color information
#8C015E (or 0x8C015E) is known color: Eggplant. HEX triplet: 8C, 01 and 5E. RGB value is (140,1,94). Sum of RGB (Red+Green+Blue) = 140+1+94=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C015E is #73FEA1. Grayscale: #343434. Windows color (decimal): -7601826 or 6160780. OLE color: 6160780.
HSL color Cylindrical-coordinate representation of color #8C015E: hue angle of 319.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C015E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.45 |
| HSL | 319.86º | 0.99% | 0.28% | - |
| HSV(B) | 319.86º | 0.99% | 0.55% | - |
| XYZ | 12.85 | 6.41 | 11.15 | - |
| YUV | 53.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 94 | 0 | 0.99 | 0.33 | 0.45 | 319.86 | 0.99 | 0.28 |
| Hex | 8C | 1 | 5E | 0 | 63 | 21 | 2D | 140 | 63 | 1C |
| Octal | 214 | 1 | 136 | 0 | 143 | 41 | 55 | 500 | 143 | 34 |
| Binary | 10001100 | 1 | 1011110 | 0 | 1100011 | 100001 | 101101 | 101000000 | 1100011 | 11100 |
Color Harmonies of #8C015E
Complementary color
Monochromatic Colors of #8C015E
Black with #8C015E
Text Example
Text Example
White with #8C015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C015E; }
p { color: rgb(140,1,94); }
H1.HeaderClassName
{
color: #8C015E;
}
.AnyTagClassName
{
color: #8C015E;
}
</style>
background-color css
<style>
a { background-color: #8C015E; }
a { background-color: rgb(140,1,94); }
div.DivClassName
{
background-color: #8C015E;
}
.BgClassName
{
background-color: #8C015E;
}
</style>
border-color css
<style>
span { border-color: #8C015E; }
span { border-color: rgb(140,1,94); }
td.TdClassName
{
border-color: #8C015E;
}
.TagClassName
{
border-color: #8C015E;
}
</style>