Shades of Eggplant #861065
Tints of Eggplant #861065
RGB
CMYK
RGB Variations
Color information
#861065 (or 0x861065) is known color: Eggplant. HEX triplet: 86, 10 and 65. RGB value is (134,16,101). Sum of RGB (Red+Green+Blue) = 134+16+101=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #861065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861065 is #79EF9A. Grayscale: #3C3C3C. Windows color (decimal): -7991195 or 6623366. OLE color: 6623366.
HSL color Cylindrical-coordinate representation of color #861065: hue angle of 316.78º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861065 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 16 | 101 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.47 |
| HSL | 316.78º | 0.79% | 0.29% | - |
| HSV(B) | 316.78º | 0.88% | 0.53% | - |
| XYZ | 12.37 | 6.38 | 12.89 | - |
| YUV | 60.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 101 | 0 | 0.88 | 0.25 | 0.47 | 316.78 | 0.79 | 0.29 |
| Hex | 86 | 10 | 65 | 0 | 58 | 19 | 2F | 13D | 4F | 1D |
| Octal | 206 | 20 | 145 | 0 | 130 | 31 | 57 | 475 | 117 | 35 |
| Binary | 10000110 | 10000 | 1100101 | 0 | 1011000 | 11001 | 101111 | 100111101 | 1001111 | 11101 |
Color Harmonies of #861065
Complementary color
Monochromatic Colors of #861065
Black with #861065
Text Example
Text Example
White with #861065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861065; }
p { color: rgb(134,16,101); }
H1.HeaderClassName
{
color: #861065;
}
.AnyTagClassName
{
color: #861065;
}
</style>
background-color css
<style>
a { background-color: #861065; }
a { background-color: rgb(134,16,101); }
div.DivClassName
{
background-color: #861065;
}
.BgClassName
{
background-color: #861065;
}
</style>
border-color css
<style>
span { border-color: #861065; }
span { border-color: rgb(134,16,101); }
td.TdClassName
{
border-color: #861065;
}
.TagClassName
{
border-color: #861065;
}
</style>