Shades of Eggplant #8B0552
Tints of Eggplant #8B0552
RGB
CMYK
RGB Variations
Color information
#8B0552 (or 0x8B0552) is known color: Eggplant. HEX triplet: 8B, 05 and 52. RGB value is (139,5,82). Sum of RGB (Red+Green+Blue) = 139+5+82=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0552 is #74FAAD. Grayscale: #353535. Windows color (decimal): -7666350 or 5375371. OLE color: 5375371.
HSL color Cylindrical-coordinate representation of color #8B0552: hue angle of 325.52º degrees, saturation: 0.93, 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 #8B0552 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 82 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.45 |
| HSL | 325.52º | 0.93% | 0.28% | - |
| HSV(B) | 325.52º | 0.96% | 0.55% | - |
| XYZ | 12.22 | 6.21 | 8.54 | - |
| YUV | 53.84 | 143.89 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 82 | 0 | 0.96 | 0.41 | 0.45 | 325.52 | 0.93 | 0.28 |
| Hex | 8B | 5 | 52 | 0 | 60 | 29 | 2D | 146 | 5D | 1C |
| Octal | 213 | 5 | 122 | 0 | 140 | 51 | 55 | 506 | 135 | 34 |
| Binary | 10001011 | 101 | 1010010 | 0 | 1100000 | 101001 | 101101 | 101000110 | 1011101 | 11100 |
Color Harmonies of #8B0552
Complementary color
Monochromatic Colors of #8B0552
Black with #8B0552
Text Example
Text Example
White with #8B0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0552; }
p { color: rgb(139,5,82); }
H1.HeaderClassName
{
color: #8B0552;
}
.AnyTagClassName
{
color: #8B0552;
}
</style>
background-color css
<style>
a { background-color: #8B0552; }
a { background-color: rgb(139,5,82); }
div.DivClassName
{
background-color: #8B0552;
}
.BgClassName
{
background-color: #8B0552;
}
</style>
border-color css
<style>
span { border-color: #8B0552; }
span { border-color: rgb(139,5,82); }
td.TdClassName
{
border-color: #8B0552;
}
.TagClassName
{
border-color: #8B0552;
}
</style>