Shades of Trendy Pink #875689
Tints of Trendy Pink #875689
RGB
CMYK
RGB Variations
Color information
#875689 (or 0x875689) is known color: Trendy Pink. HEX triplet: 87, 56 and 89. RGB value is (135,86,137). Sum of RGB (Red+Green+Blue) = 135+86+137=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 137 - color contains mainly: blue. Hex color #875689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875689 is #78A976. Grayscale: #6A6A6A. Windows color (decimal): -7907703 or 9000583. OLE color: 9000583.
HSL color Cylindrical-coordinate representation of color #875689: hue angle of 297.65º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875689 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 86 | 137 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.46 |
| HSL | 297.65º | 0.23% | 0.44% | - |
| HSV(B) | 297.65º | 0.37% | 0.54% | - |
| XYZ | 17.83 | 13.61 | 25.35 | - |
| YUV | 106.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 137 | 0.01 | 0.37 | 0 | 0.46 | 297.65 | 0.23 | 0.44 |
| Hex | 87 | 56 | 89 | 1 | 25 | 0 | 2E | 12A | 17 | 2C |
| Octal | 207 | 126 | 211 | 1 | 45 | 0 | 56 | 452 | 27 | 54 |
| Binary | 10000111 | 1010110 | 10001001 | 1 | 100101 | 0 | 101110 | 100101010 | 10111 | 101100 |
Color Harmonies of #875689
Complementary color
Monochromatic Colors of #875689
Black with #875689
Text Example
Text Example
White with #875689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875689; }
p { color: rgb(135,86,137); }
H1.HeaderClassName
{
color: #875689;
}
.AnyTagClassName
{
color: #875689;
}
</style>
background-color css
<style>
a { background-color: #875689; }
a { background-color: rgb(135,86,137); }
div.DivClassName
{
background-color: #875689;
}
.BgClassName
{
background-color: #875689;
}
</style>
border-color css
<style>
span { border-color: #875689; }
span { border-color: rgb(135,86,137); }
td.TdClassName
{
border-color: #875689;
}
.TagClassName
{
border-color: #875689;
}
</style>