Shades of Eggplant #860867
Tints of Eggplant #860867
RGB
CMYK
RGB Variations
Color information
#860867 (or 0x860867) is known color: Eggplant. HEX triplet: 86, 08 and 67. RGB value is (134,8,103). Sum of RGB (Red+Green+Blue) = 134+8+103=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #860867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860867 is #79F798. Grayscale: #383838. Windows color (decimal): -7993241 or 6752390. OLE color: 6752390.
HSL color Cylindrical-coordinate representation of color #860867: hue angle of 314.76º 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 #860867 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 103 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.47 |
| HSL | 314.76º | 0.89% | 0.28% | - |
| HSV(B) | 314.76º | 0.94% | 0.53% | - |
| XYZ | 12.37 | 6.22 | 13.38 | - |
| YUV | 56.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 103 | 0 | 0.94 | 0.23 | 0.47 | 314.76 | 0.89 | 0.28 |
| Hex | 86 | 8 | 67 | 0 | 5E | 17 | 2F | 13B | 59 | 1C |
| Octal | 206 | 10 | 147 | 0 | 136 | 27 | 57 | 473 | 131 | 34 |
| Binary | 10000110 | 1000 | 1100111 | 0 | 1011110 | 10111 | 101111 | 100111011 | 1011001 | 11100 |
Color Harmonies of #860867
Complementary color
Monochromatic Colors of #860867
Black with #860867
Text Example
Text Example
White with #860867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860867; }
p { color: rgb(134,8,103); }
H1.HeaderClassName
{
color: #860867;
}
.AnyTagClassName
{
color: #860867;
}
</style>
background-color css
<style>
a { background-color: #860867; }
a { background-color: rgb(134,8,103); }
div.DivClassName
{
background-color: #860867;
}
.BgClassName
{
background-color: #860867;
}
</style>
border-color css
<style>
span { border-color: #860867; }
span { border-color: rgb(134,8,103); }
td.TdClassName
{
border-color: #860867;
}
.TagClassName
{
border-color: #860867;
}
</style>