Shades of Eggplant #8B0872
Tints of Eggplant #8B0872
RGB
CMYK
RGB Variations
Color information
#8B0872 (or 0x8B0872) is known color: Eggplant. HEX triplet: 8B, 08 and 72. RGB value is (139,8,114). Sum of RGB (Red+Green+Blue) = 139+8+114=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0872 is #74F78D. Grayscale: #3A3A3A. Windows color (decimal): -7665550 or 7473291. OLE color: 7473291.
HSL color Cylindrical-coordinate representation of color #8B0872: hue angle of 311.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0872 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 114 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.45 |
| HSL | 311.45º | 0.89% | 0.29% | - |
| HSV(B) | 311.45º | 0.94% | 0.55% | - |
| XYZ | 13.77 | 6.88 | 16.52 | - |
| YUV | 59.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 114 | 0 | 0.94 | 0.18 | 0.45 | 311.45 | 0.89 | 0.29 |
| Hex | 8B | 8 | 72 | 0 | 5E | 12 | 2D | 137 | 59 | 1D |
| Octal | 213 | 10 | 162 | 0 | 136 | 22 | 55 | 467 | 131 | 35 |
| Binary | 10001011 | 1000 | 1110010 | 0 | 1011110 | 10010 | 101101 | 100110111 | 1011001 | 11101 |
Color Harmonies of #8B0872
Complementary color
Monochromatic Colors of #8B0872
Black with #8B0872
Text Example
Text Example
White with #8B0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0872; }
p { color: rgb(139,8,114); }
H1.HeaderClassName
{
color: #8B0872;
}
.AnyTagClassName
{
color: #8B0872;
}
</style>
background-color css
<style>
a { background-color: #8B0872; }
a { background-color: rgb(139,8,114); }
div.DivClassName
{
background-color: #8B0872;
}
.BgClassName
{
background-color: #8B0872;
}
</style>
border-color css
<style>
span { border-color: #8B0872; }
span { border-color: rgb(139,8,114); }
td.TdClassName
{
border-color: #8B0872;
}
.TagClassName
{
border-color: #8B0872;
}
</style>