Shades of Eggplant #87145A
Tints of Eggplant #87145A
RGB
CMYK
RGB Variations
Color information
#87145A (or 0x87145A) is known color: Eggplant. HEX triplet: 87, 14 and 5A. RGB value is (135,20,90). Sum of RGB (Red+Green+Blue) = 135+20+90=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87145A is #78EBA5. Grayscale: #3E3E3E. Windows color (decimal): -7924646 or 5903495. OLE color: 5903495.
HSL color Cylindrical-coordinate representation of color #87145A: hue angle of 323.48º 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 #87145A is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 90 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.47 |
| HSL | 323.48º | 0.74% | 0.3% | - |
| HSV(B) | 323.48º | 0.85% | 0.53% | - |
| XYZ | 12.09 | 6.39 | 10.27 | - |
| YUV | 62.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 90 | 0 | 0.85 | 0.33 | 0.47 | 323.48 | 0.74 | 0.3 |
| Hex | 87 | 14 | 5A | 0 | 55 | 21 | 2F | 143 | 4A | 1E |
| Octal | 207 | 24 | 132 | 0 | 125 | 41 | 57 | 503 | 112 | 36 |
| Binary | 10000111 | 10100 | 1011010 | 0 | 1010101 | 100001 | 101111 | 101000011 | 1001010 | 11110 |
Color Harmonies of #87145A
Complementary color
Monochromatic Colors of #87145A
Black with #87145A
Text Example
Text Example
White with #87145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87145A; }
p { color: rgb(135,20,90); }
H1.HeaderClassName
{
color: #87145A;
}
.AnyTagClassName
{
color: #87145A;
}
</style>
background-color css
<style>
a { background-color: #87145A; }
a { background-color: rgb(135,20,90); }
div.DivClassName
{
background-color: #87145A;
}
.BgClassName
{
background-color: #87145A;
}
</style>
border-color css
<style>
span { border-color: #87145A; }
span { border-color: rgb(135,20,90); }
td.TdClassName
{
border-color: #87145A;
}
.TagClassName
{
border-color: #87145A;
}
</style>