Shades of Eggplant #86015C
Tints of Eggplant #86015C
RGB
CMYK
RGB Variations
Color information
#86015C (or 0x86015C) is known color: Eggplant. HEX triplet: 86, 01 and 5C. RGB value is (134,1,92). Sum of RGB (Red+Green+Blue) = 134+1+92=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86015C is #79FEA3. Grayscale: #323232. Windows color (decimal): -7995044 or 6029702. OLE color: 6029702.
HSL color Cylindrical-coordinate representation of color #86015C: hue angle of 318.95º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86015C is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.47 |
| HSL | 318.95º | 0.99% | 0.26% | - |
| HSV(B) | 318.95º | 0.99% | 0.53% | - |
| XYZ | 11.77 | 5.86 | 10.64 | - |
| YUV | 51.14 | 151.06 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 92 | 0 | 0.99 | 0.31 | 0.47 | 318.95 | 0.99 | 0.26 |
| Hex | 86 | 1 | 5C | 0 | 63 | 1F | 2F | 13F | 63 | 1A |
| Octal | 206 | 1 | 134 | 0 | 143 | 37 | 57 | 477 | 143 | 32 |
| Binary | 10000110 | 1 | 1011100 | 0 | 1100011 | 11111 | 101111 | 100111111 | 1100011 | 11010 |
Color Harmonies of #86015C
Complementary color
Monochromatic Colors of #86015C
Black with #86015C
Text Example
Text Example
White with #86015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86015C; }
p { color: rgb(134,1,92); }
H1.HeaderClassName
{
color: #86015C;
}
.AnyTagClassName
{
color: #86015C;
}
</style>
background-color css
<style>
a { background-color: #86015C; }
a { background-color: rgb(134,1,92); }
div.DivClassName
{
background-color: #86015C;
}
.BgClassName
{
background-color: #86015C;
}
</style>
border-color css
<style>
span { border-color: #86015C; }
span { border-color: rgb(134,1,92); }
td.TdClassName
{
border-color: #86015C;
}
.TagClassName
{
border-color: #86015C;
}
</style>