Shades of Eggplant #8D065A
Tints of Eggplant #8D065A
RGB
CMYK
RGB Variations
Color information
#8D065A (or 0x8D065A) is known color: Eggplant. HEX triplet: 8D, 06 and 5A. RGB value is (141,6,90). Sum of RGB (Red+Green+Blue) = 141+6+90=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D065A is #72F9A5. Grayscale: #373737. Windows color (decimal): -7535014 or 5899917. OLE color: 5899917.
HSL color Cylindrical-coordinate representation of color #8D065A: hue angle of 322.67º 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 #8D065A is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 90 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.45 |
| HSL | 322.67º | 0.92% | 0.29% | - |
| HSV(B) | 322.67º | 0.96% | 0.55% | - |
| XYZ | 12.9 | 6.53 | 10.25 | - |
| YUV | 55.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 90 | 0 | 0.96 | 0.36 | 0.45 | 322.67 | 0.92 | 0.29 |
| Hex | 8D | 6 | 5A | 0 | 60 | 24 | 2D | 143 | 5C | 1D |
| Octal | 215 | 6 | 132 | 0 | 140 | 44 | 55 | 503 | 134 | 35 |
| Binary | 10001101 | 110 | 1011010 | 0 | 1100000 | 100100 | 101101 | 101000011 | 1011100 | 11101 |
Color Harmonies of #8D065A
Complementary color
Monochromatic Colors of #8D065A
Black with #8D065A
Text Example
Text Example
White with #8D065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D065A; }
p { color: rgb(141,6,90); }
H1.HeaderClassName
{
color: #8D065A;
}
.AnyTagClassName
{
color: #8D065A;
}
</style>
background-color css
<style>
a { background-color: #8D065A; }
a { background-color: rgb(141,6,90); }
div.DivClassName
{
background-color: #8D065A;
}
.BgClassName
{
background-color: #8D065A;
}
</style>
border-color css
<style>
span { border-color: #8D065A; }
span { border-color: rgb(141,6,90); }
td.TdClassName
{
border-color: #8D065A;
}
.TagClassName
{
border-color: #8D065A;
}
</style>