Shades of Eggplant #86096B
Tints of Eggplant #86096B
RGB
CMYK
RGB Variations
Color information
#86096B (or 0x86096B) is known color: Eggplant. HEX triplet: 86, 09 and 6B. RGB value is (134,9,107). Sum of RGB (Red+Green+Blue) = 134+9+107=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86096B is #79F694. Grayscale: #393939. Windows color (decimal): -7992981 or 7014790. OLE color: 7014790.
HSL color Cylindrical-coordinate representation of color #86096B: hue angle of 312.96º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86096B is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 9 | 107 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.47 |
| HSL | 312.96º | 0.87% | 0.28% | - |
| HSV(B) | 312.96º | 0.93% | 0.53% | - |
| XYZ | 12.58 | 6.33 | 14.47 | - |
| YUV | 57.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 9 | 107 | 0 | 0.93 | 0.20 | 0.47 | 312.96 | 0.87 | 0.28 |
| Hex | 86 | 9 | 6B | 0 | 5D | 14 | 2F | 139 | 57 | 1C |
| Octal | 206 | 11 | 153 | 0 | 135 | 24 | 57 | 471 | 127 | 34 |
| Binary | 10000110 | 1001 | 1101011 | 0 | 1011101 | 10100 | 101111 | 100111001 | 1010111 | 11100 |
Color Harmonies of #86096B
Complementary color
Monochromatic Colors of #86096B
Black with #86096B
Text Example
Text Example
White with #86096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86096B; }
p { color: rgb(134,9,107); }
H1.HeaderClassName
{
color: #86096B;
}
.AnyTagClassName
{
color: #86096B;
}
</style>
background-color css
<style>
a { background-color: #86096B; }
a { background-color: rgb(134,9,107); }
div.DivClassName
{
background-color: #86096B;
}
.BgClassName
{
background-color: #86096B;
}
</style>
border-color css
<style>
span { border-color: #86096B; }
span { border-color: rgb(134,9,107); }
td.TdClassName
{
border-color: #86096B;
}
.TagClassName
{
border-color: #86096B;
}
</style>