Shades of Eggplant #8C0158
Tints of Eggplant #8C0158
RGB
CMYK
RGB Variations
Color information
#8C0158 (or 0x8C0158) is known color: Eggplant. HEX triplet: 8C, 01 and 58. RGB value is (140,1,88). Sum of RGB (Red+Green+Blue) = 140+1+88=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0158 is #73FEA7. Grayscale: #343434. Windows color (decimal): -7601832 or 5767564. OLE color: 5767564.
HSL color Cylindrical-coordinate representation of color #8C0158: hue angle of 322.45º 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 #8C0158 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 88 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.45 |
| HSL | 322.45º | 0.99% | 0.28% | - |
| HSV(B) | 322.45º | 0.99% | 0.55% | - |
| XYZ | 12.59 | 6.3 | 9.79 | - |
| YUV | 52.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 88 | 0 | 0.99 | 0.37 | 0.45 | 322.45 | 0.99 | 0.28 |
| Hex | 8C | 1 | 58 | 0 | 63 | 25 | 2D | 142 | 63 | 1C |
| Octal | 214 | 1 | 130 | 0 | 143 | 45 | 55 | 502 | 143 | 34 |
| Binary | 10001100 | 1 | 1011000 | 0 | 1100011 | 100101 | 101101 | 101000010 | 1100011 | 11100 |
Color Harmonies of #8C0158
Complementary color
Monochromatic Colors of #8C0158
Black with #8C0158
Text Example
Text Example
White with #8C0158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0158; }
p { color: rgb(140,1,88); }
H1.HeaderClassName
{
color: #8C0158;
}
.AnyTagClassName
{
color: #8C0158;
}
</style>
background-color css
<style>
a { background-color: #8C0158; }
a { background-color: rgb(140,1,88); }
div.DivClassName
{
background-color: #8C0158;
}
.BgClassName
{
background-color: #8C0158;
}
</style>
border-color css
<style>
span { border-color: #8C0158; }
span { border-color: rgb(140,1,88); }
td.TdClassName
{
border-color: #8C0158;
}
.TagClassName
{
border-color: #8C0158;
}
</style>