Shades of Eggplant #8A086A
Tints of Eggplant #8A086A
RGB
CMYK
RGB Variations
Color information
#8A086A (or 0x8A086A) is known color: Eggplant. HEX triplet: 8A, 08 and 6A. RGB value is (138,8,106). Sum of RGB (Red+Green+Blue) = 138+8+106=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A086A is #75F795. Grayscale: #393939. Windows color (decimal): -7731094 or 6949002. OLE color: 6949002.
HSL color Cylindrical-coordinate representation of color #8A086A: hue angle of 314.77º 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 #8A086A is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 106 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.46 |
| HSL | 314.77º | 0.89% | 0.29% | - |
| HSV(B) | 314.77º | 0.94% | 0.54% | - |
| XYZ | 13.17 | 6.62 | 14.22 | - |
| YUV | 58.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 106 | 0 | 0.94 | 0.23 | 0.46 | 314.77 | 0.89 | 0.29 |
| Hex | 8A | 8 | 6A | 0 | 5E | 17 | 2E | 13B | 59 | 1D |
| Octal | 212 | 10 | 152 | 0 | 136 | 27 | 56 | 473 | 131 | 35 |
| Binary | 10001010 | 1000 | 1101010 | 0 | 1011110 | 10111 | 101110 | 100111011 | 1011001 | 11101 |
Color Harmonies of #8A086A
Complementary color
Monochromatic Colors of #8A086A
Black with #8A086A
Text Example
Text Example
White with #8A086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A086A; }
p { color: rgb(138,8,106); }
H1.HeaderClassName
{
color: #8A086A;
}
.AnyTagClassName
{
color: #8A086A;
}
</style>
background-color css
<style>
a { background-color: #8A086A; }
a { background-color: rgb(138,8,106); }
div.DivClassName
{
background-color: #8A086A;
}
.BgClassName
{
background-color: #8A086A;
}
</style>
border-color css
<style>
span { border-color: #8A086A; }
span { border-color: rgb(138,8,106); }
td.TdClassName
{
border-color: #8A086A;
}
.TagClassName
{
border-color: #8A086A;
}
</style>