Shades of Eggplant #8B004E
Tints of Eggplant #8B004E
RGB
CMYK
RGB Variations
Color information
#8B004E (or 0x8B004E) is known color: Eggplant. HEX triplet: 8B, 00 and 4E. RGB value is (139,0,78). Sum of RGB (Red+Green+Blue) = 139+0+78=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B004E is #74FFB1. Grayscale: #323232. Windows color (decimal): -7667634 or 5111947. OLE color: 5111947.
HSL color Cylindrical-coordinate representation of color #8B004E: hue angle of 326.33º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B004E is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.44 | 0.45 |
| HSL | 326.33º | 1% | 0.27% | - |
| HSV(B) | 326.33º | 1% | 0.55% | - |
| XYZ | 12.02 | 6.04 | 7.74 | - |
| YUV | 50.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 78 | 0 | 1 | 0.44 | 0.45 | 326.33 | 1 | 0.27 |
| Hex | 8B | 0 | 4E | 0 | 64 | 2C | 2D | 146 | 64 | 1B |
| Octal | 213 | 0 | 116 | 0 | 144 | 54 | 55 | 506 | 144 | 33 |
| Binary | 10001011 | 0 | 1001110 | 0 | 1100100 | 101100 | 101101 | 101000110 | 1100100 | 11011 |
Color Harmonies of #8B004E
Complementary color
Monochromatic Colors of #8B004E
Black with #8B004E
Text Example
Text Example
White with #8B004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B004E; }
p { color: rgb(139,0,78); }
H1.HeaderClassName
{
color: #8B004E;
}
.AnyTagClassName
{
color: #8B004E;
}
</style>
background-color css
<style>
a { background-color: #8B004E; }
a { background-color: rgb(139,0,78); }
div.DivClassName
{
background-color: #8B004E;
}
.BgClassName
{
background-color: #8B004E;
}
</style>
border-color css
<style>
span { border-color: #8B004E; }
span { border-color: rgb(139,0,78); }
td.TdClassName
{
border-color: #8B004E;
}
.TagClassName
{
border-color: #8B004E;
}
</style>