Shades of Eggplant #8B0557
Tints of Eggplant #8B0557
RGB
CMYK
RGB Variations
Color information
#8B0557 (or 0x8B0557) is known color: Eggplant. HEX triplet: 8B, 05 and 57. RGB value is (139,5,87). Sum of RGB (Red+Green+Blue) = 139+5+87=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0557 is #74FAA8. Grayscale: #363636. Windows color (decimal): -7666345 or 5703051. OLE color: 5703051.
HSL color Cylindrical-coordinate representation of color #8B0557: hue angle of 323.28º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0557 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 87 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.45 |
| HSL | 323.28º | 0.93% | 0.28% | - |
| HSV(B) | 323.28º | 0.96% | 0.55% | - |
| XYZ | 12.42 | 6.29 | 9.58 | - |
| YUV | 54.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 87 | 0 | 0.96 | 0.37 | 0.45 | 323.28 | 0.93 | 0.28 |
| Hex | 8B | 5 | 57 | 0 | 60 | 25 | 2D | 143 | 5D | 1C |
| Octal | 213 | 5 | 127 | 0 | 140 | 45 | 55 | 503 | 135 | 34 |
| Binary | 10001011 | 101 | 1010111 | 0 | 1100000 | 100101 | 101101 | 101000011 | 1011101 | 11100 |
Color Harmonies of #8B0557
Complementary color
Monochromatic Colors of #8B0557
Black with #8B0557
Text Example
Text Example
White with #8B0557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0557; }
p { color: rgb(139,5,87); }
H1.HeaderClassName
{
color: #8B0557;
}
.AnyTagClassName
{
color: #8B0557;
}
</style>
background-color css
<style>
a { background-color: #8B0557; }
a { background-color: rgb(139,5,87); }
div.DivClassName
{
background-color: #8B0557;
}
.BgClassName
{
background-color: #8B0557;
}
</style>
border-color css
<style>
span { border-color: #8B0557; }
span { border-color: rgb(139,5,87); }
td.TdClassName
{
border-color: #8B0557;
}
.TagClassName
{
border-color: #8B0557;
}
</style>