Shades of Eggplant #8B0572
Tints of Eggplant #8B0572
RGB
CMYK
RGB Variations
Color information
#8B0572 (or 0x8B0572) is known color: Eggplant. HEX triplet: 8B, 05 and 72. RGB value is (139,5,114). Sum of RGB (Red+Green+Blue) = 139+5+114=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0572 is #74FA8D. Grayscale: #393939. Windows color (decimal): -7666318 or 7472523. OLE color: 7472523.
HSL color Cylindrical-coordinate representation of color #8B0572: hue angle of 311.19º 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 #8B0572 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 114 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.45 |
| HSL | 311.19º | 0.93% | 0.28% | - |
| HSV(B) | 311.19º | 0.96% | 0.55% | - |
| XYZ | 13.74 | 6.81 | 16.51 | - |
| YUV | 57.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 114 | 0 | 0.96 | 0.18 | 0.45 | 311.19 | 0.93 | 0.28 |
| Hex | 8B | 5 | 72 | 0 | 60 | 12 | 2D | 137 | 5D | 1C |
| Octal | 213 | 5 | 162 | 0 | 140 | 22 | 55 | 467 | 135 | 34 |
| Binary | 10001011 | 101 | 1110010 | 0 | 1100000 | 10010 | 101101 | 100110111 | 1011101 | 11100 |
Color Harmonies of #8B0572
Complementary color
Monochromatic Colors of #8B0572
Black with #8B0572
Text Example
Text Example
White with #8B0572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0572; }
p { color: rgb(139,5,114); }
H1.HeaderClassName
{
color: #8B0572;
}
.AnyTagClassName
{
color: #8B0572;
}
</style>
background-color css
<style>
a { background-color: #8B0572; }
a { background-color: rgb(139,5,114); }
div.DivClassName
{
background-color: #8B0572;
}
.BgClassName
{
background-color: #8B0572;
}
</style>
border-color css
<style>
span { border-color: #8B0572; }
span { border-color: rgb(139,5,114); }
td.TdClassName
{
border-color: #8B0572;
}
.TagClassName
{
border-color: #8B0572;
}
</style>