Shades of Eggplant #8D0F68
Tints of Eggplant #8D0F68
RGB
CMYK
RGB Variations
Color information
#8D0F68 (or 0x8D0F68) is known color: Eggplant. HEX triplet: 8D, 0F and 68. RGB value is (141,15,104). Sum of RGB (Red+Green+Blue) = 141+15+104=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0F68 is #72F097. Grayscale: #3E3E3E. Windows color (decimal): -7532696 or 6819725. OLE color: 6819725.
HSL color Cylindrical-coordinate representation of color #8D0F68: hue angle of 317.62º 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 #8D0F68 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 15 | 104 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.45 |
| HSL | 317.62º | 0.81% | 0.31% | - |
| HSV(B) | 317.62º | 0.89% | 0.55% | - |
| XYZ | 13.65 | 7 | 13.73 | - |
| YUV | 62.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 15 | 104 | 0 | 0.89 | 0.26 | 0.45 | 317.62 | 0.81 | 0.31 |
| Hex | 8D | F | 68 | 0 | 59 | 1A | 2D | 13E | 51 | 1F |
| Octal | 215 | 17 | 150 | 0 | 131 | 32 | 55 | 476 | 121 | 37 |
| Binary | 10001101 | 1111 | 1101000 | 0 | 1011001 | 11010 | 101101 | 100111110 | 1010001 | 11111 |
Color Harmonies of #8D0F68
Complementary color
Monochromatic Colors of #8D0F68
Black with #8D0F68
Text Example
Text Example
White with #8D0F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0F68; }
p { color: rgb(141,15,104); }
H1.HeaderClassName
{
color: #8D0F68;
}
.AnyTagClassName
{
color: #8D0F68;
}
</style>
background-color css
<style>
a { background-color: #8D0F68; }
a { background-color: rgb(141,15,104); }
div.DivClassName
{
background-color: #8D0F68;
}
.BgClassName
{
background-color: #8D0F68;
}
</style>
border-color css
<style>
span { border-color: #8D0F68; }
span { border-color: rgb(141,15,104); }
td.TdClassName
{
border-color: #8D0F68;
}
.TagClassName
{
border-color: #8D0F68;
}
</style>