Shades of Eggplant #861258
Tints of Eggplant #861258
RGB
CMYK
RGB Variations
Color information
#861258 (or 0x861258) is known color: Eggplant. HEX triplet: 86, 12 and 58. RGB value is (134,18,88). Sum of RGB (Red+Green+Blue) = 134+18+88=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #861258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861258 is #79EDA7. Grayscale: #3C3C3C. Windows color (decimal): -7990696 or 5771910. OLE color: 5771910.
HSL color Cylindrical-coordinate representation of color #861258: hue angle of 323.79º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861258 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 88 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.47 |
| HSL | 323.79º | 0.76% | 0.3% | - |
| HSV(B) | 323.79º | 0.87% | 0.53% | - |
| XYZ | 11.81 | 6.21 | 9.81 | - |
| YUV | 60.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 88 | 0 | 0.87 | 0.34 | 0.47 | 323.79 | 0.76 | 0.3 |
| Hex | 86 | 12 | 58 | 0 | 57 | 22 | 2F | 144 | 4C | 1E |
| Octal | 206 | 22 | 130 | 0 | 127 | 42 | 57 | 504 | 114 | 36 |
| Binary | 10000110 | 10010 | 1011000 | 0 | 1010111 | 100010 | 101111 | 101000100 | 1001100 | 11110 |
Color Harmonies of #861258
Complementary color
Monochromatic Colors of #861258
Black with #861258
Text Example
Text Example
White with #861258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861258; }
p { color: rgb(134,18,88); }
H1.HeaderClassName
{
color: #861258;
}
.AnyTagClassName
{
color: #861258;
}
</style>
background-color css
<style>
a { background-color: #861258; }
a { background-color: rgb(134,18,88); }
div.DivClassName
{
background-color: #861258;
}
.BgClassName
{
background-color: #861258;
}
</style>
border-color css
<style>
span { border-color: #861258; }
span { border-color: rgb(134,18,88); }
td.TdClassName
{
border-color: #861258;
}
.TagClassName
{
border-color: #861258;
}
</style>