Shades of Eggplant #8D0065
Tints of Eggplant #8D0065
RGB
CMYK
RGB Variations
Color information
#8D0065 (or 0x8D0065) is known color: Eggplant. HEX triplet: 8D, 00 and 65. RGB value is (141,0,101). Sum of RGB (Red+Green+Blue) = 141+0+101=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0065 is #72FF9A. Grayscale: #353535. Windows color (decimal): -7536539 or 6619277. OLE color: 6619277.
HSL color Cylindrical-coordinate representation of color #8D0065: hue angle of 317.02º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D0065 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.28 | 0.45 |
| HSL | 317.02º | 1% | 0.28% | - |
| HSV(B) | 317.02º | 1% | 0.55% | - |
| XYZ | 13.33 | 6.6 | 12.88 | - |
| YUV | 53.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 101 | 0 | 1 | 0.28 | 0.45 | 317.02 | 1 | 0.28 |
| Hex | 8D | 0 | 65 | 0 | 64 | 1C | 2D | 13D | 64 | 1C |
| Octal | 215 | 0 | 145 | 0 | 144 | 34 | 55 | 475 | 144 | 34 |
| Binary | 10001101 | 0 | 1100101 | 0 | 1100100 | 11100 | 101101 | 100111101 | 1100100 | 11100 |
Color Harmonies of #8D0065
Complementary color
Monochromatic Colors of #8D0065
Black with #8D0065
Text Example
Text Example
White with #8D0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0065; }
p { color: rgb(141,0,101); }
H1.HeaderClassName
{
color: #8D0065;
}
.AnyTagClassName
{
color: #8D0065;
}
</style>
background-color css
<style>
a { background-color: #8D0065; }
a { background-color: rgb(141,0,101); }
div.DivClassName
{
background-color: #8D0065;
}
.BgClassName
{
background-color: #8D0065;
}
</style>
border-color css
<style>
span { border-color: #8D0065; }
span { border-color: rgb(141,0,101); }
td.TdClassName
{
border-color: #8D0065;
}
.TagClassName
{
border-color: #8D0065;
}
</style>