Shades of Eggplant #870869
Tints of Eggplant #870869
RGB
CMYK
RGB Variations
Color information
#870869 (or 0x870869) is known color: Eggplant. HEX triplet: 87, 08 and 69. RGB value is (135,8,105). Sum of RGB (Red+Green+Blue) = 135+8+105=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #870869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870869 is #78F796. Grayscale: #383838. Windows color (decimal): -7927703 or 6883463. OLE color: 6883463.
HSL color Cylindrical-coordinate representation of color #870869: hue angle of 314.17º 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 #870869 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 105 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.47 |
| HSL | 314.17º | 0.89% | 0.28% | - |
| HSV(B) | 314.17º | 0.94% | 0.53% | - |
| XYZ | 12.63 | 6.34 | 13.92 | - |
| YUV | 57.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 105 | 0 | 0.94 | 0.22 | 0.47 | 314.17 | 0.89 | 0.28 |
| Hex | 87 | 8 | 69 | 0 | 5E | 16 | 2F | 13A | 59 | 1C |
| Octal | 207 | 10 | 151 | 0 | 136 | 26 | 57 | 472 | 131 | 34 |
| Binary | 10000111 | 1000 | 1101001 | 0 | 1011110 | 10110 | 101111 | 100111010 | 1011001 | 11100 |
Color Harmonies of #870869
Complementary color
Monochromatic Colors of #870869
Black with #870869
Text Example
Text Example
White with #870869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870869; }
p { color: rgb(135,8,105); }
H1.HeaderClassName
{
color: #870869;
}
.AnyTagClassName
{
color: #870869;
}
</style>
background-color css
<style>
a { background-color: #870869; }
a { background-color: rgb(135,8,105); }
div.DivClassName
{
background-color: #870869;
}
.BgClassName
{
background-color: #870869;
}
</style>
border-color css
<style>
span { border-color: #870869; }
span { border-color: rgb(135,8,105); }
td.TdClassName
{
border-color: #870869;
}
.TagClassName
{
border-color: #870869;
}
</style>