Shades of Eggplant #8B0053
Tints of Eggplant #8B0053
RGB
CMYK
RGB Variations
Color information
#8B0053 (or 0x8B0053) is known color: Eggplant. HEX triplet: 8B, 00 and 53. RGB value is (139,0,83). Sum of RGB (Red+Green+Blue) = 139+0+83=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0053 is #74FFAC. Grayscale: #323232. Windows color (decimal): -7667629 or 5439627. OLE color: 5439627.
HSL color Cylindrical-coordinate representation of color #8B0053: hue angle of 324.17º 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 #8B0053 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.40 | 0.45 |
| HSL | 324.17º | 1% | 0.27% | - |
| HSV(B) | 324.17º | 1% | 0.55% | - |
| XYZ | 12.21 | 6.11 | 8.72 | - |
| YUV | 51.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 83 | 0 | 1 | 0.40 | 0.45 | 324.17 | 1 | 0.27 |
| Hex | 8B | 0 | 53 | 0 | 64 | 28 | 2D | 144 | 64 | 1B |
| Octal | 213 | 0 | 123 | 0 | 144 | 50 | 55 | 504 | 144 | 33 |
| Binary | 10001011 | 0 | 1010011 | 0 | 1100100 | 101000 | 101101 | 101000100 | 1100100 | 11011 |
Color Harmonies of #8B0053
Complementary color
Monochromatic Colors of #8B0053
Black with #8B0053
Text Example
Text Example
White with #8B0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0053; }
p { color: rgb(139,0,83); }
H1.HeaderClassName
{
color: #8B0053;
}
.AnyTagClassName
{
color: #8B0053;
}
</style>
background-color css
<style>
a { background-color: #8B0053; }
a { background-color: rgb(139,0,83); }
div.DivClassName
{
background-color: #8B0053;
}
.BgClassName
{
background-color: #8B0053;
}
</style>
border-color css
<style>
span { border-color: #8B0053; }
span { border-color: rgb(139,0,83); }
td.TdClassName
{
border-color: #8B0053;
}
.TagClassName
{
border-color: #8B0053;
}
</style>