Shades of Eggplant #8A034F
Tints of Eggplant #8A034F
RGB
CMYK
RGB Variations
Color information
#8A034F (or 0x8A034F) is known color: Eggplant. HEX triplet: 8A, 03 and 4F. RGB value is (138,3,79). Sum of RGB (Red+Green+Blue) = 138+3+79=220 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.73% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 138 - color contains mainly: red. Hex color #8A034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A034F is #75FCB0. Grayscale: #333333. Windows color (decimal): -7732401 or 5178250. OLE color: 5178250.
HSL color Cylindrical-coordinate representation of color #8A034F: hue angle of 326.22º 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 #8A034F is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 79 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.46 |
| HSL | 326.22º | 0.96% | 0.28% | - |
| HSV(B) | 326.22º | 0.98% | 0.54% | - |
| XYZ | 11.93 | 6.03 | 7.93 | - |
| YUV | 52.03 | 143.23 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 79 | 0 | 0.98 | 0.43 | 0.46 | 326.22 | 0.96 | 0.28 |
| Hex | 8A | 3 | 4F | 0 | 62 | 2B | 2E | 146 | 60 | 1C |
| Octal | 212 | 3 | 117 | 0 | 142 | 53 | 56 | 506 | 140 | 34 |
| Binary | 10001010 | 11 | 1001111 | 0 | 1100010 | 101011 | 101110 | 101000110 | 1100000 | 11100 |
Color Harmonies of #8A034F
Complementary color
Monochromatic Colors of #8A034F
Black with #8A034F
Text Example
Text Example
White with #8A034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A034F; }
p { color: rgb(138,3,79); }
H1.HeaderClassName
{
color: #8A034F;
}
.AnyTagClassName
{
color: #8A034F;
}
</style>
background-color css
<style>
a { background-color: #8A034F; }
a { background-color: rgb(138,3,79); }
div.DivClassName
{
background-color: #8A034F;
}
.BgClassName
{
background-color: #8A034F;
}
</style>
border-color css
<style>
span { border-color: #8A034F; }
span { border-color: rgb(138,3,79); }
td.TdClassName
{
border-color: #8A034F;
}
.TagClassName
{
border-color: #8A034F;
}
</style>