Shades of Eggplant #8B0472
Tints of Eggplant #8B0472
RGB
CMYK
RGB Variations
Color information
#8B0472 (or 0x8B0472) is known color: Eggplant. HEX triplet: 8B, 04 and 72. RGB value is (139,4,114). Sum of RGB (Red+Green+Blue) = 139+4+114=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0472 is #74FB8D. Grayscale: #383838. Windows color (decimal): -7666574 or 7472267. OLE color: 7472267.
HSL color Cylindrical-coordinate representation of color #8B0472: hue angle of 311.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0472 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 114 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.45 |
| HSL | 311.11º | 0.94% | 0.28% | - |
| HSV(B) | 311.11º | 0.97% | 0.55% | - |
| XYZ | 13.73 | 6.79 | 16.51 | - |
| YUV | 56.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 114 | 0 | 0.97 | 0.18 | 0.45 | 311.11 | 0.94 | 0.28 |
| Hex | 8B | 4 | 72 | 0 | 61 | 12 | 2D | 137 | 5E | 1C |
| Octal | 213 | 4 | 162 | 0 | 141 | 22 | 55 | 467 | 136 | 34 |
| Binary | 10001011 | 100 | 1110010 | 0 | 1100001 | 10010 | 101101 | 100110111 | 1011110 | 11100 |
Color Harmonies of #8B0472
Complementary color
Monochromatic Colors of #8B0472
Black with #8B0472
Text Example
Text Example
White with #8B0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0472; }
p { color: rgb(139,4,114); }
H1.HeaderClassName
{
color: #8B0472;
}
.AnyTagClassName
{
color: #8B0472;
}
</style>
background-color css
<style>
a { background-color: #8B0472; }
a { background-color: rgb(139,4,114); }
div.DivClassName
{
background-color: #8B0472;
}
.BgClassName
{
background-color: #8B0472;
}
</style>
border-color css
<style>
span { border-color: #8B0472; }
span { border-color: rgb(139,4,114); }
td.TdClassName
{
border-color: #8B0472;
}
.TagClassName
{
border-color: #8B0472;
}
</style>