Shades of Trendy Pink #82597F
Tints of Trendy Pink #82597F
RGB
CMYK
RGB Variations
Color information
#82597F (or 0x82597F) is known color: Trendy Pink. HEX triplet: 82, 59 and 7F. RGB value is (130,89,127). Sum of RGB (Red+Green+Blue) = 130+89+127=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #82597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82597F is #7DA680. Grayscale: #696969. Windows color (decimal): -8234625 or 8345986. OLE color: 8345986.
HSL color Cylindrical-coordinate representation of color #82597F: hue angle of 304.39º 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 #82597F is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 89 | 127 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.49 |
| HSL | 304.39º | 0.19% | 0.43% | - |
| HSV(B) | 304.39º | 0.32% | 0.51% | - |
| XYZ | 16.61 | 13.42 | 21.79 | - |
| YUV | 105.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 127 | 0 | 0.32 | 0.02 | 0.49 | 304.39 | 0.19 | 0.43 |
| Hex | 82 | 59 | 7F | 0 | 20 | 2 | 31 | 130 | 13 | 2B |
| Octal | 202 | 131 | 177 | 0 | 40 | 2 | 61 | 460 | 23 | 53 |
| Binary | 10000010 | 1011001 | 1111111 | 0 | 100000 | 10 | 110001 | 100110000 | 10011 | 101011 |
Color Harmonies of #82597F
Complementary color
Monochromatic Colors of #82597F
Black with #82597F
Text Example
Text Example
White with #82597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82597F; }
p { color: rgb(130,89,127); }
H1.HeaderClassName
{
color: #82597F;
}
.AnyTagClassName
{
color: #82597F;
}
</style>
background-color css
<style>
a { background-color: #82597F; }
a { background-color: rgb(130,89,127); }
div.DivClassName
{
background-color: #82597F;
}
.BgClassName
{
background-color: #82597F;
}
</style>
border-color css
<style>
span { border-color: #82597F; }
span { border-color: rgb(130,89,127); }
td.TdClassName
{
border-color: #82597F;
}
.TagClassName
{
border-color: #82597F;
}
</style>