Shades of Eggplant #870A5C
Tints of Eggplant #870A5C
RGB
CMYK
RGB Variations
Color information
#870A5C (or 0x870A5C) is known color: Eggplant. HEX triplet: 87, 0A and 5C. RGB value is (135,10,92). Sum of RGB (Red+Green+Blue) = 135+10+92=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #870A5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A5C is #78F5A3. Grayscale: #383838. Windows color (decimal): -7927204 or 6032007. OLE color: 6032007.
HSL color Cylindrical-coordinate representation of color #870A5C: hue angle of 320.64º 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 #870A5C is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 92 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.47 |
| HSL | 320.64º | 0.86% | 0.28% | - |
| HSV(B) | 320.64º | 0.93% | 0.53% | - |
| XYZ | 12.03 | 6.14 | 10.68 | - |
| YUV | 56.72 | 147.91 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 92 | 0 | 0.93 | 0.32 | 0.47 | 320.64 | 0.86 | 0.28 |
| Hex | 87 | A | 5C | 0 | 5D | 20 | 2F | 141 | 56 | 1C |
| Octal | 207 | 12 | 134 | 0 | 135 | 40 | 57 | 501 | 126 | 34 |
| Binary | 10000111 | 1010 | 1011100 | 0 | 1011101 | 100000 | 101111 | 101000001 | 1010110 | 11100 |
Color Harmonies of #870A5C
Complementary color
Monochromatic Colors of #870A5C
Black with #870A5C
Text Example
Text Example
White with #870A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A5C; }
p { color: rgb(135,10,92); }
H1.HeaderClassName
{
color: #870A5C;
}
.AnyTagClassName
{
color: #870A5C;
}
</style>
background-color css
<style>
a { background-color: #870A5C; }
a { background-color: rgb(135,10,92); }
div.DivClassName
{
background-color: #870A5C;
}
.BgClassName
{
background-color: #870A5C;
}
</style>
border-color css
<style>
span { border-color: #870A5C; }
span { border-color: rgb(135,10,92); }
td.TdClassName
{
border-color: #870A5C;
}
.TagClassName
{
border-color: #870A5C;
}
</style>