Shades of Eggplant #86155B
Tints of Eggplant #86155B
RGB
CMYK
RGB Variations
Color information
#86155B (or 0x86155B) is known color: Eggplant. HEX triplet: 86, 15 and 5B. RGB value is (134,21,91). Sum of RGB (Red+Green+Blue) = 134+21+91=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86155B is #79EAA4. Grayscale: #3E3E3E. Windows color (decimal): -7989925 or 5969286. OLE color: 5969286.
HSL color Cylindrical-coordinate representation of color #86155B: hue angle of 322.83º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86155B is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 21 | 91 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.47 |
| HSL | 322.83º | 0.73% | 0.3% | - |
| HSV(B) | 322.83º | 0.84% | 0.53% | - |
| XYZ | 11.99 | 6.36 | 10.49 | - |
| YUV | 62.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 91 | 0 | 0.84 | 0.32 | 0.47 | 322.83 | 0.73 | 0.3 |
| Hex | 86 | 15 | 5B | 0 | 54 | 20 | 2F | 143 | 49 | 1E |
| Octal | 206 | 25 | 133 | 0 | 124 | 40 | 57 | 503 | 111 | 36 |
| Binary | 10000110 | 10101 | 1011011 | 0 | 1010100 | 100000 | 101111 | 101000011 | 1001001 | 11110 |
Color Harmonies of #86155B
Complementary color
Monochromatic Colors of #86155B
Black with #86155B
Text Example
Text Example
White with #86155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86155B; }
p { color: rgb(134,21,91); }
H1.HeaderClassName
{
color: #86155B;
}
.AnyTagClassName
{
color: #86155B;
}
</style>
background-color css
<style>
a { background-color: #86155B; }
a { background-color: rgb(134,21,91); }
div.DivClassName
{
background-color: #86155B;
}
.BgClassName
{
background-color: #86155B;
}
</style>
border-color css
<style>
span { border-color: #86155B; }
span { border-color: rgb(134,21,91); }
td.TdClassName
{
border-color: #86155B;
}
.TagClassName
{
border-color: #86155B;
}
</style>