Shades of Eggplant #86075C
Tints of Eggplant #86075C
RGB
CMYK
RGB Variations
Color information
#86075C (or 0x86075C) is known color: Eggplant. HEX triplet: 86, 07 and 5C. RGB value is (134,7,92). Sum of RGB (Red+Green+Blue) = 134+7+92=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86075C is #79F8A3. Grayscale: #363636. Windows color (decimal): -7993508 or 6031238. OLE color: 6031238.
HSL color Cylindrical-coordinate representation of color #86075C: hue angle of 319.84º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86075C is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 92 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.47 |
| HSL | 319.84º | 0.9% | 0.28% | - |
| HSV(B) | 319.84º | 0.95% | 0.53% | - |
| XYZ | 11.84 | 5.99 | 10.66 | - |
| YUV | 54.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 92 | 0 | 0.95 | 0.31 | 0.47 | 319.84 | 0.9 | 0.28 |
| Hex | 86 | 7 | 5C | 0 | 5F | 1F | 2F | 140 | 5A | 1C |
| Octal | 206 | 7 | 134 | 0 | 137 | 37 | 57 | 500 | 132 | 34 |
| Binary | 10000110 | 111 | 1011100 | 0 | 1011111 | 11111 | 101111 | 101000000 | 1011010 | 11100 |
Color Harmonies of #86075C
Complementary color
Monochromatic Colors of #86075C
Black with #86075C
Text Example
Text Example
White with #86075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86075C; }
p { color: rgb(134,7,92); }
H1.HeaderClassName
{
color: #86075C;
}
.AnyTagClassName
{
color: #86075C;
}
</style>
background-color css
<style>
a { background-color: #86075C; }
a { background-color: rgb(134,7,92); }
div.DivClassName
{
background-color: #86075C;
}
.BgClassName
{
background-color: #86075C;
}
</style>
border-color css
<style>
span { border-color: #86075C; }
span { border-color: rgb(134,7,92); }
td.TdClassName
{
border-color: #86075C;
}
.TagClassName
{
border-color: #86075C;
}
</style>