Shades of Eggplant #8B0049
Tints of Eggplant #8B0049
RGB
CMYK
RGB Variations
Color information
#8B0049 (or 0x8B0049) is known color: Eggplant. HEX triplet: 8B, 00 and 49. RGB value is (139,0,73). Sum of RGB (Red+Green+Blue) = 139+0+73=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0049 is #74FFB6. Grayscale: #313131. Windows color (decimal): -7667639 or 4784267. OLE color: 4784267.
HSL color Cylindrical-coordinate representation of color #8B0049: hue angle of 328.49º 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 #8B0049 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.47 | 0.45 |
| HSL | 328.49º | 1% | 0.27% | - |
| HSV(B) | 328.49º | 1% | 0.55% | - |
| XYZ | 11.85 | 5.97 | 6.83 | - |
| YUV | 49.88 | 141.05 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 73 | 0 | 1 | 0.47 | 0.45 | 328.49 | 1 | 0.27 |
| Hex | 8B | 0 | 49 | 0 | 64 | 2F | 2D | 148 | 64 | 1B |
| Octal | 213 | 0 | 111 | 0 | 144 | 57 | 55 | 510 | 144 | 33 |
| Binary | 10001011 | 0 | 1001001 | 0 | 1100100 | 101111 | 101101 | 101001000 | 1100100 | 11011 |
Color Harmonies of #8B0049
Complementary color
Monochromatic Colors of #8B0049
Black with #8B0049
Text Example
Text Example
White with #8B0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0049; }
p { color: rgb(139,0,73); }
H1.HeaderClassName
{
color: #8B0049;
}
.AnyTagClassName
{
color: #8B0049;
}
</style>
background-color css
<style>
a { background-color: #8B0049; }
a { background-color: rgb(139,0,73); }
div.DivClassName
{
background-color: #8B0049;
}
.BgClassName
{
background-color: #8B0049;
}
</style>
border-color css
<style>
span { border-color: #8B0049; }
span { border-color: rgb(139,0,73); }
td.TdClassName
{
border-color: #8B0049;
}
.TagClassName
{
border-color: #8B0049;
}
</style>