Shades of Eggplant #8C025C
Tints of Eggplant #8C025C
RGB
CMYK
RGB Variations
Color information
#8C025C (or 0x8C025C) is known color: Eggplant. HEX triplet: 8C, 02 and 5C. RGB value is (140,2,92). Sum of RGB (Red+Green+Blue) = 140+2+92=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C025C is #73FDA3. Grayscale: #353535. Windows color (decimal): -7601572 or 6029964. OLE color: 6029964.
HSL color Cylindrical-coordinate representation of color #8C025C: hue angle of 320.87º 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 #8C025C is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.45 |
| HSL | 320.87º | 0.97% | 0.28% | - |
| HSV(B) | 320.87º | 0.99% | 0.55% | - |
| XYZ | 12.77 | 6.39 | 10.69 | - |
| YUV | 53.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 92 | 0 | 0.99 | 0.34 | 0.45 | 320.87 | 0.97 | 0.28 |
| Hex | 8C | 2 | 5C | 0 | 63 | 22 | 2D | 141 | 61 | 1C |
| Octal | 214 | 2 | 134 | 0 | 143 | 42 | 55 | 501 | 141 | 34 |
| Binary | 10001100 | 10 | 1011100 | 0 | 1100011 | 100010 | 101101 | 101000001 | 1100001 | 11100 |
Color Harmonies of #8C025C
Complementary color
Monochromatic Colors of #8C025C
Black with #8C025C
Text Example
Text Example
White with #8C025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C025C; }
p { color: rgb(140,2,92); }
H1.HeaderClassName
{
color: #8C025C;
}
.AnyTagClassName
{
color: #8C025C;
}
</style>
background-color css
<style>
a { background-color: #8C025C; }
a { background-color: rgb(140,2,92); }
div.DivClassName
{
background-color: #8C025C;
}
.BgClassName
{
background-color: #8C025C;
}
</style>
border-color css
<style>
span { border-color: #8C025C; }
span { border-color: rgb(140,2,92); }
td.TdClassName
{
border-color: #8C025C;
}
.TagClassName
{
border-color: #8C025C;
}
</style>