Shades of Eggplant #8A024B
Tints of Eggplant #8A024B
RGB
CMYK
RGB Variations
Color information
#8A024B (or 0x8A024B) is known color: Eggplant. HEX triplet: 8A, 02 and 4B. RGB value is (138,2,75). Sum of RGB (Red+Green+Blue) = 138+2+75=215 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.19% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 138 - color contains mainly: red. Hex color #8A024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A024B is #75FDB4. Grayscale: #323232. Windows color (decimal): -7732661 or 4915850. OLE color: 4915850.
HSL color Cylindrical-coordinate representation of color #8A024B: hue angle of 327.79º 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 #8A024B is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.46 |
| HSL | 327.79º | 0.97% | 0.27% | - |
| HSV(B) | 327.79º | 0.99% | 0.54% | - |
| XYZ | 11.77 | 5.95 | 7.19 | - |
| YUV | 50.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 75 | 0 | 0.99 | 0.46 | 0.46 | 327.79 | 0.97 | 0.27 |
| Hex | 8A | 2 | 4B | 0 | 63 | 2E | 2E | 148 | 61 | 1B |
| Octal | 212 | 2 | 113 | 0 | 143 | 56 | 56 | 510 | 141 | 33 |
| Binary | 10001010 | 10 | 1001011 | 0 | 1100011 | 101110 | 101110 | 101001000 | 1100001 | 11011 |
Color Harmonies of #8A024B
Complementary color
Monochromatic Colors of #8A024B
Black with #8A024B
Text Example
Text Example
White with #8A024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A024B; }
p { color: rgb(138,2,75); }
H1.HeaderClassName
{
color: #8A024B;
}
.AnyTagClassName
{
color: #8A024B;
}
</style>
background-color css
<style>
a { background-color: #8A024B; }
a { background-color: rgb(138,2,75); }
div.DivClassName
{
background-color: #8A024B;
}
.BgClassName
{
background-color: #8A024B;
}
</style>
border-color css
<style>
span { border-color: #8A024B; }
span { border-color: rgb(138,2,75); }
td.TdClassName
{
border-color: #8A024B;
}
.TagClassName
{
border-color: #8A024B;
}
</style>