Shades of Eggplant #8B0653
Tints of Eggplant #8B0653
RGB
CMYK
RGB Variations
Color information
#8B0653 (or 0x8B0653) is known color: Eggplant. HEX triplet: 8B, 06 and 53. RGB value is (139,6,83). Sum of RGB (Red+Green+Blue) = 139+6+83=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0653 is #74F9AC. Grayscale: #363636. Windows color (decimal): -7666093 or 5441163. OLE color: 5441163.
HSL color Cylindrical-coordinate representation of color #8B0653: hue angle of 325.26º degrees, saturation: 0.92, 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 #8B0653 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 83 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.45 |
| HSL | 325.26º | 0.92% | 0.28% | - |
| HSV(B) | 325.26º | 0.96% | 0.55% | - |
| XYZ | 12.27 | 6.24 | 8.74 | - |
| YUV | 54.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 83 | 0 | 0.96 | 0.40 | 0.45 | 325.26 | 0.92 | 0.28 |
| Hex | 8B | 6 | 53 | 0 | 60 | 28 | 2D | 145 | 5C | 1C |
| Octal | 213 | 6 | 123 | 0 | 140 | 50 | 55 | 505 | 134 | 34 |
| Binary | 10001011 | 110 | 1010011 | 0 | 1100000 | 101000 | 101101 | 101000101 | 1011100 | 11100 |
Color Harmonies of #8B0653
Complementary color
Monochromatic Colors of #8B0653
Black with #8B0653
Text Example
Text Example
White with #8B0653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0653; }
p { color: rgb(139,6,83); }
H1.HeaderClassName
{
color: #8B0653;
}
.AnyTagClassName
{
color: #8B0653;
}
</style>
background-color css
<style>
a { background-color: #8B0653; }
a { background-color: rgb(139,6,83); }
div.DivClassName
{
background-color: #8B0653;
}
.BgClassName
{
background-color: #8B0653;
}
</style>
border-color css
<style>
span { border-color: #8B0653; }
span { border-color: rgb(139,6,83); }
td.TdClassName
{
border-color: #8B0653;
}
.TagClassName
{
border-color: #8B0653;
}
</style>