Shades of Eggplant #8D1067
Tints of Eggplant #8D1067
RGB
CMYK
RGB Variations
Color information
#8D1067 (or 0x8D1067) is known color: Eggplant. HEX triplet: 8D, 10 and 67. RGB value is (141,16,103). Sum of RGB (Red+Green+Blue) = 141+16+103=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1067 is #72EF98. Grayscale: #3F3F3F. Windows color (decimal): -7532441 or 6754445. OLE color: 6754445.
HSL color Cylindrical-coordinate representation of color #8D1067: hue angle of 318.24º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1067 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 16 | 103 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.45 |
| HSL | 318.24º | 0.8% | 0.31% | - |
| HSV(B) | 318.24º | 0.89% | 0.55% | - |
| XYZ | 13.62 | 7.01 | 13.47 | - |
| YUV | 63.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 103 | 0 | 0.89 | 0.27 | 0.45 | 318.24 | 0.8 | 0.31 |
| Hex | 8D | 10 | 67 | 0 | 59 | 1B | 2D | 13E | 50 | 1F |
| Octal | 215 | 20 | 147 | 0 | 131 | 33 | 55 | 476 | 120 | 37 |
| Binary | 10001101 | 10000 | 1100111 | 0 | 1011001 | 11011 | 101101 | 100111110 | 1010000 | 11111 |
Color Harmonies of #8D1067
Complementary color
Monochromatic Colors of #8D1067
Black with #8D1067
Text Example
Text Example
White with #8D1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1067; }
p { color: rgb(141,16,103); }
H1.HeaderClassName
{
color: #8D1067;
}
.AnyTagClassName
{
color: #8D1067;
}
</style>
background-color css
<style>
a { background-color: #8D1067; }
a { background-color: rgb(141,16,103); }
div.DivClassName
{
background-color: #8D1067;
}
.BgClassName
{
background-color: #8D1067;
}
</style>
border-color css
<style>
span { border-color: #8D1067; }
span { border-color: rgb(141,16,103); }
td.TdClassName
{
border-color: #8D1067;
}
.TagClassName
{
border-color: #8D1067;
}
</style>