Shades of Eggplant #8E0274
Tints of Eggplant #8E0274
RGB
CMYK
RGB Variations
Color information
#8E0274 (or 0x8E0274) is known color: Eggplant. HEX triplet: 8E, 02 and 74. RGB value is (142,2,116). Sum of RGB (Red+Green+Blue) = 142+2+116=260 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.62% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0274 is #71FD8B. Grayscale: #383838. Windows color (decimal): -7470476 or 7602830. OLE color: 7602830.
HSL color Cylindrical-coordinate representation of color #8E0274: hue angle of 311.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E0274 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.44 |
| HSL | 311.14º | 0.97% | 0.28% | - |
| HSV(B) | 311.14º | 0.99% | 0.56% | - |
| XYZ | 14.33 | 7.06 | 17.13 | - |
| YUV | 56.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 116 | 0 | 0.99 | 0.18 | 0.44 | 311.14 | 0.97 | 0.28 |
| Hex | 8E | 2 | 74 | 0 | 63 | 12 | 2C | 137 | 61 | 1C |
| Octal | 216 | 2 | 164 | 0 | 143 | 22 | 54 | 467 | 141 | 34 |
| Binary | 10001110 | 10 | 1110100 | 0 | 1100011 | 10010 | 101100 | 100110111 | 1100001 | 11100 |
Color Harmonies of #8E0274
Complementary color
Monochromatic Colors of #8E0274
Black with #8E0274
Text Example
Text Example
White with #8E0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0274; }
p { color: rgb(142,2,116); }
H1.HeaderClassName
{
color: #8E0274;
}
.AnyTagClassName
{
color: #8E0274;
}
</style>
background-color css
<style>
a { background-color: #8E0274; }
a { background-color: rgb(142,2,116); }
div.DivClassName
{
background-color: #8E0274;
}
.BgClassName
{
background-color: #8E0274;
}
</style>
border-color css
<style>
span { border-color: #8E0274; }
span { border-color: rgb(142,2,116); }
td.TdClassName
{
border-color: #8E0274;
}
.TagClassName
{
border-color: #8E0274;
}
</style>