Shades of Eggplant #8A025D
Tints of Eggplant #8A025D
RGB
CMYK
RGB Variations
Color information
#8A025D (or 0x8A025D) is known color: Eggplant. HEX triplet: 8A, 02 and 5D. RGB value is (138,2,93). Sum of RGB (Red+Green+Blue) = 138+2+93=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A025D is #75FDA2. Grayscale: #343434. Windows color (decimal): -7732643 or 6095498. OLE color: 6095498.
HSL color Cylindrical-coordinate representation of color #8A025D: hue angle of 319.85º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A025D is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.46 |
| HSL | 319.85º | 0.97% | 0.27% | - |
| HSV(B) | 319.85º | 0.99% | 0.54% | - |
| XYZ | 12.48 | 6.24 | 10.9 | - |
| YUV | 53.04 | 150.56 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 93 | 0 | 0.99 | 0.33 | 0.46 | 319.85 | 0.97 | 0.27 |
| Hex | 8A | 2 | 5D | 0 | 63 | 21 | 2E | 140 | 61 | 1B |
| Octal | 212 | 2 | 135 | 0 | 143 | 41 | 56 | 500 | 141 | 33 |
| Binary | 10001010 | 10 | 1011101 | 0 | 1100011 | 100001 | 101110 | 101000000 | 1100001 | 11011 |
Color Harmonies of #8A025D
Complementary color
Monochromatic Colors of #8A025D
Black with #8A025D
Text Example
Text Example
White with #8A025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A025D; }
p { color: rgb(138,2,93); }
H1.HeaderClassName
{
color: #8A025D;
}
.AnyTagClassName
{
color: #8A025D;
}
</style>
background-color css
<style>
a { background-color: #8A025D; }
a { background-color: rgb(138,2,93); }
div.DivClassName
{
background-color: #8A025D;
}
.BgClassName
{
background-color: #8A025D;
}
</style>
border-color css
<style>
span { border-color: #8A025D; }
span { border-color: rgb(138,2,93); }
td.TdClassName
{
border-color: #8A025D;
}
.TagClassName
{
border-color: #8A025D;
}
</style>