Shades of Eggplant #86085C
Tints of Eggplant #86085C
RGB
CMYK
RGB Variations
Color information
#86085C (or 0x86085C) is known color: Eggplant. HEX triplet: 86, 08 and 5C. RGB value is (134,8,92). Sum of RGB (Red+Green+Blue) = 134+8+92=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #86085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86085C is #79F7A3. Grayscale: #373737. Windows color (decimal): -7993252 or 6031494. OLE color: 6031494.
HSL color Cylindrical-coordinate representation of color #86085C: hue angle of 320º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86085C is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 92 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.47 |
| HSL | 320º | 0.89% | 0.28% | - |
| HSV(B) | 320º | 0.94% | 0.53% | - |
| XYZ | 11.85 | 6.01 | 10.66 | - |
| YUV | 55.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 92 | 0 | 0.94 | 0.31 | 0.47 | 320 | 0.89 | 0.28 |
| Hex | 86 | 8 | 5C | 0 | 5E | 1F | 2F | 140 | 59 | 1C |
| Octal | 206 | 10 | 134 | 0 | 136 | 37 | 57 | 500 | 131 | 34 |
| Binary | 10000110 | 1000 | 1011100 | 0 | 1011110 | 11111 | 101111 | 101000000 | 1011001 | 11100 |
Color Harmonies of #86085C
Complementary color
Monochromatic Colors of #86085C
Black with #86085C
Text Example
Text Example
White with #86085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86085C; }
p { color: rgb(134,8,92); }
H1.HeaderClassName
{
color: #86085C;
}
.AnyTagClassName
{
color: #86085C;
}
</style>
background-color css
<style>
a { background-color: #86085C; }
a { background-color: rgb(134,8,92); }
div.DivClassName
{
background-color: #86085C;
}
.BgClassName
{
background-color: #86085C;
}
</style>
border-color css
<style>
span { border-color: #86085C; }
span { border-color: rgb(134,8,92); }
td.TdClassName
{
border-color: #86085C;
}
.TagClassName
{
border-color: #86085C;
}
</style>