Shades of Eggplant #870865
Tints of Eggplant #870865
RGB
CMYK
RGB Variations
Color information
#870865 (or 0x870865) is known color: Eggplant. HEX triplet: 87, 08 and 65. RGB value is (135,8,101). Sum of RGB (Red+Green+Blue) = 135+8+101=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #870865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870865 is #78F79A. Grayscale: #383838. Windows color (decimal): -7927707 or 6621319. OLE color: 6621319.
HSL color Cylindrical-coordinate representation of color #870865: hue angle of 316.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870865 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 101 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.47 |
| HSL | 316.06º | 0.89% | 0.28% | - |
| HSV(B) | 316.06º | 0.94% | 0.53% | - |
| XYZ | 12.43 | 6.26 | 12.87 | - |
| YUV | 56.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 101 | 0 | 0.94 | 0.25 | 0.47 | 316.06 | 0.89 | 0.28 |
| Hex | 87 | 8 | 65 | 0 | 5E | 19 | 2F | 13C | 59 | 1C |
| Octal | 207 | 10 | 145 | 0 | 136 | 31 | 57 | 474 | 131 | 34 |
| Binary | 10000111 | 1000 | 1100101 | 0 | 1011110 | 11001 | 101111 | 100111100 | 1011001 | 11100 |
Color Harmonies of #870865
Complementary color
Monochromatic Colors of #870865
Black with #870865
Text Example
Text Example
White with #870865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870865; }
p { color: rgb(135,8,101); }
H1.HeaderClassName
{
color: #870865;
}
.AnyTagClassName
{
color: #870865;
}
</style>
background-color css
<style>
a { background-color: #870865; }
a { background-color: rgb(135,8,101); }
div.DivClassName
{
background-color: #870865;
}
.BgClassName
{
background-color: #870865;
}
</style>
border-color css
<style>
span { border-color: #870865; }
span { border-color: rgb(135,8,101); }
td.TdClassName
{
border-color: #870865;
}
.TagClassName
{
border-color: #870865;
}
</style>