Shades of Eggplant #870952
Tints of Eggplant #870952
RGB
CMYK
RGB Variations
Color information
#870952 (or 0x870952) is known color: Eggplant. HEX triplet: 87, 09 and 52. RGB value is (135,9,82). Sum of RGB (Red+Green+Blue) = 135+9+82=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #870952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870952 is #78F6AD. Grayscale: #363636. Windows color (decimal): -7927470 or 5376391. OLE color: 5376391.
HSL color Cylindrical-coordinate representation of color #870952: hue angle of 325.24º 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 #870952 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 82 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.47 |
| HSL | 325.24º | 0.88% | 0.28% | - |
| HSV(B) | 325.24º | 0.93% | 0.53% | - |
| XYZ | 11.61 | 5.96 | 8.52 | - |
| YUV | 55 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 82 | 0 | 0.93 | 0.39 | 0.47 | 325.24 | 0.88 | 0.28 |
| Hex | 87 | 9 | 52 | 0 | 5D | 27 | 2F | 145 | 58 | 1C |
| Octal | 207 | 11 | 122 | 0 | 135 | 47 | 57 | 505 | 130 | 34 |
| Binary | 10000111 | 1001 | 1010010 | 0 | 1011101 | 100111 | 101111 | 101000101 | 1011000 | 11100 |
Color Harmonies of #870952
Complementary color
Monochromatic Colors of #870952
Black with #870952
Text Example
Text Example
White with #870952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870952; }
p { color: rgb(135,9,82); }
H1.HeaderClassName
{
color: #870952;
}
.AnyTagClassName
{
color: #870952;
}
</style>
background-color css
<style>
a { background-color: #870952; }
a { background-color: rgb(135,9,82); }
div.DivClassName
{
background-color: #870952;
}
.BgClassName
{
background-color: #870952;
}
</style>
border-color css
<style>
span { border-color: #870952; }
span { border-color: rgb(135,9,82); }
td.TdClassName
{
border-color: #870952;
}
.TagClassName
{
border-color: #870952;
}
</style>