Shades of Eggplant #870F68
Tints of Eggplant #870F68
RGB
CMYK
RGB Variations
Color information
#870F68 (or 0x870F68) is known color: Eggplant. HEX triplet: 87, 0F and 68. RGB value is (135,15,104). Sum of RGB (Red+Green+Blue) = 135+15+104=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #870F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F68 is #78F097. Grayscale: #3C3C3C. Windows color (decimal): -7925912 or 6819719. OLE color: 6819719.
HSL color Cylindrical-coordinate representation of color #870F68: hue angle of 315.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F68 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 104 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.47 |
| HSL | 315.5º | 0.8% | 0.29% | - |
| HSV(B) | 315.5º | 0.89% | 0.53% | - |
| XYZ | 12.66 | 6.49 | 13.68 | - |
| YUV | 61.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 104 | 0 | 0.89 | 0.23 | 0.47 | 315.5 | 0.8 | 0.29 |
| Hex | 87 | F | 68 | 0 | 59 | 17 | 2F | 13C | 50 | 1D |
| Octal | 207 | 17 | 150 | 0 | 131 | 27 | 57 | 474 | 120 | 35 |
| Binary | 10000111 | 1111 | 1101000 | 0 | 1011001 | 10111 | 101111 | 100111100 | 1010000 | 11101 |
Color Harmonies of #870F68
Complementary color
Monochromatic Colors of #870F68
Black with #870F68
Text Example
Text Example
White with #870F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F68; }
p { color: rgb(135,15,104); }
H1.HeaderClassName
{
color: #870F68;
}
.AnyTagClassName
{
color: #870F68;
}
</style>
background-color css
<style>
a { background-color: #870F68; }
a { background-color: rgb(135,15,104); }
div.DivClassName
{
background-color: #870F68;
}
.BgClassName
{
background-color: #870F68;
}
</style>
border-color css
<style>
span { border-color: #870F68; }
span { border-color: rgb(135,15,104); }
td.TdClassName
{
border-color: #870F68;
}
.TagClassName
{
border-color: #870F68;
}
</style>