Shades of Eggplant #87145C
Tints of Eggplant #87145C
RGB
CMYK
RGB Variations
Color information
#87145C (or 0x87145C) is known color: Eggplant. HEX triplet: 87, 14 and 5C. RGB value is (135,20,92). Sum of RGB (Red+Green+Blue) = 135+20+92=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87145C is #78EBA3. Grayscale: #3E3E3E. Windows color (decimal): -7924644 or 6034567. OLE color: 6034567.
HSL color Cylindrical-coordinate representation of color #87145C: hue angle of 322.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87145C is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 92 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.47 |
| HSL | 322.43º | 0.74% | 0.3% | - |
| HSV(B) | 322.43º | 0.85% | 0.53% | - |
| XYZ | 12.17 | 6.42 | 10.72 | - |
| YUV | 62.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 92 | 0 | 0.85 | 0.32 | 0.47 | 322.43 | 0.74 | 0.3 |
| Hex | 87 | 14 | 5C | 0 | 55 | 20 | 2F | 142 | 4A | 1E |
| Octal | 207 | 24 | 134 | 0 | 125 | 40 | 57 | 502 | 112 | 36 |
| Binary | 10000111 | 10100 | 1011100 | 0 | 1010101 | 100000 | 101111 | 101000010 | 1001010 | 11110 |
Color Harmonies of #87145C
Complementary color
Monochromatic Colors of #87145C
Black with #87145C
Text Example
Text Example
White with #87145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87145C; }
p { color: rgb(135,20,92); }
H1.HeaderClassName
{
color: #87145C;
}
.AnyTagClassName
{
color: #87145C;
}
</style>
background-color css
<style>
a { background-color: #87145C; }
a { background-color: rgb(135,20,92); }
div.DivClassName
{
background-color: #87145C;
}
.BgClassName
{
background-color: #87145C;
}
</style>
border-color css
<style>
span { border-color: #87145C; }
span { border-color: rgb(135,20,92); }
td.TdClassName
{
border-color: #87145C;
}
.TagClassName
{
border-color: #87145C;
}
</style>