Shades of Eggplant #8B0871
Tints of Eggplant #8B0871
RGB
CMYK
RGB Variations
Color information
#8B0871 (or 0x8B0871) is known color: Eggplant. HEX triplet: 8B, 08 and 71. RGB value is (139,8,113). Sum of RGB (Red+Green+Blue) = 139+8+113=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0871 is #74F78E. Grayscale: #3A3A3A. Windows color (decimal): -7665551 or 7407755. OLE color: 7407755.
HSL color Cylindrical-coordinate representation of color #8B0871: hue angle of 311.91º 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 #8B0871 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 113 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.45 |
| HSL | 311.91º | 0.89% | 0.29% | - |
| HSV(B) | 311.91º | 0.94% | 0.55% | - |
| XYZ | 13.71 | 6.85 | 16.22 | - |
| YUV | 59.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 113 | 0 | 0.94 | 0.19 | 0.45 | 311.91 | 0.89 | 0.29 |
| Hex | 8B | 8 | 71 | 0 | 5E | 13 | 2D | 138 | 59 | 1D |
| Octal | 213 | 10 | 161 | 0 | 136 | 23 | 55 | 470 | 131 | 35 |
| Binary | 10001011 | 1000 | 1110001 | 0 | 1011110 | 10011 | 101101 | 100111000 | 1011001 | 11101 |
Color Harmonies of #8B0871
Complementary color
Monochromatic Colors of #8B0871
Black with #8B0871
Text Example
Text Example
White with #8B0871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0871; }
p { color: rgb(139,8,113); }
H1.HeaderClassName
{
color: #8B0871;
}
.AnyTagClassName
{
color: #8B0871;
}
</style>
background-color css
<style>
a { background-color: #8B0871; }
a { background-color: rgb(139,8,113); }
div.DivClassName
{
background-color: #8B0871;
}
.BgClassName
{
background-color: #8B0871;
}
</style>
border-color css
<style>
span { border-color: #8B0871; }
span { border-color: rgb(139,8,113); }
td.TdClassName
{
border-color: #8B0871;
}
.TagClassName
{
border-color: #8B0871;
}
</style>