Shades of Eggplant #86086B
Tints of Eggplant #86086B
RGB
CMYK
RGB Variations
Color information
#86086B (or 0x86086B) is known color: Eggplant. HEX triplet: 86, 08 and 6B. RGB value is (134,8,107). Sum of RGB (Red+Green+Blue) = 134+8+107=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86086B is #79F794. Grayscale: #383838. Windows color (decimal): -7993237 or 7014534. OLE color: 7014534.
HSL color Cylindrical-coordinate representation of color #86086B: hue angle of 312.86º 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 #86086B is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 107 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.47 |
| HSL | 312.86º | 0.89% | 0.28% | - |
| HSV(B) | 312.86º | 0.94% | 0.53% | - |
| XYZ | 12.57 | 6.3 | 14.46 | - |
| YUV | 56.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 107 | 0 | 0.94 | 0.20 | 0.47 | 312.86 | 0.89 | 0.28 |
| Hex | 86 | 8 | 6B | 0 | 5E | 14 | 2F | 139 | 59 | 1C |
| Octal | 206 | 10 | 153 | 0 | 136 | 24 | 57 | 471 | 131 | 34 |
| Binary | 10000110 | 1000 | 1101011 | 0 | 1011110 | 10100 | 101111 | 100111001 | 1011001 | 11100 |
Color Harmonies of #86086B
Complementary color
Monochromatic Colors of #86086B
Black with #86086B
Text Example
Text Example
White with #86086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86086B; }
p { color: rgb(134,8,107); }
H1.HeaderClassName
{
color: #86086B;
}
.AnyTagClassName
{
color: #86086B;
}
</style>
background-color css
<style>
a { background-color: #86086B; }
a { background-color: rgb(134,8,107); }
div.DivClassName
{
background-color: #86086B;
}
.BgClassName
{
background-color: #86086B;
}
</style>
border-color css
<style>
span { border-color: #86086B; }
span { border-color: rgb(134,8,107); }
td.TdClassName
{
border-color: #86086B;
}
.TagClassName
{
border-color: #86086B;
}
</style>