Shades of Eggplant #8B0A53
Tints of Eggplant #8B0A53
RGB
CMYK
RGB Variations
Color information
#8B0A53 (or 0x8B0A53) is known color: Eggplant. HEX triplet: 8B, 0A and 53. RGB value is (139,10,83). Sum of RGB (Red+Green+Blue) = 139+10+83=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A53 is #74F5AC. Grayscale: #383838. Windows color (decimal): -7665069 or 5442187. OLE color: 5442187.
HSL color Cylindrical-coordinate representation of color #8B0A53: hue angle of 326.05º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A53 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 10 | 83 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.45 |
| HSL | 326.05º | 0.87% | 0.29% | - |
| HSV(B) | 326.05º | 0.93% | 0.55% | - |
| XYZ | 12.32 | 6.33 | 8.76 | - |
| YUV | 56.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 10 | 83 | 0 | 0.93 | 0.40 | 0.45 | 326.05 | 0.87 | 0.29 |
| Hex | 8B | A | 53 | 0 | 5D | 28 | 2D | 146 | 57 | 1D |
| Octal | 213 | 12 | 123 | 0 | 135 | 50 | 55 | 506 | 127 | 35 |
| Binary | 10001011 | 1010 | 1010011 | 0 | 1011101 | 101000 | 101101 | 101000110 | 1010111 | 11101 |
Color Harmonies of #8B0A53
Complementary color
Monochromatic Colors of #8B0A53
Black with #8B0A53
Text Example
Text Example
White with #8B0A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0A53; }
p { color: rgb(139,10,83); }
H1.HeaderClassName
{
color: #8B0A53;
}
.AnyTagClassName
{
color: #8B0A53;
}
</style>
background-color css
<style>
a { background-color: #8B0A53; }
a { background-color: rgb(139,10,83); }
div.DivClassName
{
background-color: #8B0A53;
}
.BgClassName
{
background-color: #8B0A53;
}
</style>
border-color css
<style>
span { border-color: #8B0A53; }
span { border-color: rgb(139,10,83); }
td.TdClassName
{
border-color: #8B0A53;
}
.TagClassName
{
border-color: #8B0A53;
}
</style>