Shades of Eggplant #8B0555
Tints of Eggplant #8B0555
RGB
CMYK
RGB Variations
Color information
#8B0555 (or 0x8B0555) is known color: Eggplant. HEX triplet: 8B, 05 and 55. RGB value is (139,5,85). Sum of RGB (Red+Green+Blue) = 139+5+85=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0555 is #74FAAA. Grayscale: #363636. Windows color (decimal): -7666347 or 5571979. OLE color: 5571979.
HSL color Cylindrical-coordinate representation of color #8B0555: hue angle of 324.18º 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 #8B0555 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 85 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.45 |
| HSL | 324.18º | 0.93% | 0.28% | - |
| HSV(B) | 324.18º | 0.96% | 0.55% | - |
| XYZ | 12.34 | 6.25 | 9.15 | - |
| YUV | 54.19 | 145.39 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 85 | 0 | 0.96 | 0.39 | 0.45 | 324.18 | 0.93 | 0.28 |
| Hex | 8B | 5 | 55 | 0 | 60 | 27 | 2D | 144 | 5D | 1C |
| Octal | 213 | 5 | 125 | 0 | 140 | 47 | 55 | 504 | 135 | 34 |
| Binary | 10001011 | 101 | 1010101 | 0 | 1100000 | 100111 | 101101 | 101000100 | 1011101 | 11100 |
Color Harmonies of #8B0555
Complementary color
Monochromatic Colors of #8B0555
Black with #8B0555
Text Example
Text Example
White with #8B0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0555; }
p { color: rgb(139,5,85); }
H1.HeaderClassName
{
color: #8B0555;
}
.AnyTagClassName
{
color: #8B0555;
}
</style>
background-color css
<style>
a { background-color: #8B0555; }
a { background-color: rgb(139,5,85); }
div.DivClassName
{
background-color: #8B0555;
}
.BgClassName
{
background-color: #8B0555;
}
</style>
border-color css
<style>
span { border-color: #8B0555; }
span { border-color: rgb(139,5,85); }
td.TdClassName
{
border-color: #8B0555;
}
.TagClassName
{
border-color: #8B0555;
}
</style>