Shades of Eggplant #8B065A
Tints of Eggplant #8B065A
RGB
CMYK
RGB Variations
Color information
#8B065A (or 0x8B065A) is known color: Eggplant. HEX triplet: 8B, 06 and 5A. RGB value is (139,6,90). Sum of RGB (Red+Green+Blue) = 139+6+90=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B065A is #74F9A5. Grayscale: #373737. Windows color (decimal): -7666086 or 5899915. OLE color: 5899915.
HSL color Cylindrical-coordinate representation of color #8B065A: hue angle of 322.11º 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 #8B065A is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 90 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.45 |
| HSL | 322.11º | 0.92% | 0.28% | - |
| HSV(B) | 322.11º | 0.96% | 0.55% | - |
| XYZ | 12.56 | 6.36 | 10.24 | - |
| YUV | 55.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 90 | 0 | 0.96 | 0.35 | 0.45 | 322.11 | 0.92 | 0.28 |
| Hex | 8B | 6 | 5A | 0 | 60 | 23 | 2D | 142 | 5C | 1C |
| Octal | 213 | 6 | 132 | 0 | 140 | 43 | 55 | 502 | 134 | 34 |
| Binary | 10001011 | 110 | 1011010 | 0 | 1100000 | 100011 | 101101 | 101000010 | 1011100 | 11100 |
Color Harmonies of #8B065A
Complementary color
Monochromatic Colors of #8B065A
Black with #8B065A
Text Example
Text Example
White with #8B065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B065A; }
p { color: rgb(139,6,90); }
H1.HeaderClassName
{
color: #8B065A;
}
.AnyTagClassName
{
color: #8B065A;
}
</style>
background-color css
<style>
a { background-color: #8B065A; }
a { background-color: rgb(139,6,90); }
div.DivClassName
{
background-color: #8B065A;
}
.BgClassName
{
background-color: #8B065A;
}
</style>
border-color css
<style>
span { border-color: #8B065A; }
span { border-color: rgb(139,6,90); }
td.TdClassName
{
border-color: #8B065A;
}
.TagClassName
{
border-color: #8B065A;
}
</style>