Shades of Eggplant #870A5D
Tints of Eggplant #870A5D
RGB
CMYK
RGB Variations
Color information
#870A5D (or 0x870A5D) is known color: Eggplant. HEX triplet: 87, 0A and 5D. RGB value is (135,10,93). Sum of RGB (Red+Green+Blue) = 135+10+93=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #870A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A5D is #78F5A2. Grayscale: #383838. Windows color (decimal): -7927203 or 6097543. OLE color: 6097543.
HSL color Cylindrical-coordinate representation of color #870A5D: hue angle of 320.16º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A5D is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 93 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.47 |
| HSL | 320.16º | 0.86% | 0.28% | - |
| HSV(B) | 320.16º | 0.93% | 0.53% | - |
| XYZ | 12.08 | 6.16 | 10.91 | - |
| YUV | 56.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 93 | 0 | 0.93 | 0.31 | 0.47 | 320.16 | 0.86 | 0.28 |
| Hex | 87 | A | 5D | 0 | 5D | 1F | 2F | 140 | 56 | 1C |
| Octal | 207 | 12 | 135 | 0 | 135 | 37 | 57 | 500 | 126 | 34 |
| Binary | 10000111 | 1010 | 1011101 | 0 | 1011101 | 11111 | 101111 | 101000000 | 1010110 | 11100 |
Color Harmonies of #870A5D
Complementary color
Monochromatic Colors of #870A5D
Black with #870A5D
Text Example
Text Example
White with #870A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A5D; }
p { color: rgb(135,10,93); }
H1.HeaderClassName
{
color: #870A5D;
}
.AnyTagClassName
{
color: #870A5D;
}
</style>
background-color css
<style>
a { background-color: #870A5D; }
a { background-color: rgb(135,10,93); }
div.DivClassName
{
background-color: #870A5D;
}
.BgClassName
{
background-color: #870A5D;
}
</style>
border-color css
<style>
span { border-color: #870A5D; }
span { border-color: rgb(135,10,93); }
td.TdClassName
{
border-color: #870A5D;
}
.TagClassName
{
border-color: #870A5D;
}
</style>