Shades of Eggplant #8D086F
Tints of Eggplant #8D086F
RGB
CMYK
RGB Variations
Color information
#8D086F (or 0x8D086F) is known color: Eggplant. HEX triplet: 8D, 08 and 6F. RGB value is (141,8,111). Sum of RGB (Red+Green+Blue) = 141+8+111=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D086F is #72F790. Grayscale: #3B3B3B. Windows color (decimal): -7534481 or 7276685. OLE color: 7276685.
HSL color Cylindrical-coordinate representation of color #8D086F: hue angle of 313.53º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D086F is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 8 | 111 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.45 |
| HSL | 313.53º | 0.89% | 0.29% | - |
| HSV(B) | 313.53º | 0.94% | 0.55% | - |
| XYZ | 13.94 | 6.98 | 15.65 | - |
| YUV | 59.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 111 | 0 | 0.94 | 0.21 | 0.45 | 313.53 | 0.89 | 0.29 |
| Hex | 8D | 8 | 6F | 0 | 5E | 15 | 2D | 13A | 59 | 1D |
| Octal | 215 | 10 | 157 | 0 | 136 | 25 | 55 | 472 | 131 | 35 |
| Binary | 10001101 | 1000 | 1101111 | 0 | 1011110 | 10101 | 101101 | 100111010 | 1011001 | 11101 |
Color Harmonies of #8D086F
Complementary color
Monochromatic Colors of #8D086F
Black with #8D086F
Text Example
Text Example
White with #8D086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D086F; }
p { color: rgb(141,8,111); }
H1.HeaderClassName
{
color: #8D086F;
}
.AnyTagClassName
{
color: #8D086F;
}
</style>
background-color css
<style>
a { background-color: #8D086F; }
a { background-color: rgb(141,8,111); }
div.DivClassName
{
background-color: #8D086F;
}
.BgClassName
{
background-color: #8D086F;
}
</style>
border-color css
<style>
span { border-color: #8D086F; }
span { border-color: rgb(141,8,111); }
td.TdClassName
{
border-color: #8D086F;
}
.TagClassName
{
border-color: #8D086F;
}
</style>