Shades of Eggplant #8B0753
Tints of Eggplant #8B0753
RGB
CMYK
RGB Variations
Color information
#8B0753 (or 0x8B0753) is known color: Eggplant. HEX triplet: 8B, 07 and 53. RGB value is (139,7,83). Sum of RGB (Red+Green+Blue) = 139+7+83=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0753 is #74F8AC. Grayscale: #363636. Windows color (decimal): -7665837 or 5441419. OLE color: 5441419.
HSL color Cylindrical-coordinate representation of color #8B0753: hue angle of 325.45º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0753 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 7 | 83 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.45 |
| HSL | 325.45º | 0.9% | 0.29% | - |
| HSV(B) | 325.45º | 0.95% | 0.55% | - |
| XYZ | 12.28 | 6.27 | 8.75 | - |
| YUV | 55.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 83 | 0 | 0.95 | 0.40 | 0.45 | 325.45 | 0.9 | 0.29 |
| Hex | 8B | 7 | 53 | 0 | 5F | 28 | 2D | 145 | 5A | 1D |
| Octal | 213 | 7 | 123 | 0 | 137 | 50 | 55 | 505 | 132 | 35 |
| Binary | 10001011 | 111 | 1010011 | 0 | 1011111 | 101000 | 101101 | 101000101 | 1011010 | 11101 |
Color Harmonies of #8B0753
Complementary color
Monochromatic Colors of #8B0753
Black with #8B0753
Text Example
Text Example
White with #8B0753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0753; }
p { color: rgb(139,7,83); }
H1.HeaderClassName
{
color: #8B0753;
}
.AnyTagClassName
{
color: #8B0753;
}
</style>
background-color css
<style>
a { background-color: #8B0753; }
a { background-color: rgb(139,7,83); }
div.DivClassName
{
background-color: #8B0753;
}
.BgClassName
{
background-color: #8B0753;
}
</style>
border-color css
<style>
span { border-color: #8B0753; }
span { border-color: rgb(139,7,83); }
td.TdClassName
{
border-color: #8B0753;
}
.TagClassName
{
border-color: #8B0753;
}
</style>