Shades of Eggplant #8A004B
Tints of Eggplant #8A004B
RGB
CMYK
RGB Variations
Color information
#8A004B (or 0x8A004B) is known color: Eggplant. HEX triplet: 8A, 00 and 4B. RGB value is (138,0,75). Sum of RGB (Red+Green+Blue) = 138+0+75=213 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.79% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 138 - color contains mainly: red. Hex color #8A004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A004B is #75FFB4. Grayscale: #313131. Windows color (decimal): -7733173 or 4915338. OLE color: 4915338.
HSL color Cylindrical-coordinate representation of color #8A004B: hue angle of 327.39º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A004B is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.46 | 0.46 |
| HSL | 327.39º | 1% | 0.27% | - |
| HSV(B) | 327.39º | 1% | 0.54% | - |
| XYZ | 11.75 | 5.91 | 7.18 | - |
| YUV | 49.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 75 | 0 | 1 | 0.46 | 0.46 | 327.39 | 1 | 0.27 |
| Hex | 8A | 0 | 4B | 0 | 64 | 2E | 2E | 147 | 64 | 1B |
| Octal | 212 | 0 | 113 | 0 | 144 | 56 | 56 | 507 | 144 | 33 |
| Binary | 10001010 | 0 | 1001011 | 0 | 1100100 | 101110 | 101110 | 101000111 | 1100100 | 11011 |
Color Harmonies of #8A004B
Complementary color
Monochromatic Colors of #8A004B
Black with #8A004B
Text Example
Text Example
White with #8A004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A004B; }
p { color: rgb(138,0,75); }
H1.HeaderClassName
{
color: #8A004B;
}
.AnyTagClassName
{
color: #8A004B;
}
</style>
background-color css
<style>
a { background-color: #8A004B; }
a { background-color: rgb(138,0,75); }
div.DivClassName
{
background-color: #8A004B;
}
.BgClassName
{
background-color: #8A004B;
}
</style>
border-color css
<style>
span { border-color: #8A004B; }
span { border-color: rgb(138,0,75); }
td.TdClassName
{
border-color: #8A004B;
}
.TagClassName
{
border-color: #8A004B;
}
</style>