Shades of Eggplant #8E125C
Tints of Eggplant #8E125C
RGB
CMYK
RGB Variations
Color information
#8E125C (or 0x8E125C) is known color: Eggplant. HEX triplet: 8E, 12 and 5C. RGB value is (142,18,92). Sum of RGB (Red+Green+Blue) = 142+18+92=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E125C is #71EDA3. Grayscale: #3F3F3F. Windows color (decimal): -7466404 or 6034062. OLE color: 6034062.
HSL color Cylindrical-coordinate representation of color #8E125C: hue angle of 324.19º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E125C is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 18 | 92 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.44 |
| HSL | 324.19º | 0.78% | 0.31% | - |
| HSV(B) | 324.19º | 0.87% | 0.56% | - |
| XYZ | 13.3 | 6.96 | 10.77 | - |
| YUV | 63.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 92 | 0 | 0.87 | 0.35 | 0.44 | 324.19 | 0.78 | 0.31 |
| Hex | 8E | 12 | 5C | 0 | 57 | 23 | 2C | 144 | 4E | 1F |
| Octal | 216 | 22 | 134 | 0 | 127 | 43 | 54 | 504 | 116 | 37 |
| Binary | 10001110 | 10010 | 1011100 | 0 | 1010111 | 100011 | 101100 | 101000100 | 1001110 | 11111 |
Color Harmonies of #8E125C
Complementary color
Monochromatic Colors of #8E125C
Black with #8E125C
Text Example
Text Example
White with #8E125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E125C; }
p { color: rgb(142,18,92); }
H1.HeaderClassName
{
color: #8E125C;
}
.AnyTagClassName
{
color: #8E125C;
}
</style>
background-color css
<style>
a { background-color: #8E125C; }
a { background-color: rgb(142,18,92); }
div.DivClassName
{
background-color: #8E125C;
}
.BgClassName
{
background-color: #8E125C;
}
</style>
border-color css
<style>
span { border-color: #8E125C; }
span { border-color: rgb(142,18,92); }
td.TdClassName
{
border-color: #8E125C;
}
.TagClassName
{
border-color: #8E125C;
}
</style>