Shades of Eggplant #8C025D
Tints of Eggplant #8C025D
RGB
CMYK
RGB Variations
Color information
#8C025D (or 0x8C025D) is known color: Eggplant. HEX triplet: 8C, 02 and 5D. RGB value is (140,2,93). Sum of RGB (Red+Green+Blue) = 140+2+93=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C025D is #73FDA2. Grayscale: #353535. Windows color (decimal): -7601571 or 6095500. OLE color: 6095500.
HSL color Cylindrical-coordinate representation of color #8C025D: hue angle of 320.43º 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 #8C025D is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.45 |
| HSL | 320.43º | 0.97% | 0.28% | - |
| HSV(B) | 320.43º | 0.99% | 0.55% | - |
| XYZ | 12.81 | 6.41 | 10.92 | - |
| YUV | 53.64 | 150.22 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 93 | 0 | 0.99 | 0.34 | 0.45 | 320.43 | 0.97 | 0.28 |
| Hex | 8C | 2 | 5D | 0 | 63 | 22 | 2D | 140 | 61 | 1C |
| Octal | 214 | 2 | 135 | 0 | 143 | 42 | 55 | 500 | 141 | 34 |
| Binary | 10001100 | 10 | 1011101 | 0 | 1100011 | 100010 | 101101 | 101000000 | 1100001 | 11100 |
Color Harmonies of #8C025D
Complementary color
Monochromatic Colors of #8C025D
Black with #8C025D
Text Example
Text Example
White with #8C025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C025D; }
p { color: rgb(140,2,93); }
H1.HeaderClassName
{
color: #8C025D;
}
.AnyTagClassName
{
color: #8C025D;
}
</style>
background-color css
<style>
a { background-color: #8C025D; }
a { background-color: rgb(140,2,93); }
div.DivClassName
{
background-color: #8C025D;
}
.BgClassName
{
background-color: #8C025D;
}
</style>
border-color css
<style>
span { border-color: #8C025D; }
span { border-color: rgb(140,2,93); }
td.TdClassName
{
border-color: #8C025D;
}
.TagClassName
{
border-color: #8C025D;
}
</style>