Shades of Eggplant #870965
Tints of Eggplant #870965
RGB
CMYK
RGB Variations
Color information
#870965 (or 0x870965) is known color: Eggplant. HEX triplet: 87, 09 and 65. RGB value is (135,9,101). Sum of RGB (Red+Green+Blue) = 135+9+101=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #870965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870965 is #78F69A. Grayscale: #383838. Windows color (decimal): -7927451 or 6621575. OLE color: 6621575.
HSL color Cylindrical-coordinate representation of color #870965: hue angle of 316.19º degrees, saturation: 0.88, 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 #870965 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 101 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.47 |
| HSL | 316.19º | 0.88% | 0.28% | - |
| HSV(B) | 316.19º | 0.93% | 0.53% | - |
| XYZ | 12.44 | 6.29 | 12.87 | - |
| YUV | 57.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 101 | 0 | 0.93 | 0.25 | 0.47 | 316.19 | 0.88 | 0.28 |
| Hex | 87 | 9 | 65 | 0 | 5D | 19 | 2F | 13C | 58 | 1C |
| Octal | 207 | 11 | 145 | 0 | 135 | 31 | 57 | 474 | 130 | 34 |
| Binary | 10000111 | 1001 | 1100101 | 0 | 1011101 | 11001 | 101111 | 100111100 | 1011000 | 11100 |
Color Harmonies of #870965
Complementary color
Monochromatic Colors of #870965
Black with #870965
Text Example
Text Example
White with #870965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870965; }
p { color: rgb(135,9,101); }
H1.HeaderClassName
{
color: #870965;
}
.AnyTagClassName
{
color: #870965;
}
</style>
background-color css
<style>
a { background-color: #870965; }
a { background-color: rgb(135,9,101); }
div.DivClassName
{
background-color: #870965;
}
.BgClassName
{
background-color: #870965;
}
</style>
border-color css
<style>
span { border-color: #870965; }
span { border-color: rgb(135,9,101); }
td.TdClassName
{
border-color: #870965;
}
.TagClassName
{
border-color: #870965;
}
</style>