Shades of Eggplant #8B005E
Tints of Eggplant #8B005E
RGB
CMYK
RGB Variations
Color information
#8B005E (or 0x8B005E) is known color: Eggplant. HEX triplet: 8B, 00 and 5E. RGB value is (139,0,94). Sum of RGB (Red+Green+Blue) = 139+0+94=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B005E is #74FFA1. Grayscale: #343434. Windows color (decimal): -7667618 or 6160523. OLE color: 6160523.
HSL color Cylindrical-coordinate representation of color #8B005E: hue angle of 319.42º 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 #8B005E is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.32 | 0.45 |
| HSL | 319.42º | 1% | 0.27% | - |
| HSV(B) | 319.42º | 1% | 0.55% | - |
| XYZ | 12.67 | 6.3 | 11.14 | - |
| YUV | 52.28 | 151.55 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 94 | 0 | 1 | 0.32 | 0.45 | 319.42 | 1 | 0.27 |
| Hex | 8B | 0 | 5E | 0 | 64 | 20 | 2D | 13F | 64 | 1B |
| Octal | 213 | 0 | 136 | 0 | 144 | 40 | 55 | 477 | 144 | 33 |
| Binary | 10001011 | 0 | 1011110 | 0 | 1100100 | 100000 | 101101 | 100111111 | 1100100 | 11011 |
Color Harmonies of #8B005E
Complementary color
Monochromatic Colors of #8B005E
Black with #8B005E
Text Example
Text Example
White with #8B005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B005E; }
p { color: rgb(139,0,94); }
H1.HeaderClassName
{
color: #8B005E;
}
.AnyTagClassName
{
color: #8B005E;
}
</style>
background-color css
<style>
a { background-color: #8B005E; }
a { background-color: rgb(139,0,94); }
div.DivClassName
{
background-color: #8B005E;
}
.BgClassName
{
background-color: #8B005E;
}
</style>
border-color css
<style>
span { border-color: #8B005E; }
span { border-color: rgb(139,0,94); }
td.TdClassName
{
border-color: #8B005E;
}
.TagClassName
{
border-color: #8B005E;
}
</style>