Shades of Eggplant #8D065C
Tints of Eggplant #8D065C
RGB
CMYK
RGB Variations
Color information
#8D065C (or 0x8D065C) is known color: Eggplant. HEX triplet: 8D, 06 and 5C. RGB value is (141,6,92). Sum of RGB (Red+Green+Blue) = 141+6+92=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D065C is #72F9A3. Grayscale: #373737. Windows color (decimal): -7535012 or 6030989. OLE color: 6030989.
HSL color Cylindrical-coordinate representation of color #8D065C: hue angle of 321.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D065C is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 92 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.45 |
| HSL | 321.78º | 0.92% | 0.29% | - |
| HSV(B) | 321.78º | 0.96% | 0.55% | - |
| XYZ | 12.98 | 6.57 | 10.71 | - |
| YUV | 56.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 92 | 0 | 0.96 | 0.35 | 0.45 | 321.78 | 0.92 | 0.29 |
| Hex | 8D | 6 | 5C | 0 | 60 | 23 | 2D | 142 | 5C | 1D |
| Octal | 215 | 6 | 134 | 0 | 140 | 43 | 55 | 502 | 134 | 35 |
| Binary | 10001101 | 110 | 1011100 | 0 | 1100000 | 100011 | 101101 | 101000010 | 1011100 | 11101 |
Color Harmonies of #8D065C
Complementary color
Monochromatic Colors of #8D065C
Black with #8D065C
Text Example
Text Example
White with #8D065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D065C; }
p { color: rgb(141,6,92); }
H1.HeaderClassName
{
color: #8D065C;
}
.AnyTagClassName
{
color: #8D065C;
}
</style>
background-color css
<style>
a { background-color: #8D065C; }
a { background-color: rgb(141,6,92); }
div.DivClassName
{
background-color: #8D065C;
}
.BgClassName
{
background-color: #8D065C;
}
</style>
border-color css
<style>
span { border-color: #8D065C; }
span { border-color: rgb(141,6,92); }
td.TdClassName
{
border-color: #8D065C;
}
.TagClassName
{
border-color: #8D065C;
}
</style>