Shades of Eggplant #8B0D5E
Tints of Eggplant #8B0D5E
RGB
CMYK
RGB Variations
Color information
#8B0D5E (or 0x8B0D5E) is known color: Eggplant. HEX triplet: 8B, 0D and 5E. RGB value is (139,13,94). Sum of RGB (Red+Green+Blue) = 139+13+94=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D5E is #74F2A1. Grayscale: #3B3B3B. Windows color (decimal): -7664290 or 6163851. OLE color: 6163851.
HSL color Cylindrical-coordinate representation of color #8B0D5E: hue angle of 321.43º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0D5E is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 13 | 94 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.45 |
| HSL | 321.43º | 0.83% | 0.3% | - |
| HSV(B) | 321.43º | 0.91% | 0.55% | - |
| XYZ | 12.81 | 6.58 | 11.19 | - |
| YUV | 59.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 94 | 0 | 0.91 | 0.32 | 0.45 | 321.43 | 0.83 | 0.3 |
| Hex | 8B | D | 5E | 0 | 5B | 20 | 2D | 141 | 53 | 1E |
| Octal | 213 | 15 | 136 | 0 | 133 | 40 | 55 | 501 | 123 | 36 |
| Binary | 10001011 | 1101 | 1011110 | 0 | 1011011 | 100000 | 101101 | 101000001 | 1010011 | 11110 |
Color Harmonies of #8B0D5E
Complementary color
Monochromatic Colors of #8B0D5E
Black with #8B0D5E
Text Example
Text Example
White with #8B0D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0D5E; }
p { color: rgb(139,13,94); }
H1.HeaderClassName
{
color: #8B0D5E;
}
.AnyTagClassName
{
color: #8B0D5E;
}
</style>
background-color css
<style>
a { background-color: #8B0D5E; }
a { background-color: rgb(139,13,94); }
div.DivClassName
{
background-color: #8B0D5E;
}
.BgClassName
{
background-color: #8B0D5E;
}
</style>
border-color css
<style>
span { border-color: #8B0D5E; }
span { border-color: rgb(139,13,94); }
td.TdClassName
{
border-color: #8B0D5E;
}
.TagClassName
{
border-color: #8B0D5E;
}
</style>