Shades of Eggplant #8B034E
Tints of Eggplant #8B034E
RGB
CMYK
RGB Variations
Color information
#8B034E (or 0x8B034E) is known color: Eggplant. HEX triplet: 8B, 03 and 4E. RGB value is (139,3,78). Sum of RGB (Red+Green+Blue) = 139+3+78=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B034E is #74FCB1. Grayscale: #343434. Windows color (decimal): -7666866 or 5112715. OLE color: 5112715.
HSL color Cylindrical-coordinate representation of color #8B034E: hue angle of 326.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B034E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 78 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.45 |
| HSL | 326.91º | 0.96% | 0.28% | - |
| HSV(B) | 326.91º | 0.98% | 0.55% | - |
| XYZ | 12.06 | 6.1 | 7.75 | - |
| YUV | 52.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 78 | 0 | 0.98 | 0.44 | 0.45 | 326.91 | 0.96 | 0.28 |
| Hex | 8B | 3 | 4E | 0 | 62 | 2C | 2D | 147 | 60 | 1C |
| Octal | 213 | 3 | 116 | 0 | 142 | 54 | 55 | 507 | 140 | 34 |
| Binary | 10001011 | 11 | 1001110 | 0 | 1100010 | 101100 | 101101 | 101000111 | 1100000 | 11100 |
Color Harmonies of #8B034E
Complementary color
Monochromatic Colors of #8B034E
Black with #8B034E
Text Example
Text Example
White with #8B034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B034E; }
p { color: rgb(139,3,78); }
H1.HeaderClassName
{
color: #8B034E;
}
.AnyTagClassName
{
color: #8B034E;
}
</style>
background-color css
<style>
a { background-color: #8B034E; }
a { background-color: rgb(139,3,78); }
div.DivClassName
{
background-color: #8B034E;
}
.BgClassName
{
background-color: #8B034E;
}
</style>
border-color css
<style>
span { border-color: #8B034E; }
span { border-color: rgb(139,3,78); }
td.TdClassName
{
border-color: #8B034E;
}
.TagClassName
{
border-color: #8B034E;
}
</style>