Shades of Eggplant #8B075F
Tints of Eggplant #8B075F
RGB
CMYK
RGB Variations
Color information
#8B075F (or 0x8B075F) is known color: Eggplant. HEX triplet: 8B, 07 and 5F. RGB value is (139,7,95). Sum of RGB (Red+Green+Blue) = 139+7+95=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B075F is #74F8A0. Grayscale: #383838. Windows color (decimal): -7665825 or 6227851. OLE color: 6227851.
HSL color Cylindrical-coordinate representation of color #8B075F: hue angle of 320º 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 #8B075F is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 7 | 95 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.45 |
| HSL | 320º | 0.9% | 0.29% | - |
| HSV(B) | 320º | 0.95% | 0.55% | - |
| XYZ | 12.79 | 6.47 | 11.4 | - |
| YUV | 56.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 95 | 0 | 0.95 | 0.32 | 0.45 | 320 | 0.9 | 0.29 |
| Hex | 8B | 7 | 5F | 0 | 5F | 20 | 2D | 140 | 5A | 1D |
| Octal | 213 | 7 | 137 | 0 | 137 | 40 | 55 | 500 | 132 | 35 |
| Binary | 10001011 | 111 | 1011111 | 0 | 1011111 | 100000 | 101101 | 101000000 | 1011010 | 11101 |
Color Harmonies of #8B075F
Complementary color
Monochromatic Colors of #8B075F
Black with #8B075F
Text Example
Text Example
White with #8B075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B075F; }
p { color: rgb(139,7,95); }
H1.HeaderClassName
{
color: #8B075F;
}
.AnyTagClassName
{
color: #8B075F;
}
</style>
background-color css
<style>
a { background-color: #8B075F; }
a { background-color: rgb(139,7,95); }
div.DivClassName
{
background-color: #8B075F;
}
.BgClassName
{
background-color: #8B075F;
}
</style>
border-color css
<style>
span { border-color: #8B075F; }
span { border-color: rgb(139,7,95); }
td.TdClassName
{
border-color: #8B075F;
}
.TagClassName
{
border-color: #8B075F;
}
</style>