Shades of Eggplant #87105A
Tints of Eggplant #87105A
RGB
CMYK
RGB Variations
Color information
#87105A (or 0x87105A) is known color: Eggplant. HEX triplet: 87, 10 and 5A. RGB value is (135,16,90). Sum of RGB (Red+Green+Blue) = 135+16+90=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #87105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87105A is #78EFA5. Grayscale: #3B3B3B. Windows color (decimal): -7925670 or 5902471. OLE color: 5902471.
HSL color Cylindrical-coordinate representation of color #87105A: hue angle of 322.69º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87105A is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 90 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.47 |
| HSL | 322.69º | 0.79% | 0.3% | - |
| HSV(B) | 322.69º | 0.88% | 0.53% | - |
| XYZ | 12.02 | 6.26 | 10.25 | - |
| YUV | 60.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 90 | 0 | 0.88 | 0.33 | 0.47 | 322.69 | 0.79 | 0.3 |
| Hex | 87 | 10 | 5A | 0 | 58 | 21 | 2F | 143 | 4F | 1E |
| Octal | 207 | 20 | 132 | 0 | 130 | 41 | 57 | 503 | 117 | 36 |
| Binary | 10000111 | 10000 | 1011010 | 0 | 1011000 | 100001 | 101111 | 101000011 | 1001111 | 11110 |
Color Harmonies of #87105A
Complementary color
Monochromatic Colors of #87105A
Black with #87105A
Text Example
Text Example
White with #87105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87105A; }
p { color: rgb(135,16,90); }
H1.HeaderClassName
{
color: #87105A;
}
.AnyTagClassName
{
color: #87105A;
}
</style>
background-color css
<style>
a { background-color: #87105A; }
a { background-color: rgb(135,16,90); }
div.DivClassName
{
background-color: #87105A;
}
.BgClassName
{
background-color: #87105A;
}
</style>
border-color css
<style>
span { border-color: #87105A; }
span { border-color: rgb(135,16,90); }
td.TdClassName
{
border-color: #87105A;
}
.TagClassName
{
border-color: #87105A;
}
</style>