Shades of Eggplant #8D064F
Tints of Eggplant #8D064F
RGB
CMYK
RGB Variations
Color information
#8D064F (or 0x8D064F) is known color: Eggplant. HEX triplet: 8D, 06 and 4F. RGB value is (141,6,79). Sum of RGB (Red+Green+Blue) = 141+6+79=226 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.39% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 141 - color contains mainly: red. Hex color #8D064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D064F is #72F9B0. Grayscale: #363636. Windows color (decimal): -7535025 or 5179021. OLE color: 5179021.
HSL color Cylindrical-coordinate representation of color #8D064F: hue angle of 327.56º 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 #8D064F is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 79 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.45 |
| HSL | 327.56º | 0.92% | 0.29% | - |
| HSV(B) | 327.56º | 0.96% | 0.55% | - |
| XYZ | 12.46 | 6.36 | 7.97 | - |
| YUV | 54.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 79 | 0 | 0.96 | 0.44 | 0.45 | 327.56 | 0.92 | 0.29 |
| Hex | 8D | 6 | 4F | 0 | 60 | 2C | 2D | 148 | 5C | 1D |
| Octal | 215 | 6 | 117 | 0 | 140 | 54 | 55 | 510 | 134 | 35 |
| Binary | 10001101 | 110 | 1001111 | 0 | 1100000 | 101100 | 101101 | 101001000 | 1011100 | 11101 |
Color Harmonies of #8D064F
Complementary color
Monochromatic Colors of #8D064F
Black with #8D064F
Text Example
Text Example
White with #8D064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D064F; }
p { color: rgb(141,6,79); }
H1.HeaderClassName
{
color: #8D064F;
}
.AnyTagClassName
{
color: #8D064F;
}
</style>
background-color css
<style>
a { background-color: #8D064F; }
a { background-color: rgb(141,6,79); }
div.DivClassName
{
background-color: #8D064F;
}
.BgClassName
{
background-color: #8D064F;
}
</style>
border-color css
<style>
span { border-color: #8D064F; }
span { border-color: rgb(141,6,79); }
td.TdClassName
{
border-color: #8D064F;
}
.TagClassName
{
border-color: #8D064F;
}
</style>