Shades of Eggplant #8A086E
Tints of Eggplant #8A086E
RGB
CMYK
RGB Variations
Color information
#8A086E (or 0x8A086E) is known color: Eggplant. HEX triplet: 8A, 08 and 6E. RGB value is (138,8,110). Sum of RGB (Red+Green+Blue) = 138+8+110=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A086E is #75F791. Grayscale: #3A3A3A. Windows color (decimal): -7731090 or 7211146. OLE color: 7211146.
HSL color Cylindrical-coordinate representation of color #8A086E: hue angle of 312.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A086E is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 110 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.46 |
| HSL | 312.92º | 0.89% | 0.29% | - |
| HSV(B) | 312.92º | 0.94% | 0.54% | - |
| XYZ | 13.38 | 6.7 | 15.34 | - |
| YUV | 58.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 110 | 0 | 0.94 | 0.20 | 0.46 | 312.92 | 0.89 | 0.29 |
| Hex | 8A | 8 | 6E | 0 | 5E | 14 | 2E | 139 | 59 | 1D |
| Octal | 212 | 10 | 156 | 0 | 136 | 24 | 56 | 471 | 131 | 35 |
| Binary | 10001010 | 1000 | 1101110 | 0 | 1011110 | 10100 | 101110 | 100111001 | 1011001 | 11101 |
Color Harmonies of #8A086E
Complementary color
Monochromatic Colors of #8A086E
Black with #8A086E
Text Example
Text Example
White with #8A086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A086E; }
p { color: rgb(138,8,110); }
H1.HeaderClassName
{
color: #8A086E;
}
.AnyTagClassName
{
color: #8A086E;
}
</style>
background-color css
<style>
a { background-color: #8A086E; }
a { background-color: rgb(138,8,110); }
div.DivClassName
{
background-color: #8A086E;
}
.BgClassName
{
background-color: #8A086E;
}
</style>
border-color css
<style>
span { border-color: #8A086E; }
span { border-color: rgb(138,8,110); }
td.TdClassName
{
border-color: #8A086E;
}
.TagClassName
{
border-color: #8A086E;
}
</style>