Shades of Eggplant #8B065F
Tints of Eggplant #8B065F
RGB
CMYK
RGB Variations
Color information
#8B065F (or 0x8B065F) is known color: Eggplant. HEX triplet: 8B, 06 and 5F. RGB value is (139,6,95). Sum of RGB (Red+Green+Blue) = 139+6+95=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B065F is #74F9A0. Grayscale: #373737. Windows color (decimal): -7666081 or 6227595. OLE color: 6227595.
HSL color Cylindrical-coordinate representation of color #8B065F: hue angle of 319.85º 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 #8B065F is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 95 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.45 |
| HSL | 319.85º | 0.92% | 0.28% | - |
| HSV(B) | 319.85º | 0.96% | 0.55% | - |
| XYZ | 12.78 | 6.45 | 11.4 | - |
| YUV | 55.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 95 | 0 | 0.96 | 0.32 | 0.45 | 319.85 | 0.92 | 0.28 |
| Hex | 8B | 6 | 5F | 0 | 60 | 20 | 2D | 140 | 5C | 1C |
| Octal | 213 | 6 | 137 | 0 | 140 | 40 | 55 | 500 | 134 | 34 |
| Binary | 10001011 | 110 | 1011111 | 0 | 1100000 | 100000 | 101101 | 101000000 | 1011100 | 11100 |
Color Harmonies of #8B065F
Complementary color
Monochromatic Colors of #8B065F
Black with #8B065F
Text Example
Text Example
White with #8B065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B065F; }
p { color: rgb(139,6,95); }
H1.HeaderClassName
{
color: #8B065F;
}
.AnyTagClassName
{
color: #8B065F;
}
</style>
background-color css
<style>
a { background-color: #8B065F; }
a { background-color: rgb(139,6,95); }
div.DivClassName
{
background-color: #8B065F;
}
.BgClassName
{
background-color: #8B065F;
}
</style>
border-color css
<style>
span { border-color: #8B065F; }
span { border-color: rgb(139,6,95); }
td.TdClassName
{
border-color: #8B065F;
}
.TagClassName
{
border-color: #8B065F;
}
</style>