Shades of Eggplant #8A006D
Tints of Eggplant #8A006D
RGB
CMYK
RGB Variations
Color information
#8A006D (or 0x8A006D) is known color: Eggplant. HEX triplet: 8A, 00 and 6D. RGB value is (138,0,109). Sum of RGB (Red+Green+Blue) = 138+0+109=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A006D is #75FF92. Grayscale: #353535. Windows color (decimal): -7733139 or 7143562. OLE color: 7143562.
HSL color Cylindrical-coordinate representation of color #8A006D: hue angle of 312.61º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A006D is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.21 | 0.46 |
| HSL | 312.61º | 1% | 0.27% | - |
| HSV(B) | 312.61º | 1% | 0.54% | - |
| XYZ | 13.24 | 6.51 | 15.03 | - |
| YUV | 53.69 | 159.22 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 109 | 0 | 1 | 0.21 | 0.46 | 312.61 | 1 | 0.27 |
| Hex | 8A | 0 | 6D | 0 | 64 | 15 | 2E | 139 | 64 | 1B |
| Octal | 212 | 0 | 155 | 0 | 144 | 25 | 56 | 471 | 144 | 33 |
| Binary | 10001010 | 0 | 1101101 | 0 | 1100100 | 10101 | 101110 | 100111001 | 1100100 | 11011 |
Color Harmonies of #8A006D
Complementary color
Monochromatic Colors of #8A006D
Black with #8A006D
Text Example
Text Example
White with #8A006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A006D; }
p { color: rgb(138,0,109); }
H1.HeaderClassName
{
color: #8A006D;
}
.AnyTagClassName
{
color: #8A006D;
}
</style>
background-color css
<style>
a { background-color: #8A006D; }
a { background-color: rgb(138,0,109); }
div.DivClassName
{
background-color: #8A006D;
}
.BgClassName
{
background-color: #8A006D;
}
</style>
border-color css
<style>
span { border-color: #8A006D; }
span { border-color: rgb(138,0,109); }
td.TdClassName
{
border-color: #8A006D;
}
.TagClassName
{
border-color: #8A006D;
}
</style>