Shades of Eggplant #870A6C
Tints of Eggplant #870A6C
RGB
CMYK
RGB Variations
Color information
#870A6C (or 0x870A6C) is known color: Eggplant. HEX triplet: 87, 0A and 6C. RGB value is (135,10,108). Sum of RGB (Red+Green+Blue) = 135+10+108=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #870A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A6C is #78F593. Grayscale: #3A3A3A. Windows color (decimal): -7927188 or 7080583. OLE color: 7080583.
HSL color Cylindrical-coordinate representation of color #870A6C: hue angle of 312.96º 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 #870A6C is Cyan = 0, Magento = 0.93, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 108 | - |
| CMYK | 0 | 0.93 | 0.2 | 0.47 |
| HSL | 312.96º | 0.86% | 0.28% | - |
| HSV(B) | 312.96º | 0.93% | 0.53% | - |
| XYZ | 12.81 | 6.45 | 14.76 | - |
| YUV | 58.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 108 | 0 | 0.93 | 0.2 | 0.47 | 312.96 | 0.86 | 0.28 |
| Hex | 87 | A | 6C | 0 | 5D | 14 | 2F | 139 | 56 | 1C |
| Octal | 207 | 12 | 154 | 0 | 135 | 24 | 57 | 471 | 126 | 34 |
| Binary | 10000111 | 1010 | 1101100 | 0 | 1011101 | 10100 | 101111 | 100111001 | 1010110 | 11100 |
Color Harmonies of #870A6C
Complementary color
Monochromatic Colors of #870A6C
Black with #870A6C
Text Example
Text Example
White with #870A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A6C; }
p { color: rgb(135,10,108); }
H1.HeaderClassName
{
color: #870A6C;
}
.AnyTagClassName
{
color: #870A6C;
}
</style>
background-color css
<style>
a { background-color: #870A6C; }
a { background-color: rgb(135,10,108); }
div.DivClassName
{
background-color: #870A6C;
}
.BgClassName
{
background-color: #870A6C;
}
</style>
border-color css
<style>
span { border-color: #870A6C; }
span { border-color: rgb(135,10,108); }
td.TdClassName
{
border-color: #870A6C;
}
.TagClassName
{
border-color: #870A6C;
}
</style>