Shades of Eggplant #8A034D
Tints of Eggplant #8A034D
RGB
CMYK
RGB Variations
Color information
#8A034D (or 0x8A034D) is known color: Eggplant. HEX triplet: 8A, 03 and 4D. RGB value is (138,3,77). Sum of RGB (Red+Green+Blue) = 138+3+77=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A034D is #75FCB2. Grayscale: #333333. Windows color (decimal): -7732403 or 5047178. OLE color: 5047178.
HSL color Cylindrical-coordinate representation of color #8A034D: hue angle of 327.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A034D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.46 |
| HSL | 327.11º | 0.96% | 0.28% | - |
| HSV(B) | 327.11º | 0.98% | 0.54% | - |
| XYZ | 11.85 | 6 | 7.56 | - |
| YUV | 51.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 77 | 0 | 0.98 | 0.44 | 0.46 | 327.11 | 0.96 | 0.28 |
| Hex | 8A | 3 | 4D | 0 | 62 | 2C | 2E | 147 | 60 | 1C |
| Octal | 212 | 3 | 115 | 0 | 142 | 54 | 56 | 507 | 140 | 34 |
| Binary | 10001010 | 11 | 1001101 | 0 | 1100010 | 101100 | 101110 | 101000111 | 1100000 | 11100 |
Color Harmonies of #8A034D
Complementary color
Monochromatic Colors of #8A034D
Black with #8A034D
Text Example
Text Example
White with #8A034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A034D; }
p { color: rgb(138,3,77); }
H1.HeaderClassName
{
color: #8A034D;
}
.AnyTagClassName
{
color: #8A034D;
}
</style>
background-color css
<style>
a { background-color: #8A034D; }
a { background-color: rgb(138,3,77); }
div.DivClassName
{
background-color: #8A034D;
}
.BgClassName
{
background-color: #8A034D;
}
</style>
border-color css
<style>
span { border-color: #8A034D; }
span { border-color: rgb(138,3,77); }
td.TdClassName
{
border-color: #8A034D;
}
.TagClassName
{
border-color: #8A034D;
}
</style>