Shades of Eggplant #8B0652
Tints of Eggplant #8B0652
RGB
CMYK
RGB Variations
Color information
#8B0652 (or 0x8B0652) is known color: Eggplant. HEX triplet: 8B, 06 and 52. RGB value is (139,6,82). Sum of RGB (Red+Green+Blue) = 139+6+82=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0652 is #74F9AD. Grayscale: #363636. Windows color (decimal): -7666094 or 5375627. OLE color: 5375627.
HSL color Cylindrical-coordinate representation of color #8B0652: hue angle of 325.71º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0652 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 82 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.45 |
| HSL | 325.71º | 0.92% | 0.28% | - |
| HSV(B) | 325.71º | 0.96% | 0.55% | - |
| XYZ | 12.24 | 6.23 | 8.54 | - |
| YUV | 54.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 82 | 0 | 0.96 | 0.41 | 0.45 | 325.71 | 0.92 | 0.28 |
| Hex | 8B | 6 | 52 | 0 | 60 | 29 | 2D | 146 | 5C | 1C |
| Octal | 213 | 6 | 122 | 0 | 140 | 51 | 55 | 506 | 134 | 34 |
| Binary | 10001011 | 110 | 1010010 | 0 | 1100000 | 101001 | 101101 | 101000110 | 1011100 | 11100 |
Color Harmonies of #8B0652
Complementary color
Monochromatic Colors of #8B0652
Black with #8B0652
Text Example
Text Example
White with #8B0652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0652; }
p { color: rgb(139,6,82); }
H1.HeaderClassName
{
color: #8B0652;
}
.AnyTagClassName
{
color: #8B0652;
}
</style>
background-color css
<style>
a { background-color: #8B0652; }
a { background-color: rgb(139,6,82); }
div.DivClassName
{
background-color: #8B0652;
}
.BgClassName
{
background-color: #8B0652;
}
</style>
border-color css
<style>
span { border-color: #8B0652; }
span { border-color: rgb(139,6,82); }
td.TdClassName
{
border-color: #8B0652;
}
.TagClassName
{
border-color: #8B0652;
}
</style>