Shades of Eggplant #8B065B
Tints of Eggplant #8B065B
RGB
CMYK
RGB Variations
Color information
#8B065B (or 0x8B065B) is known color: Eggplant. HEX triplet: 8B, 06 and 5B. RGB value is (139,6,91). Sum of RGB (Red+Green+Blue) = 139+6+91=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B065B is #74F9A4. Grayscale: #373737. Windows color (decimal): -7666085 or 5965451. OLE color: 5965451.
HSL color Cylindrical-coordinate representation of color #8B065B: hue angle of 321.65º 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 #8B065B is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 91 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.45 |
| HSL | 321.65º | 0.92% | 0.28% | - |
| HSV(B) | 321.65º | 0.96% | 0.55% | - |
| XYZ | 12.6 | 6.37 | 10.46 | - |
| YUV | 55.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 91 | 0 | 0.96 | 0.35 | 0.45 | 321.65 | 0.92 | 0.28 |
| Hex | 8B | 6 | 5B | 0 | 60 | 23 | 2D | 142 | 5C | 1C |
| Octal | 213 | 6 | 133 | 0 | 140 | 43 | 55 | 502 | 134 | 34 |
| Binary | 10001011 | 110 | 1011011 | 0 | 1100000 | 100011 | 101101 | 101000010 | 1011100 | 11100 |
Color Harmonies of #8B065B
Complementary color
Monochromatic Colors of #8B065B
Black with #8B065B
Text Example
Text Example
White with #8B065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B065B; }
p { color: rgb(139,6,91); }
H1.HeaderClassName
{
color: #8B065B;
}
.AnyTagClassName
{
color: #8B065B;
}
</style>
background-color css
<style>
a { background-color: #8B065B; }
a { background-color: rgb(139,6,91); }
div.DivClassName
{
background-color: #8B065B;
}
.BgClassName
{
background-color: #8B065B;
}
</style>
border-color css
<style>
span { border-color: #8B065B; }
span { border-color: rgb(139,6,91); }
td.TdClassName
{
border-color: #8B065B;
}
.TagClassName
{
border-color: #8B065B;
}
</style>