Shades of Eggplant #861561
Tints of Eggplant #861561
RGB
CMYK
RGB Variations
Color information
#861561 (or 0x861561) is known color: Eggplant. HEX triplet: 86, 15 and 61. RGB value is (134,21,97). Sum of RGB (Red+Green+Blue) = 134+21+97=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #861561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861561 is #79EA9E. Grayscale: #3F3F3F. Windows color (decimal): -7989919 or 6362502. OLE color: 6362502.
HSL color Cylindrical-coordinate representation of color #861561: hue angle of 319.65º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861561 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 21 | 97 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.47 |
| HSL | 319.65º | 0.73% | 0.3% | - |
| HSV(B) | 319.65º | 0.84% | 0.53% | - |
| XYZ | 12.26 | 6.47 | 11.91 | - |
| YUV | 63.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 97 | 0 | 0.84 | 0.28 | 0.47 | 319.65 | 0.73 | 0.3 |
| Hex | 86 | 15 | 61 | 0 | 54 | 1C | 2F | 140 | 49 | 1E |
| Octal | 206 | 25 | 141 | 0 | 124 | 34 | 57 | 500 | 111 | 36 |
| Binary | 10000110 | 10101 | 1100001 | 0 | 1010100 | 11100 | 101111 | 101000000 | 1001001 | 11110 |
Color Harmonies of #861561
Complementary color
Monochromatic Colors of #861561
Black with #861561
Text Example
Text Example
White with #861561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861561; }
p { color: rgb(134,21,97); }
H1.HeaderClassName
{
color: #861561;
}
.AnyTagClassName
{
color: #861561;
}
</style>
background-color css
<style>
a { background-color: #861561; }
a { background-color: rgb(134,21,97); }
div.DivClassName
{
background-color: #861561;
}
.BgClassName
{
background-color: #861561;
}
</style>
border-color css
<style>
span { border-color: #861561; }
span { border-color: rgb(134,21,97); }
td.TdClassName
{
border-color: #861561;
}
.TagClassName
{
border-color: #861561;
}
</style>