Shades of Eggplant #8B0055
Tints of Eggplant #8B0055
RGB
CMYK
RGB Variations
Color information
#8B0055 (or 0x8B0055) is known color: Eggplant. HEX triplet: 8B, 00 and 55. RGB value is (139,0,85). Sum of RGB (Red+Green+Blue) = 139+0+85=224 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.05% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0055 is #74FFAA. Grayscale: #333333. Windows color (decimal): -7667627 or 5570699. OLE color: 5570699.
HSL color Cylindrical-coordinate representation of color #8B0055: hue angle of 323.31º 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 #8B0055 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.39 | 0.45 |
| HSL | 323.31º | 1% | 0.27% | - |
| HSV(B) | 323.31º | 1% | 0.55% | - |
| XYZ | 12.29 | 6.14 | 9.13 | - |
| YUV | 51.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 85 | 0 | 1 | 0.39 | 0.45 | 323.31 | 1 | 0.27 |
| Hex | 8B | 0 | 55 | 0 | 64 | 27 | 2D | 143 | 64 | 1B |
| Octal | 213 | 0 | 125 | 0 | 144 | 47 | 55 | 503 | 144 | 33 |
| Binary | 10001011 | 0 | 1010101 | 0 | 1100100 | 100111 | 101101 | 101000011 | 1100100 | 11011 |
Color Harmonies of #8B0055
Complementary color
Monochromatic Colors of #8B0055
Black with #8B0055
Text Example
Text Example
White with #8B0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0055; }
p { color: rgb(139,0,85); }
H1.HeaderClassName
{
color: #8B0055;
}
.AnyTagClassName
{
color: #8B0055;
}
</style>
background-color css
<style>
a { background-color: #8B0055; }
a { background-color: rgb(139,0,85); }
div.DivClassName
{
background-color: #8B0055;
}
.BgClassName
{
background-color: #8B0055;
}
</style>
border-color css
<style>
span { border-color: #8B0055; }
span { border-color: rgb(139,0,85); }
td.TdClassName
{
border-color: #8B0055;
}
.TagClassName
{
border-color: #8B0055;
}
</style>