Shades of Eggplant #8B025A
Tints of Eggplant #8B025A
RGB
CMYK
RGB Variations
Color information
#8B025A (or 0x8B025A) is known color: Eggplant. HEX triplet: 8B, 02 and 5A. RGB value is (139,2,90). Sum of RGB (Red+Green+Blue) = 139+2+90=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B025A is #74FDA5. Grayscale: #343434. Windows color (decimal): -7667110 or 5898891. OLE color: 5898891.
HSL color Cylindrical-coordinate representation of color #8B025A: hue angle of 321.46º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B025A is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.45 |
| HSL | 321.46º | 0.97% | 0.28% | - |
| HSV(B) | 321.46º | 0.99% | 0.55% | - |
| XYZ | 12.51 | 6.27 | 10.22 | - |
| YUV | 53 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 90 | 0 | 0.99 | 0.35 | 0.45 | 321.46 | 0.97 | 0.28 |
| Hex | 8B | 2 | 5A | 0 | 63 | 23 | 2D | 141 | 61 | 1C |
| Octal | 213 | 2 | 132 | 0 | 143 | 43 | 55 | 501 | 141 | 34 |
| Binary | 10001011 | 10 | 1011010 | 0 | 1100011 | 100011 | 101101 | 101000001 | 1100001 | 11100 |
Color Harmonies of #8B025A
Complementary color
Monochromatic Colors of #8B025A
Black with #8B025A
Text Example
Text Example
White with #8B025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B025A; }
p { color: rgb(139,2,90); }
H1.HeaderClassName
{
color: #8B025A;
}
.AnyTagClassName
{
color: #8B025A;
}
</style>
background-color css
<style>
a { background-color: #8B025A; }
a { background-color: rgb(139,2,90); }
div.DivClassName
{
background-color: #8B025A;
}
.BgClassName
{
background-color: #8B025A;
}
</style>
border-color css
<style>
span { border-color: #8B025A; }
span { border-color: rgb(139,2,90); }
td.TdClassName
{
border-color: #8B025A;
}
.TagClassName
{
border-color: #8B025A;
}
</style>