Shades of Trendy Pink #825087
Tints of Trendy Pink #825087
RGB
CMYK
RGB Variations
Color information
#825087 (or 0x825087) is known color: Trendy Pink. HEX triplet: 82, 50 and 87. RGB value is (130,80,135). Sum of RGB (Red+Green+Blue) = 130+80+135=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #825087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825087 is #7DAF78. Grayscale: #656565. Windows color (decimal): -8236921 or 8867970. OLE color: 8867970.
HSL color Cylindrical-coordinate representation of color #825087: hue angle of 294.55º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #825087 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 80 | 135 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.47 |
| HSL | 294.55º | 0.26% | 0.42% | - |
| HSV(B) | 294.55º | 0.41% | 0.53% | - |
| XYZ | 16.45 | 12.23 | 24.42 | - |
| YUV | 101.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 135 | 0.04 | 0.41 | 0 | 0.47 | 294.55 | 0.26 | 0.42 |
| Hex | 82 | 50 | 87 | 4 | 29 | 0 | 2F | 127 | 1A | 2A |
| Octal | 202 | 120 | 207 | 4 | 51 | 0 | 57 | 447 | 32 | 52 |
| Binary | 10000010 | 1010000 | 10000111 | 100 | 101001 | 0 | 101111 | 100100111 | 11010 | 101010 |
Color Harmonies of #825087
Complementary color
Monochromatic Colors of #825087
Black with #825087
Text Example
Text Example
White with #825087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825087; }
p { color: rgb(130,80,135); }
H1.HeaderClassName
{
color: #825087;
}
.AnyTagClassName
{
color: #825087;
}
</style>
background-color css
<style>
a { background-color: #825087; }
a { background-color: rgb(130,80,135); }
div.DivClassName
{
background-color: #825087;
}
.BgClassName
{
background-color: #825087;
}
</style>
border-color css
<style>
span { border-color: #825087; }
span { border-color: rgb(130,80,135); }
td.TdClassName
{
border-color: #825087;
}
.TagClassName
{
border-color: #825087;
}
</style>