Shades of Trendy Pink #815E87
Tints of Trendy Pink #815E87
RGB
CMYK
RGB Variations
Color information
#815E87 (or 0x815E87) is known color: Trendy Pink. HEX triplet: 81, 5E and 87. RGB value is (129,94,135). Sum of RGB (Red+Green+Blue) = 129+94+135=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #815E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815E87 is #7EA178. Grayscale: #6D6D6D. Windows color (decimal): -8298873 or 8871553. OLE color: 8871553.
HSL color Cylindrical-coordinate representation of color #815E87: hue angle of 291.22º 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 #815E87 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 94 | 135 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.47 |
| HSL | 291.22º | 0.18% | 0.45% | - |
| HSV(B) | 291.22º | 0.3% | 0.53% | - |
| XYZ | 17.43 | 14.42 | 24.79 | - |
| YUV | 109.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 135 | 0.04 | 0.30 | 0 | 0.47 | 291.22 | 0.18 | 0.45 |
| Hex | 81 | 5E | 87 | 4 | 1E | 0 | 2F | 123 | 12 | 2D |
| Octal | 201 | 136 | 207 | 4 | 36 | 0 | 57 | 443 | 22 | 55 |
| Binary | 10000001 | 1011110 | 10000111 | 100 | 11110 | 0 | 101111 | 100100011 | 10010 | 101101 |
Color Harmonies of #815E87
Complementary color
Monochromatic Colors of #815E87
Black with #815E87
Text Example
Text Example
White with #815E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E87; }
p { color: rgb(129,94,135); }
H1.HeaderClassName
{
color: #815E87;
}
.AnyTagClassName
{
color: #815E87;
}
</style>
background-color css
<style>
a { background-color: #815E87; }
a { background-color: rgb(129,94,135); }
div.DivClassName
{
background-color: #815E87;
}
.BgClassName
{
background-color: #815E87;
}
</style>
border-color css
<style>
span { border-color: #815E87; }
span { border-color: rgb(129,94,135); }
td.TdClassName
{
border-color: #815E87;
}
.TagClassName
{
border-color: #815E87;
}
</style>