Shades of Trendy Pink #825E87
Tints of Trendy Pink #825E87
RGB
CMYK
RGB Variations
Color information
#825E87 (or 0x825E87) is known color: Trendy Pink. HEX triplet: 82, 5E and 87. RGB value is (130,94,135). Sum of RGB (Red+Green+Blue) = 130+94+135=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 135 - color contains mainly: blue. Hex color #825E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825E87 is #7DA178. Grayscale: #6D6D6D. Windows color (decimal): -8233337 or 8871554. OLE color: 8871554.
HSL color Cylindrical-coordinate representation of color #825E87: hue angle of 292.68º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825E87 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 94 | 135 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.47 |
| HSL | 292.68º | 0.18% | 0.45% | - |
| HSV(B) | 292.68º | 0.3% | 0.53% | - |
| XYZ | 17.58 | 14.5 | 24.79 | - |
| YUV | 109.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 135 | 0.04 | 0.30 | 0 | 0.47 | 292.68 | 0.18 | 0.45 |
| Hex | 82 | 5E | 87 | 4 | 1E | 0 | 2F | 125 | 12 | 2D |
| Octal | 202 | 136 | 207 | 4 | 36 | 0 | 57 | 445 | 22 | 55 |
| Binary | 10000010 | 1011110 | 10000111 | 100 | 11110 | 0 | 101111 | 100100101 | 10010 | 101101 |
Color Harmonies of #825E87
Complementary color
Monochromatic Colors of #825E87
Black with #825E87
Text Example
Text Example
White with #825E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E87; }
p { color: rgb(130,94,135); }
H1.HeaderClassName
{
color: #825E87;
}
.AnyTagClassName
{
color: #825E87;
}
</style>
background-color css
<style>
a { background-color: #825E87; }
a { background-color: rgb(130,94,135); }
div.DivClassName
{
background-color: #825E87;
}
.BgClassName
{
background-color: #825E87;
}
</style>
border-color css
<style>
span { border-color: #825E87; }
span { border-color: rgb(130,94,135); }
td.TdClassName
{
border-color: #825E87;
}
.TagClassName
{
border-color: #825E87;
}
</style>