Shades of Eggplant #8B0755
Tints of Eggplant #8B0755
RGB
CMYK
RGB Variations
Color information
#8B0755 (or 0x8B0755) is known color: Eggplant. HEX triplet: 8B, 07 and 55. RGB value is (139,7,85). Sum of RGB (Red+Green+Blue) = 139+7+85=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0755 is #74F8AA. Grayscale: #373737. Windows color (decimal): -7665835 or 5572491. OLE color: 5572491.
HSL color Cylindrical-coordinate representation of color #8B0755: hue angle of 324.55º 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 #8B0755 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 7 | 85 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.45 |
| HSL | 324.55º | 0.9% | 0.29% | - |
| HSV(B) | 324.55º | 0.95% | 0.55% | - |
| XYZ | 12.36 | 6.3 | 9.16 | - |
| YUV | 55.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 85 | 0 | 0.95 | 0.39 | 0.45 | 324.55 | 0.9 | 0.29 |
| Hex | 8B | 7 | 55 | 0 | 5F | 27 | 2D | 145 | 5A | 1D |
| Octal | 213 | 7 | 125 | 0 | 137 | 47 | 55 | 505 | 132 | 35 |
| Binary | 10001011 | 111 | 1010101 | 0 | 1011111 | 100111 | 101101 | 101000101 | 1011010 | 11101 |
Color Harmonies of #8B0755
Complementary color
Monochromatic Colors of #8B0755
Black with #8B0755
Text Example
Text Example
White with #8B0755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0755; }
p { color: rgb(139,7,85); }
H1.HeaderClassName
{
color: #8B0755;
}
.AnyTagClassName
{
color: #8B0755;
}
</style>
background-color css
<style>
a { background-color: #8B0755; }
a { background-color: rgb(139,7,85); }
div.DivClassName
{
background-color: #8B0755;
}
.BgClassName
{
background-color: #8B0755;
}
</style>
border-color css
<style>
span { border-color: #8B0755; }
span { border-color: rgb(139,7,85); }
td.TdClassName
{
border-color: #8B0755;
}
.TagClassName
{
border-color: #8B0755;
}
</style>