Shades of Trendy Pink #835987
Tints of Trendy Pink #835987
RGB
CMYK
RGB Variations
Color information
#835987 (or 0x835987) is known color: Trendy Pink. HEX triplet: 83, 59 and 87. RGB value is (131,89,135). Sum of RGB (Red+Green+Blue) = 131+89+135=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 135 - color contains mainly: blue. Hex color #835987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835987 is #7CA678. Grayscale: #6A6A6A. Windows color (decimal): -8169081 or 8870275. OLE color: 8870275.
HSL color Cylindrical-coordinate representation of color #835987: hue angle of 294.78º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835987 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 89 | 135 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.47 |
| HSL | 294.78º | 0.21% | 0.44% | - |
| HSV(B) | 294.78º | 0.34% | 0.53% | - |
| XYZ | 17.31 | 13.72 | 24.66 | - |
| YUV | 106.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 135 | 0.03 | 0.34 | 0 | 0.47 | 294.78 | 0.21 | 0.44 |
| Hex | 83 | 59 | 87 | 3 | 22 | 0 | 2F | 127 | 15 | 2C |
| Octal | 203 | 131 | 207 | 3 | 42 | 0 | 57 | 447 | 25 | 54 |
| Binary | 10000011 | 1011001 | 10000111 | 11 | 100010 | 0 | 101111 | 100100111 | 10101 | 101100 |
Color Harmonies of #835987
Complementary color
Monochromatic Colors of #835987
Black with #835987
Text Example
Text Example
White with #835987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835987; }
p { color: rgb(131,89,135); }
H1.HeaderClassName
{
color: #835987;
}
.AnyTagClassName
{
color: #835987;
}
</style>
background-color css
<style>
a { background-color: #835987; }
a { background-color: rgb(131,89,135); }
div.DivClassName
{
background-color: #835987;
}
.BgClassName
{
background-color: #835987;
}
</style>
border-color css
<style>
span { border-color: #835987; }
span { border-color: rgb(131,89,135); }
td.TdClassName
{
border-color: #835987;
}
.TagClassName
{
border-color: #835987;
}
</style>