Shades of Eggplant #87015C
Tints of Eggplant #87015C
RGB
CMYK
RGB Variations
Color information
#87015C (or 0x87015C) is known color: Eggplant. HEX triplet: 87, 01 and 5C. RGB value is (135,1,92). Sum of RGB (Red+Green+Blue) = 135+1+92=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #87015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87015C is #78FEA3. Grayscale: #333333. Windows color (decimal): -7929508 or 6029703. OLE color: 6029703.
HSL color Cylindrical-coordinate representation of color #87015C: hue angle of 319.25º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87015C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.47 |
| HSL | 319.25º | 0.99% | 0.27% | - |
| HSV(B) | 319.25º | 0.99% | 0.53% | - |
| XYZ | 11.93 | 5.95 | 10.64 | - |
| YUV | 51.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 92 | 0 | 0.99 | 0.32 | 0.47 | 319.25 | 0.99 | 0.27 |
| Hex | 87 | 1 | 5C | 0 | 63 | 20 | 2F | 13F | 63 | 1B |
| Octal | 207 | 1 | 134 | 0 | 143 | 40 | 57 | 477 | 143 | 33 |
| Binary | 10000111 | 1 | 1011100 | 0 | 1100011 | 100000 | 101111 | 100111111 | 1100011 | 11011 |
Color Harmonies of #87015C
Complementary color
Monochromatic Colors of #87015C
Black with #87015C
Text Example
Text Example
White with #87015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87015C; }
p { color: rgb(135,1,92); }
H1.HeaderClassName
{
color: #87015C;
}
.AnyTagClassName
{
color: #87015C;
}
</style>
background-color css
<style>
a { background-color: #87015C; }
a { background-color: rgb(135,1,92); }
div.DivClassName
{
background-color: #87015C;
}
.BgClassName
{
background-color: #87015C;
}
</style>
border-color css
<style>
span { border-color: #87015C; }
span { border-color: rgb(135,1,92); }
td.TdClassName
{
border-color: #87015C;
}
.TagClassName
{
border-color: #87015C;
}
</style>