Shades of Eggplant #8B045E
Tints of Eggplant #8B045E
RGB
CMYK
RGB Variations
Color information
#8B045E (or 0x8B045E) is known color: Eggplant. HEX triplet: 8B, 04 and 5E. RGB value is (139,4,94). Sum of RGB (Red+Green+Blue) = 139+4+94=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B045E is #74FBA1. Grayscale: #363636. Windows color (decimal): -7666594 or 6161547. OLE color: 6161547.
HSL color Cylindrical-coordinate representation of color #8B045E: hue angle of 320º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B045E is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 94 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.45 |
| HSL | 320º | 0.94% | 0.28% | - |
| HSV(B) | 320º | 0.97% | 0.55% | - |
| XYZ | 12.71 | 6.38 | 11.15 | - |
| YUV | 54.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 94 | 0 | 0.97 | 0.32 | 0.45 | 320 | 0.94 | 0.28 |
| Hex | 8B | 4 | 5E | 0 | 61 | 20 | 2D | 140 | 5E | 1C |
| Octal | 213 | 4 | 136 | 0 | 141 | 40 | 55 | 500 | 136 | 34 |
| Binary | 10001011 | 100 | 1011110 | 0 | 1100001 | 100000 | 101101 | 101000000 | 1011110 | 11100 |
Color Harmonies of #8B045E
Complementary color
Monochromatic Colors of #8B045E
Black with #8B045E
Text Example
Text Example
White with #8B045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B045E; }
p { color: rgb(139,4,94); }
H1.HeaderClassName
{
color: #8B045E;
}
.AnyTagClassName
{
color: #8B045E;
}
</style>
background-color css
<style>
a { background-color: #8B045E; }
a { background-color: rgb(139,4,94); }
div.DivClassName
{
background-color: #8B045E;
}
.BgClassName
{
background-color: #8B045E;
}
</style>
border-color css
<style>
span { border-color: #8B045E; }
span { border-color: rgb(139,4,94); }
td.TdClassName
{
border-color: #8B045E;
}
.TagClassName
{
border-color: #8B045E;
}
</style>