Shades of Eggplant #860F65
Tints of Eggplant #860F65
RGB
CMYK
RGB Variations
Color information
#860F65 (or 0x860F65) is known color: Eggplant. HEX triplet: 86, 0F and 65. RGB value is (134,15,101). Sum of RGB (Red+Green+Blue) = 134+15+101=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #860F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F65 is #79F09A. Grayscale: #3C3C3C. Windows color (decimal): -7991451 or 6623110. OLE color: 6623110.
HSL color Cylindrical-coordinate representation of color #860F65: hue angle of 316.64º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F65 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 101 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.47 |
| HSL | 316.64º | 0.8% | 0.29% | - |
| HSV(B) | 316.64º | 0.89% | 0.53% | - |
| XYZ | 12.35 | 6.35 | 12.89 | - |
| YUV | 60.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 101 | 0 | 0.89 | 0.25 | 0.47 | 316.64 | 0.8 | 0.29 |
| Hex | 86 | F | 65 | 0 | 59 | 19 | 2F | 13D | 50 | 1D |
| Octal | 206 | 17 | 145 | 0 | 131 | 31 | 57 | 475 | 120 | 35 |
| Binary | 10000110 | 1111 | 1100101 | 0 | 1011001 | 11001 | 101111 | 100111101 | 1010000 | 11101 |
Color Harmonies of #860F65
Complementary color
Monochromatic Colors of #860F65
Black with #860F65
Text Example
Text Example
White with #860F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F65; }
p { color: rgb(134,15,101); }
H1.HeaderClassName
{
color: #860F65;
}
.AnyTagClassName
{
color: #860F65;
}
</style>
background-color css
<style>
a { background-color: #860F65; }
a { background-color: rgb(134,15,101); }
div.DivClassName
{
background-color: #860F65;
}
.BgClassName
{
background-color: #860F65;
}
</style>
border-color css
<style>
span { border-color: #860F65; }
span { border-color: rgb(134,15,101); }
td.TdClassName
{
border-color: #860F65;
}
.TagClassName
{
border-color: #860F65;
}
</style>