Shades of Eggplant #87165C
Tints of Eggplant #87165C
RGB
CMYK
RGB Variations
Color information
#87165C (or 0x87165C) is known color: Eggplant. HEX triplet: 87, 16 and 5C. RGB value is (135,22,92). Sum of RGB (Red+Green+Blue) = 135+22+92=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87165C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87165C is #78E9A3. Grayscale: #3F3F3F. Windows color (decimal): -7924132 or 6035079. OLE color: 6035079.
HSL color Cylindrical-coordinate representation of color #87165C: hue angle of 322.83º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #87165C is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 92 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.47 |
| HSL | 322.83º | 0.72% | 0.31% | - |
| HSV(B) | 322.83º | 0.84% | 0.53% | - |
| XYZ | 12.21 | 6.5 | 10.74 | - |
| YUV | 63.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 92 | 0 | 0.84 | 0.32 | 0.47 | 322.83 | 0.72 | 0.31 |
| Hex | 87 | 16 | 5C | 0 | 54 | 20 | 2F | 143 | 48 | 1F |
| Octal | 207 | 26 | 134 | 0 | 124 | 40 | 57 | 503 | 110 | 37 |
| Binary | 10000111 | 10110 | 1011100 | 0 | 1010100 | 100000 | 101111 | 101000011 | 1001000 | 11111 |
Color Harmonies of #87165C
Complementary color
Monochromatic Colors of #87165C
Black with #87165C
Text Example
Text Example
White with #87165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87165C; }
p { color: rgb(135,22,92); }
H1.HeaderClassName
{
color: #87165C;
}
.AnyTagClassName
{
color: #87165C;
}
</style>
background-color css
<style>
a { background-color: #87165C; }
a { background-color: rgb(135,22,92); }
div.DivClassName
{
background-color: #87165C;
}
.BgClassName
{
background-color: #87165C;
}
</style>
border-color css
<style>
span { border-color: #87165C; }
span { border-color: rgb(135,22,92); }
td.TdClassName
{
border-color: #87165C;
}
.TagClassName
{
border-color: #87165C;
}
</style>