Shades of Eggplant #86036A
Tints of Eggplant #86036A
RGB
CMYK
RGB Variations
Color information
#86036A (or 0x86036A) is known color: Eggplant. HEX triplet: 86, 03 and 6A. RGB value is (134,3,106). Sum of RGB (Red+Green+Blue) = 134+3+106=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #86036A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86036A is #79FC95. Grayscale: #353535. Windows color (decimal): -7994518 or 6947718. OLE color: 6947718.
HSL color Cylindrical-coordinate representation of color #86036A: hue angle of 312.82º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86036A is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 106 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.47 |
| HSL | 312.82º | 0.96% | 0.27% | - |
| HSV(B) | 312.82º | 0.98% | 0.53% | - |
| XYZ | 12.47 | 6.17 | 14.17 | - |
| YUV | 53.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 106 | 0 | 0.98 | 0.21 | 0.47 | 312.82 | 0.96 | 0.27 |
| Hex | 86 | 3 | 6A | 0 | 62 | 15 | 2F | 139 | 60 | 1B |
| Octal | 206 | 3 | 152 | 0 | 142 | 25 | 57 | 471 | 140 | 33 |
| Binary | 10000110 | 11 | 1101010 | 0 | 1100010 | 10101 | 101111 | 100111001 | 1100000 | 11011 |
Color Harmonies of #86036A
Complementary color
Monochromatic Colors of #86036A
Black with #86036A
Text Example
Text Example
White with #86036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86036A; }
p { color: rgb(134,3,106); }
H1.HeaderClassName
{
color: #86036A;
}
.AnyTagClassName
{
color: #86036A;
}
</style>
background-color css
<style>
a { background-color: #86036A; }
a { background-color: rgb(134,3,106); }
div.DivClassName
{
background-color: #86036A;
}
.BgClassName
{
background-color: #86036A;
}
</style>
border-color css
<style>
span { border-color: #86036A; }
span { border-color: rgb(134,3,106); }
td.TdClassName
{
border-color: #86036A;
}
.TagClassName
{
border-color: #86036A;
}
</style>