Shades of Eggplant #8D0F64
Tints of Eggplant #8D0F64
RGB
CMYK
RGB Variations
Color information
#8D0F64 (or 0x8D0F64) is known color: Eggplant. HEX triplet: 8D, 0F and 64. RGB value is (141,15,100). Sum of RGB (Red+Green+Blue) = 141+15+100=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0F64 is #72F09B. Grayscale: #3E3E3E. Windows color (decimal): -7532700 or 6557581. OLE color: 6557581.
HSL color Cylindrical-coordinate representation of color #8D0F64: hue angle of 319.52º degrees, saturation: 0.81, 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 #8D0F64 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 15 | 100 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.45 |
| HSL | 319.52º | 0.81% | 0.31% | - |
| HSV(B) | 319.52º | 0.89% | 0.55% | - |
| XYZ | 13.46 | 6.92 | 12.68 | - |
| YUV | 62.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 15 | 100 | 0 | 0.89 | 0.29 | 0.45 | 319.52 | 0.81 | 0.31 |
| Hex | 8D | F | 64 | 0 | 59 | 1D | 2D | 140 | 51 | 1F |
| Octal | 215 | 17 | 144 | 0 | 131 | 35 | 55 | 500 | 121 | 37 |
| Binary | 10001101 | 1111 | 1100100 | 0 | 1011001 | 11101 | 101101 | 101000000 | 1010001 | 11111 |
Color Harmonies of #8D0F64
Complementary color
Monochromatic Colors of #8D0F64
Black with #8D0F64
Text Example
Text Example
White with #8D0F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0F64; }
p { color: rgb(141,15,100); }
H1.HeaderClassName
{
color: #8D0F64;
}
.AnyTagClassName
{
color: #8D0F64;
}
</style>
background-color css
<style>
a { background-color: #8D0F64; }
a { background-color: rgb(141,15,100); }
div.DivClassName
{
background-color: #8D0F64;
}
.BgClassName
{
background-color: #8D0F64;
}
</style>
border-color css
<style>
span { border-color: #8D0F64; }
span { border-color: rgb(141,15,100); }
td.TdClassName
{
border-color: #8D0F64;
}
.TagClassName
{
border-color: #8D0F64;
}
</style>