Shades of Eggplant #870C5D
Tints of Eggplant #870C5D
RGB
CMYK
RGB Variations
Color information
#870C5D (or 0x870C5D) is known color: Eggplant. HEX triplet: 87, 0C and 5D. RGB value is (135,12,93). Sum of RGB (Red+Green+Blue) = 135+12+93=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #870C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C5D is #78F3A2. Grayscale: #393939. Windows color (decimal): -7926691 or 6098055. OLE color: 6098055.
HSL color Cylindrical-coordinate representation of color #870C5D: hue angle of 320.49º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C5D is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 93 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.47 |
| HSL | 320.49º | 0.84% | 0.29% | - |
| HSV(B) | 320.49º | 0.91% | 0.53% | - |
| XYZ | 12.1 | 6.2 | 10.92 | - |
| YUV | 58.01 | 147.75 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 93 | 0 | 0.91 | 0.31 | 0.47 | 320.49 | 0.84 | 0.29 |
| Hex | 87 | C | 5D | 0 | 5B | 1F | 2F | 140 | 54 | 1D |
| Octal | 207 | 14 | 135 | 0 | 133 | 37 | 57 | 500 | 124 | 35 |
| Binary | 10000111 | 1100 | 1011101 | 0 | 1011011 | 11111 | 101111 | 101000000 | 1010100 | 11101 |
Color Harmonies of #870C5D
Complementary color
Monochromatic Colors of #870C5D
Black with #870C5D
Text Example
Text Example
White with #870C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C5D; }
p { color: rgb(135,12,93); }
H1.HeaderClassName
{
color: #870C5D;
}
.AnyTagClassName
{
color: #870C5D;
}
</style>
background-color css
<style>
a { background-color: #870C5D; }
a { background-color: rgb(135,12,93); }
div.DivClassName
{
background-color: #870C5D;
}
.BgClassName
{
background-color: #870C5D;
}
</style>
border-color css
<style>
span { border-color: #870C5D; }
span { border-color: rgb(135,12,93); }
td.TdClassName
{
border-color: #870C5D;
}
.TagClassName
{
border-color: #870C5D;
}
</style>