Shades of Eggplant #8D0165
Tints of Eggplant #8D0165
RGB
CMYK
RGB Variations
Color information
#8D0165 (or 0x8D0165) is known color: Eggplant. HEX triplet: 8D, 01 and 65. RGB value is (141,1,101). Sum of RGB (Red+Green+Blue) = 141+1+101=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0165 is #72FE9A. Grayscale: #363636. Windows color (decimal): -7536283 or 6619533. OLE color: 6619533.
HSL color Cylindrical-coordinate representation of color #8D0165: hue angle of 317.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0165 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.45 |
| HSL | 317.14º | 0.99% | 0.28% | - |
| HSV(B) | 317.14º | 0.99% | 0.55% | - |
| XYZ | 13.34 | 6.62 | 12.89 | - |
| YUV | 54.26 | 154.38 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 101 | 0 | 0.99 | 0.28 | 0.45 | 317.14 | 0.99 | 0.28 |
| Hex | 8D | 1 | 65 | 0 | 63 | 1C | 2D | 13D | 63 | 1C |
| Octal | 215 | 1 | 145 | 0 | 143 | 34 | 55 | 475 | 143 | 34 |
| Binary | 10001101 | 1 | 1100101 | 0 | 1100011 | 11100 | 101101 | 100111101 | 1100011 | 11100 |
Color Harmonies of #8D0165
Complementary color
Monochromatic Colors of #8D0165
Black with #8D0165
Text Example
Text Example
White with #8D0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0165; }
p { color: rgb(141,1,101); }
H1.HeaderClassName
{
color: #8D0165;
}
.AnyTagClassName
{
color: #8D0165;
}
</style>
background-color css
<style>
a { background-color: #8D0165; }
a { background-color: rgb(141,1,101); }
div.DivClassName
{
background-color: #8D0165;
}
.BgClassName
{
background-color: #8D0165;
}
</style>
border-color css
<style>
span { border-color: #8D0165; }
span { border-color: rgb(141,1,101); }
td.TdClassName
{
border-color: #8D0165;
}
.TagClassName
{
border-color: #8D0165;
}
</style>