Shades of Eggplant #86125C
Tints of Eggplant #86125C
RGB
CMYK
RGB Variations
Color information
#86125C (or 0x86125C) is known color: Eggplant. HEX triplet: 86, 12 and 5C. RGB value is (134,18,92). Sum of RGB (Red+Green+Blue) = 134+18+92=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86125C is #79EDA3. Grayscale: #3C3C3C. Windows color (decimal): -7990692 or 6034054. OLE color: 6034054.
HSL color Cylindrical-coordinate representation of color #86125C: hue angle of 321.72º 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 #86125C is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 92 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.47 |
| HSL | 321.72º | 0.76% | 0.3% | - |
| HSV(B) | 321.72º | 0.87% | 0.53% | - |
| XYZ | 11.98 | 6.27 | 10.7 | - |
| YUV | 61.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 92 | 0 | 0.87 | 0.31 | 0.47 | 321.72 | 0.76 | 0.3 |
| Hex | 86 | 12 | 5C | 0 | 57 | 1F | 2F | 142 | 4C | 1E |
| Octal | 206 | 22 | 134 | 0 | 127 | 37 | 57 | 502 | 114 | 36 |
| Binary | 10000110 | 10010 | 1011100 | 0 | 1010111 | 11111 | 101111 | 101000010 | 1001100 | 11110 |
Color Harmonies of #86125C
Complementary color
Monochromatic Colors of #86125C
Black with #86125C
Text Example
Text Example
White with #86125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86125C; }
p { color: rgb(134,18,92); }
H1.HeaderClassName
{
color: #86125C;
}
.AnyTagClassName
{
color: #86125C;
}
</style>
background-color css
<style>
a { background-color: #86125C; }
a { background-color: rgb(134,18,92); }
div.DivClassName
{
background-color: #86125C;
}
.BgClassName
{
background-color: #86125C;
}
</style>
border-color css
<style>
span { border-color: #86125C; }
span { border-color: rgb(134,18,92); }
td.TdClassName
{
border-color: #86125C;
}
.TagClassName
{
border-color: #86125C;
}
</style>