Shades of Eggplant #8B034A
Tints of Eggplant #8B034A
RGB
CMYK
RGB Variations
Color information
#8B034A (or 0x8B034A) is known color: Eggplant. HEX triplet: 8B, 03 and 4A. RGB value is (139,3,74). Sum of RGB (Red+Green+Blue) = 139+3+74=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B034A is #74FCB5. Grayscale: #333333. Windows color (decimal): -7666870 or 4850571. OLE color: 4850571.
HSL color Cylindrical-coordinate representation of color #8B034A: hue angle of 328.68º 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 #8B034A is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 74 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.45 |
| HSL | 328.68º | 0.96% | 0.28% | - |
| HSV(B) | 328.68º | 0.98% | 0.55% | - |
| XYZ | 11.92 | 6.05 | 7.02 | - |
| YUV | 51.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 74 | 0 | 0.98 | 0.47 | 0.45 | 328.68 | 0.96 | 0.28 |
| Hex | 8B | 3 | 4A | 0 | 62 | 2F | 2D | 149 | 60 | 1C |
| Octal | 213 | 3 | 112 | 0 | 142 | 57 | 55 | 511 | 140 | 34 |
| Binary | 10001011 | 11 | 1001010 | 0 | 1100010 | 101111 | 101101 | 101001001 | 1100000 | 11100 |
Color Harmonies of #8B034A
Complementary color
Monochromatic Colors of #8B034A
Black with #8B034A
Text Example
Text Example
White with #8B034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B034A; }
p { color: rgb(139,3,74); }
H1.HeaderClassName
{
color: #8B034A;
}
.AnyTagClassName
{
color: #8B034A;
}
</style>
background-color css
<style>
a { background-color: #8B034A; }
a { background-color: rgb(139,3,74); }
div.DivClassName
{
background-color: #8B034A;
}
.BgClassName
{
background-color: #8B034A;
}
</style>
border-color css
<style>
span { border-color: #8B034A; }
span { border-color: rgb(139,3,74); }
td.TdClassName
{
border-color: #8B034A;
}
.TagClassName
{
border-color: #8B034A;
}
</style>