Shades of Eggplant #870955
Tints of Eggplant #870955
RGB
CMYK
RGB Variations
Color information
#870955 (or 0x870955) is known color: Eggplant. HEX triplet: 87, 09 and 55. RGB value is (135,9,85). Sum of RGB (Red+Green+Blue) = 135+9+85=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #870955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870955 is #78F6AA. Grayscale: #373737. Windows color (decimal): -7927467 or 5572999. OLE color: 5572999.
HSL color Cylindrical-coordinate representation of color #870955: hue angle of 323.81º 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 #870955 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 85 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.47 |
| HSL | 323.81º | 0.88% | 0.28% | - |
| HSV(B) | 323.81º | 0.93% | 0.53% | - |
| XYZ | 11.73 | 6 | 9.13 | - |
| YUV | 55.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 85 | 0 | 0.93 | 0.37 | 0.47 | 323.81 | 0.88 | 0.28 |
| Hex | 87 | 9 | 55 | 0 | 5D | 25 | 2F | 144 | 58 | 1C |
| Octal | 207 | 11 | 125 | 0 | 135 | 45 | 57 | 504 | 130 | 34 |
| Binary | 10000111 | 1001 | 1010101 | 0 | 1011101 | 100101 | 101111 | 101000100 | 1011000 | 11100 |
Color Harmonies of #870955
Complementary color
Monochromatic Colors of #870955
Black with #870955
Text Example
Text Example
White with #870955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870955; }
p { color: rgb(135,9,85); }
H1.HeaderClassName
{
color: #870955;
}
.AnyTagClassName
{
color: #870955;
}
</style>
background-color css
<style>
a { background-color: #870955; }
a { background-color: rgb(135,9,85); }
div.DivClassName
{
background-color: #870955;
}
.BgClassName
{
background-color: #870955;
}
</style>
border-color css
<style>
span { border-color: #870955; }
span { border-color: rgb(135,9,85); }
td.TdClassName
{
border-color: #870955;
}
.TagClassName
{
border-color: #870955;
}
</style>