Shades of Trendy Pink #82587F
Tints of Trendy Pink #82587F
RGB
CMYK
RGB Variations
Color information
#82587F (or 0x82587F) is known color: Trendy Pink. HEX triplet: 82, 58 and 7F. RGB value is (130,88,127). Sum of RGB (Red+Green+Blue) = 130+88+127=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #82587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82587F is #7DA780. Grayscale: #686868. Windows color (decimal): -8234881 or 8345730. OLE color: 8345730.
HSL color Cylindrical-coordinate representation of color #82587F: hue angle of 304.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82587F is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 127 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.49 |
| HSL | 304.29º | 0.19% | 0.43% | - |
| HSV(B) | 304.29º | 0.32% | 0.51% | - |
| XYZ | 16.53 | 13.26 | 21.77 | - |
| YUV | 105 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 127 | 0 | 0.32 | 0.02 | 0.49 | 304.29 | 0.19 | 0.43 |
| Hex | 82 | 58 | 7F | 0 | 20 | 2 | 31 | 130 | 13 | 2B |
| Octal | 202 | 130 | 177 | 0 | 40 | 2 | 61 | 460 | 23 | 53 |
| Binary | 10000010 | 1011000 | 1111111 | 0 | 100000 | 10 | 110001 | 100110000 | 10011 | 101011 |
Color Harmonies of #82587F
Complementary color
Monochromatic Colors of #82587F
Black with #82587F
Text Example
Text Example
White with #82587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82587F; }
p { color: rgb(130,88,127); }
H1.HeaderClassName
{
color: #82587F;
}
.AnyTagClassName
{
color: #82587F;
}
</style>
background-color css
<style>
a { background-color: #82587F; }
a { background-color: rgb(130,88,127); }
div.DivClassName
{
background-color: #82587F;
}
.BgClassName
{
background-color: #82587F;
}
</style>
border-color css
<style>
span { border-color: #82587F; }
span { border-color: rgb(130,88,127); }
td.TdClassName
{
border-color: #82587F;
}
.TagClassName
{
border-color: #82587F;
}
</style>