Shades of Eggplant #8B044D
Tints of Eggplant #8B044D
RGB
CMYK
RGB Variations
Color information
#8B044D (or 0x8B044D) is known color: Eggplant. HEX triplet: 8B, 04 and 4D. RGB value is (139,4,77). Sum of RGB (Red+Green+Blue) = 139+4+77=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B044D is #74FBB2. Grayscale: #343434. Windows color (decimal): -7666611 or 5047435. OLE color: 5047435.
HSL color Cylindrical-coordinate representation of color #8B044D: hue angle of 327.56º 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 #8B044D is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 77 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.45 |
| HSL | 327.56º | 0.94% | 0.28% | - |
| HSV(B) | 327.56º | 0.97% | 0.55% | - |
| XYZ | 12.03 | 6.11 | 7.57 | - |
| YUV | 52.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 77 | 0 | 0.97 | 0.45 | 0.45 | 327.56 | 0.94 | 0.28 |
| Hex | 8B | 4 | 4D | 0 | 61 | 2D | 2D | 148 | 5E | 1C |
| Octal | 213 | 4 | 115 | 0 | 141 | 55 | 55 | 510 | 136 | 34 |
| Binary | 10001011 | 100 | 1001101 | 0 | 1100001 | 101101 | 101101 | 101001000 | 1011110 | 11100 |
Color Harmonies of #8B044D
Complementary color
Monochromatic Colors of #8B044D
Black with #8B044D
Text Example
Text Example
White with #8B044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B044D; }
p { color: rgb(139,4,77); }
H1.HeaderClassName
{
color: #8B044D;
}
.AnyTagClassName
{
color: #8B044D;
}
</style>
background-color css
<style>
a { background-color: #8B044D; }
a { background-color: rgb(139,4,77); }
div.DivClassName
{
background-color: #8B044D;
}
.BgClassName
{
background-color: #8B044D;
}
</style>
border-color css
<style>
span { border-color: #8B044D; }
span { border-color: rgb(139,4,77); }
td.TdClassName
{
border-color: #8B044D;
}
.TagClassName
{
border-color: #8B044D;
}
</style>