Shades of Eggplant #860B6B
Tints of Eggplant #860B6B
RGB
CMYK
RGB Variations
Color information
#860B6B (or 0x860B6B) is known color: Eggplant. HEX triplet: 86, 0B and 6B. RGB value is (134,11,107). Sum of RGB (Red+Green+Blue) = 134+11+107=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #860B6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860B6B is #79F494. Grayscale: #3A3A3A. Windows color (decimal): -7992469 or 7015302. OLE color: 7015302.
HSL color Cylindrical-coordinate representation of color #860B6B: hue angle of 313.17º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B6B is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 11 | 107 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.47 |
| HSL | 313.17º | 0.85% | 0.28% | - |
| HSV(B) | 313.17º | 0.92% | 0.53% | - |
| XYZ | 12.61 | 6.37 | 14.47 | - |
| YUV | 58.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 107 | 0 | 0.92 | 0.20 | 0.47 | 313.17 | 0.85 | 0.28 |
| Hex | 86 | B | 6B | 0 | 5C | 14 | 2F | 139 | 55 | 1C |
| Octal | 206 | 13 | 153 | 0 | 134 | 24 | 57 | 471 | 125 | 34 |
| Binary | 10000110 | 1011 | 1101011 | 0 | 1011100 | 10100 | 101111 | 100111001 | 1010101 | 11100 |
Color Harmonies of #860B6B
Complementary color
Monochromatic Colors of #860B6B
Black with #860B6B
Text Example
Text Example
White with #860B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B6B; }
p { color: rgb(134,11,107); }
H1.HeaderClassName
{
color: #860B6B;
}
.AnyTagClassName
{
color: #860B6B;
}
</style>
background-color css
<style>
a { background-color: #860B6B; }
a { background-color: rgb(134,11,107); }
div.DivClassName
{
background-color: #860B6B;
}
.BgClassName
{
background-color: #860B6B;
}
</style>
border-color css
<style>
span { border-color: #860B6B; }
span { border-color: rgb(134,11,107); }
td.TdClassName
{
border-color: #860B6B;
}
.TagClassName
{
border-color: #860B6B;
}
</style>