Shades of Trendy Pink #835B87
Tints of Trendy Pink #835B87
RGB
CMYK
RGB Variations
Color information
#835B87 (or 0x835B87) is known color: Trendy Pink. HEX triplet: 83, 5B and 87. RGB value is (131,91,135). Sum of RGB (Red+Green+Blue) = 131+91+135=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #835B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835B87 is #7CA478. Grayscale: #6B6B6B. Windows color (decimal): -8168569 or 8870787. OLE color: 8870787.
HSL color Cylindrical-coordinate representation of color #835B87: hue angle of 294.55º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #835B87 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 91 | 135 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.47 |
| HSL | 294.55º | 0.19% | 0.44% | - |
| HSV(B) | 294.55º | 0.33% | 0.53% | - |
| XYZ | 17.47 | 14.06 | 24.71 | - |
| YUV | 107.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 135 | 0.03 | 0.33 | 0 | 0.47 | 294.55 | 0.19 | 0.44 |
| Hex | 83 | 5B | 87 | 3 | 21 | 0 | 2F | 127 | 13 | 2C |
| Octal | 203 | 133 | 207 | 3 | 41 | 0 | 57 | 447 | 23 | 54 |
| Binary | 10000011 | 1011011 | 10000111 | 11 | 100001 | 0 | 101111 | 100100111 | 10011 | 101100 |
Color Harmonies of #835B87
Complementary color
Monochromatic Colors of #835B87
Black with #835B87
Text Example
Text Example
White with #835B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B87; }
p { color: rgb(131,91,135); }
H1.HeaderClassName
{
color: #835B87;
}
.AnyTagClassName
{
color: #835B87;
}
</style>
background-color css
<style>
a { background-color: #835B87; }
a { background-color: rgb(131,91,135); }
div.DivClassName
{
background-color: #835B87;
}
.BgClassName
{
background-color: #835B87;
}
</style>
border-color css
<style>
span { border-color: #835B87; }
span { border-color: rgb(131,91,135); }
td.TdClassName
{
border-color: #835B87;
}
.TagClassName
{
border-color: #835B87;
}
</style>