Shades of Eggplant #8B035E
Tints of Eggplant #8B035E
RGB
CMYK
RGB Variations
Color information
#8B035E (or 0x8B035E) is known color: Eggplant. HEX triplet: 8B, 03 and 5E. RGB value is (139,3,94). Sum of RGB (Red+Green+Blue) = 139+3+94=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B035E is #74FCA1. Grayscale: #353535. Windows color (decimal): -7666850 or 6161291. OLE color: 6161291.
HSL color Cylindrical-coordinate representation of color #8B035E: hue angle of 319.85º 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 #8B035E is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 94 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.45 |
| HSL | 319.85º | 0.96% | 0.28% | - |
| HSV(B) | 319.85º | 0.98% | 0.55% | - |
| XYZ | 12.7 | 6.36 | 11.15 | - |
| YUV | 54.04 | 150.56 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 94 | 0 | 0.98 | 0.32 | 0.45 | 319.85 | 0.96 | 0.28 |
| Hex | 8B | 3 | 5E | 0 | 62 | 20 | 2D | 140 | 60 | 1C |
| Octal | 213 | 3 | 136 | 0 | 142 | 40 | 55 | 500 | 140 | 34 |
| Binary | 10001011 | 11 | 1011110 | 0 | 1100010 | 100000 | 101101 | 101000000 | 1100000 | 11100 |
Color Harmonies of #8B035E
Complementary color
Monochromatic Colors of #8B035E
Black with #8B035E
Text Example
Text Example
White with #8B035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B035E; }
p { color: rgb(139,3,94); }
H1.HeaderClassName
{
color: #8B035E;
}
.AnyTagClassName
{
color: #8B035E;
}
</style>
background-color css
<style>
a { background-color: #8B035E; }
a { background-color: rgb(139,3,94); }
div.DivClassName
{
background-color: #8B035E;
}
.BgClassName
{
background-color: #8B035E;
}
</style>
border-color css
<style>
span { border-color: #8B035E; }
span { border-color: rgb(139,3,94); }
td.TdClassName
{
border-color: #8B035E;
}
.TagClassName
{
border-color: #8B035E;
}
</style>