Shades of Eggplant #8C025A
Tints of Eggplant #8C025A
RGB
CMYK
RGB Variations
Color information
#8C025A (or 0x8C025A) is known color: Eggplant. HEX triplet: 8C, 02 and 5A. RGB value is (140,2,90). Sum of RGB (Red+Green+Blue) = 140+2+90=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C025A is #73FDA5. Grayscale: #353535. Windows color (decimal): -7601574 or 5898892. OLE color: 5898892.
HSL color Cylindrical-coordinate representation of color #8C025A: hue angle of 321.74º degrees, saturation: 0.97, 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 #8C025A is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.45 |
| HSL | 321.74º | 0.97% | 0.28% | - |
| HSV(B) | 321.74º | 0.99% | 0.55% | - |
| XYZ | 12.68 | 6.36 | 10.23 | - |
| YUV | 53.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 90 | 0 | 0.99 | 0.36 | 0.45 | 321.74 | 0.97 | 0.28 |
| Hex | 8C | 2 | 5A | 0 | 63 | 24 | 2D | 142 | 61 | 1C |
| Octal | 214 | 2 | 132 | 0 | 143 | 44 | 55 | 502 | 141 | 34 |
| Binary | 10001100 | 10 | 1011010 | 0 | 1100011 | 100100 | 101101 | 101000010 | 1100001 | 11100 |
Color Harmonies of #8C025A
Complementary color
Monochromatic Colors of #8C025A
Black with #8C025A
Text Example
Text Example
White with #8C025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C025A; }
p { color: rgb(140,2,90); }
H1.HeaderClassName
{
color: #8C025A;
}
.AnyTagClassName
{
color: #8C025A;
}
</style>
background-color css
<style>
a { background-color: #8C025A; }
a { background-color: rgb(140,2,90); }
div.DivClassName
{
background-color: #8C025A;
}
.BgClassName
{
background-color: #8C025A;
}
</style>
border-color css
<style>
span { border-color: #8C025A; }
span { border-color: rgb(140,2,90); }
td.TdClassName
{
border-color: #8C025A;
}
.TagClassName
{
border-color: #8C025A;
}
</style>