Shades of Eggplant #8C0159
Tints of Eggplant #8C0159
RGB
CMYK
RGB Variations
Color information
#8C0159 (or 0x8C0159) is known color: Eggplant. HEX triplet: 8C, 01 and 59. RGB value is (140,1,89). Sum of RGB (Red+Green+Blue) = 140+1+89=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0159 is #73FEA6. Grayscale: #343434. Windows color (decimal): -7601831 or 5833100. OLE color: 5833100.
HSL color Cylindrical-coordinate representation of color #8C0159: hue angle of 322.01º 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 #8C0159 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.45 |
| HSL | 322.01º | 0.99% | 0.28% | - |
| HSV(B) | 322.01º | 0.99% | 0.55% | - |
| XYZ | 12.63 | 6.32 | 10.01 | - |
| YUV | 52.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 89 | 0 | 0.99 | 0.36 | 0.45 | 322.01 | 0.99 | 0.28 |
| Hex | 8C | 1 | 59 | 0 | 63 | 24 | 2D | 142 | 63 | 1C |
| Octal | 214 | 1 | 131 | 0 | 143 | 44 | 55 | 502 | 143 | 34 |
| Binary | 10001100 | 1 | 1011001 | 0 | 1100011 | 100100 | 101101 | 101000010 | 1100011 | 11100 |
Color Harmonies of #8C0159
Complementary color
Monochromatic Colors of #8C0159
Black with #8C0159
Text Example
Text Example
White with #8C0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0159; }
p { color: rgb(140,1,89); }
H1.HeaderClassName
{
color: #8C0159;
}
.AnyTagClassName
{
color: #8C0159;
}
</style>
background-color css
<style>
a { background-color: #8C0159; }
a { background-color: rgb(140,1,89); }
div.DivClassName
{
background-color: #8C0159;
}
.BgClassName
{
background-color: #8C0159;
}
</style>
border-color css
<style>
span { border-color: #8C0159; }
span { border-color: rgb(140,1,89); }
td.TdClassName
{
border-color: #8C0159;
}
.TagClassName
{
border-color: #8C0159;
}
</style>