Shades of Eggplant #8E0351
Tints of Eggplant #8E0351
RGB
CMYK
RGB Variations
Color information
#8E0351 (or 0x8E0351) is known color: Eggplant. HEX triplet: 8E, 03 and 51. RGB value is (142,3,81). Sum of RGB (Red+Green+Blue) = 142+3+81=226 (29% of max value = 765). Red value is 142 (55.86% from 255 or 62.83% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0351 is #71FCAE. Grayscale: #353535. Windows color (decimal): -7470255 or 5309326. OLE color: 5309326.
HSL color Cylindrical-coordinate representation of color #8E0351: hue angle of 326.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0351 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.44 |
| HSL | 326.33º | 0.96% | 0.28% | - |
| HSV(B) | 326.33º | 0.98% | 0.56% | - |
| XYZ | 12.67 | 6.41 | 8.35 | - |
| YUV | 53.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 81 | 0 | 0.98 | 0.43 | 0.44 | 326.33 | 0.96 | 0.28 |
| Hex | 8E | 3 | 51 | 0 | 62 | 2B | 2C | 146 | 60 | 1C |
| Octal | 216 | 3 | 121 | 0 | 142 | 53 | 54 | 506 | 140 | 34 |
| Binary | 10001110 | 11 | 1010001 | 0 | 1100010 | 101011 | 101100 | 101000110 | 1100000 | 11100 |
Color Harmonies of #8E0351
Complementary color
Monochromatic Colors of #8E0351
Black with #8E0351
Text Example
Text Example
White with #8E0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0351; }
p { color: rgb(142,3,81); }
H1.HeaderClassName
{
color: #8E0351;
}
.AnyTagClassName
{
color: #8E0351;
}
</style>
background-color css
<style>
a { background-color: #8E0351; }
a { background-color: rgb(142,3,81); }
div.DivClassName
{
background-color: #8E0351;
}
.BgClassName
{
background-color: #8E0351;
}
</style>
border-color css
<style>
span { border-color: #8E0351; }
span { border-color: rgb(142,3,81); }
td.TdClassName
{
border-color: #8E0351;
}
.TagClassName
{
border-color: #8E0351;
}
</style>