Shades of Eggplant #8B045A
Tints of Eggplant #8B045A
RGB
CMYK
RGB Variations
Color information
#8B045A (or 0x8B045A) is known color: Eggplant. HEX triplet: 8B, 04 and 5A. RGB value is (139,4,90). Sum of RGB (Red+Green+Blue) = 139+4+90=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B045A is #74FBA5. Grayscale: #353535. Windows color (decimal): -7666598 or 5899403. OLE color: 5899403.
HSL color Cylindrical-coordinate representation of color #8B045A: hue angle of 321.78º 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 #8B045A is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 90 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.45 |
| HSL | 321.78º | 0.94% | 0.28% | - |
| HSV(B) | 321.78º | 0.97% | 0.55% | - |
| XYZ | 12.54 | 6.31 | 10.23 | - |
| YUV | 54.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 90 | 0 | 0.97 | 0.35 | 0.45 | 321.78 | 0.94 | 0.28 |
| Hex | 8B | 4 | 5A | 0 | 61 | 23 | 2D | 142 | 5E | 1C |
| Octal | 213 | 4 | 132 | 0 | 141 | 43 | 55 | 502 | 136 | 34 |
| Binary | 10001011 | 100 | 1011010 | 0 | 1100001 | 100011 | 101101 | 101000010 | 1011110 | 11100 |
Color Harmonies of #8B045A
Complementary color
Monochromatic Colors of #8B045A
Black with #8B045A
Text Example
Text Example
White with #8B045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B045A; }
p { color: rgb(139,4,90); }
H1.HeaderClassName
{
color: #8B045A;
}
.AnyTagClassName
{
color: #8B045A;
}
</style>
background-color css
<style>
a { background-color: #8B045A; }
a { background-color: rgb(139,4,90); }
div.DivClassName
{
background-color: #8B045A;
}
.BgClassName
{
background-color: #8B045A;
}
</style>
border-color css
<style>
span { border-color: #8B045A; }
span { border-color: rgb(139,4,90); }
td.TdClassName
{
border-color: #8B045A;
}
.TagClassName
{
border-color: #8B045A;
}
</style>