Shades of Eggplant #8E0669
Tints of Eggplant #8E0669
RGB
CMYK
RGB Variations
Color information
#8E0669 (or 0x8E0669) is known color: Eggplant. HEX triplet: 8E, 06 and 69. RGB value is (142,6,105). Sum of RGB (Red+Green+Blue) = 142+6+105=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0669 is #71F996. Grayscale: #393939. Windows color (decimal): -7469463 or 6882958. OLE color: 6882958.
HSL color Cylindrical-coordinate representation of color #8E0669: hue angle of 316.32º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0669 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 6 | 105 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.44 |
| HSL | 316.32º | 0.92% | 0.29% | - |
| HSV(B) | 316.32º | 0.96% | 0.56% | - |
| XYZ | 13.77 | 6.9 | 13.97 | - |
| YUV | 57.95 | 154.56 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 6 | 105 | 0 | 0.96 | 0.26 | 0.44 | 316.32 | 0.92 | 0.29 |
| Hex | 8E | 6 | 69 | 0 | 60 | 1A | 2C | 13C | 5C | 1D |
| Octal | 216 | 6 | 151 | 0 | 140 | 32 | 54 | 474 | 134 | 35 |
| Binary | 10001110 | 110 | 1101001 | 0 | 1100000 | 11010 | 101100 | 100111100 | 1011100 | 11101 |
Color Harmonies of #8E0669
Complementary color
Monochromatic Colors of #8E0669
Black with #8E0669
Text Example
Text Example
White with #8E0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0669; }
p { color: rgb(142,6,105); }
H1.HeaderClassName
{
color: #8E0669;
}
.AnyTagClassName
{
color: #8E0669;
}
</style>
background-color css
<style>
a { background-color: #8E0669; }
a { background-color: rgb(142,6,105); }
div.DivClassName
{
background-color: #8E0669;
}
.BgClassName
{
background-color: #8E0669;
}
</style>
border-color css
<style>
span { border-color: #8E0669; }
span { border-color: rgb(142,6,105); }
td.TdClassName
{
border-color: #8E0669;
}
.TagClassName
{
border-color: #8E0669;
}
</style>