Shades of Eggplant #870968
Tints of Eggplant #870968
RGB
CMYK
RGB Variations
Color information
#870968 (or 0x870968) is known color: Eggplant. HEX triplet: 87, 09 and 68. RGB value is (135,9,104). Sum of RGB (Red+Green+Blue) = 135+9+104=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #870968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870968 is #78F697. Grayscale: #393939. Windows color (decimal): -7927448 or 6818183. OLE color: 6818183.
HSL color Cylindrical-coordinate representation of color #870968: hue angle of 314.76º 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 #870968 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 104 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.47 |
| HSL | 314.76º | 0.88% | 0.28% | - |
| HSV(B) | 314.76º | 0.93% | 0.53% | - |
| XYZ | 12.59 | 6.35 | 13.66 | - |
| YUV | 57.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 104 | 0 | 0.93 | 0.23 | 0.47 | 314.76 | 0.88 | 0.28 |
| Hex | 87 | 9 | 68 | 0 | 5D | 17 | 2F | 13B | 58 | 1C |
| Octal | 207 | 11 | 150 | 0 | 135 | 27 | 57 | 473 | 130 | 34 |
| Binary | 10000111 | 1001 | 1101000 | 0 | 1011101 | 10111 | 101111 | 100111011 | 1011000 | 11100 |
Color Harmonies of #870968
Complementary color
Monochromatic Colors of #870968
Black with #870968
Text Example
Text Example
White with #870968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870968; }
p { color: rgb(135,9,104); }
H1.HeaderClassName
{
color: #870968;
}
.AnyTagClassName
{
color: #870968;
}
</style>
background-color css
<style>
a { background-color: #870968; }
a { background-color: rgb(135,9,104); }
div.DivClassName
{
background-color: #870968;
}
.BgClassName
{
background-color: #870968;
}
</style>
border-color css
<style>
span { border-color: #870968; }
span { border-color: rgb(135,9,104); }
td.TdClassName
{
border-color: #870968;
}
.TagClassName
{
border-color: #870968;
}
</style>