Shades of Eggplant #8A034C
Tints of Eggplant #8A034C
RGB
CMYK
RGB Variations
Color information
#8A034C (or 0x8A034C) is known color: Eggplant. HEX triplet: 8A, 03 and 4C. RGB value is (138,3,76). Sum of RGB (Red+Green+Blue) = 138+3+76=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A034C is #75FCB3. Grayscale: #333333. Windows color (decimal): -7732404 or 4981642. OLE color: 4981642.
HSL color Cylindrical-coordinate representation of color #8A034C: hue angle of 327.56º 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 #8A034C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.46 |
| HSL | 327.56º | 0.96% | 0.28% | - |
| HSV(B) | 327.56º | 0.98% | 0.54% | - |
| XYZ | 11.82 | 5.99 | 7.37 | - |
| YUV | 51.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 76 | 0 | 0.98 | 0.45 | 0.46 | 327.56 | 0.96 | 0.28 |
| Hex | 8A | 3 | 4C | 0 | 62 | 2D | 2E | 148 | 60 | 1C |
| Octal | 212 | 3 | 114 | 0 | 142 | 55 | 56 | 510 | 140 | 34 |
| Binary | 10001010 | 11 | 1001100 | 0 | 1100010 | 101101 | 101110 | 101001000 | 1100000 | 11100 |
Color Harmonies of #8A034C
Complementary color
Monochromatic Colors of #8A034C
Black with #8A034C
Text Example
Text Example
White with #8A034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A034C; }
p { color: rgb(138,3,76); }
H1.HeaderClassName
{
color: #8A034C;
}
.AnyTagClassName
{
color: #8A034C;
}
</style>
background-color css
<style>
a { background-color: #8A034C; }
a { background-color: rgb(138,3,76); }
div.DivClassName
{
background-color: #8A034C;
}
.BgClassName
{
background-color: #8A034C;
}
</style>
border-color css
<style>
span { border-color: #8A034C; }
span { border-color: rgb(138,3,76); }
td.TdClassName
{
border-color: #8A034C;
}
.TagClassName
{
border-color: #8A034C;
}
</style>