Shades of Eggplant #870A6B
Tints of Eggplant #870A6B
RGB
CMYK
RGB Variations
Color information
#870A6B (or 0x870A6B) is known color: Eggplant. HEX triplet: 87, 0A and 6B. RGB value is (135,10,107). Sum of RGB (Red+Green+Blue) = 135+10+107=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #870A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A6B is #78F594. Grayscale: #3A3A3A. Windows color (decimal): -7927189 or 7015047. OLE color: 7015047.
HSL color Cylindrical-coordinate representation of color #870A6B: hue angle of 313.44º 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 #870A6B is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 107 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.47 |
| HSL | 313.44º | 0.86% | 0.28% | - |
| HSV(B) | 313.44º | 0.93% | 0.53% | - |
| XYZ | 12.75 | 6.43 | 14.48 | - |
| YUV | 58.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 107 | 0 | 0.93 | 0.21 | 0.47 | 313.44 | 0.86 | 0.28 |
| Hex | 87 | A | 6B | 0 | 5D | 15 | 2F | 139 | 56 | 1C |
| Octal | 207 | 12 | 153 | 0 | 135 | 25 | 57 | 471 | 126 | 34 |
| Binary | 10000111 | 1010 | 1101011 | 0 | 1011101 | 10101 | 101111 | 100111001 | 1010110 | 11100 |
Color Harmonies of #870A6B
Complementary color
Monochromatic Colors of #870A6B
Black with #870A6B
Text Example
Text Example
White with #870A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A6B; }
p { color: rgb(135,10,107); }
H1.HeaderClassName
{
color: #870A6B;
}
.AnyTagClassName
{
color: #870A6B;
}
</style>
background-color css
<style>
a { background-color: #870A6B; }
a { background-color: rgb(135,10,107); }
div.DivClassName
{
background-color: #870A6B;
}
.BgClassName
{
background-color: #870A6B;
}
</style>
border-color css
<style>
span { border-color: #870A6B; }
span { border-color: rgb(135,10,107); }
td.TdClassName
{
border-color: #870A6B;
}
.TagClassName
{
border-color: #870A6B;
}
</style>