Shades of Eggplant #8D025C
Tints of Eggplant #8D025C
RGB
CMYK
RGB Variations
Color information
#8D025C (or 0x8D025C) is known color: Eggplant. HEX triplet: 8D, 02 and 5C. RGB value is (141,2,92). Sum of RGB (Red+Green+Blue) = 141+2+92=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D025C is #72FDA3. Grayscale: #353535. Windows color (decimal): -7536036 or 6029965. OLE color: 6029965.
HSL color Cylindrical-coordinate representation of color #8D025C: hue angle of 321.15º 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 #8D025C is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.45 |
| HSL | 321.15º | 0.97% | 0.28% | - |
| HSV(B) | 321.15º | 0.99% | 0.55% | - |
| XYZ | 12.94 | 6.48 | 10.69 | - |
| YUV | 53.82 | 149.55 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 92 | 0 | 0.99 | 0.35 | 0.45 | 321.15 | 0.97 | 0.28 |
| Hex | 8D | 2 | 5C | 0 | 63 | 23 | 2D | 141 | 61 | 1C |
| Octal | 215 | 2 | 134 | 0 | 143 | 43 | 55 | 501 | 141 | 34 |
| Binary | 10001101 | 10 | 1011100 | 0 | 1100011 | 100011 | 101101 | 101000001 | 1100001 | 11100 |
Color Harmonies of #8D025C
Complementary color
Monochromatic Colors of #8D025C
Black with #8D025C
Text Example
Text Example
White with #8D025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D025C; }
p { color: rgb(141,2,92); }
H1.HeaderClassName
{
color: #8D025C;
}
.AnyTagClassName
{
color: #8D025C;
}
</style>
background-color css
<style>
a { background-color: #8D025C; }
a { background-color: rgb(141,2,92); }
div.DivClassName
{
background-color: #8D025C;
}
.BgClassName
{
background-color: #8D025C;
}
</style>
border-color css
<style>
span { border-color: #8D025C; }
span { border-color: rgb(141,2,92); }
td.TdClassName
{
border-color: #8D025C;
}
.TagClassName
{
border-color: #8D025C;
}
</style>