Shades of Trendy Pink #82517F
Tints of Trendy Pink #82517F
RGB
CMYK
RGB Variations
Color information
#82517F (or 0x82517F) is known color: Trendy Pink. HEX triplet: 82, 51 and 7F. RGB value is (130,81,127). Sum of RGB (Red+Green+Blue) = 130+81+127=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82517F is #7DAE80. Grayscale: #646464. Windows color (decimal): -8236673 or 8343938. OLE color: 8343938.
HSL color Cylindrical-coordinate representation of color #82517F: hue angle of 303.67º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82517F is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 127 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.49 |
| HSL | 303.67º | 0.23% | 0.41% | - |
| HSV(B) | 303.67º | 0.38% | 0.51% | - |
| XYZ | 15.98 | 12.16 | 21.58 | - |
| YUV | 100.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 127 | 0 | 0.38 | 0.02 | 0.49 | 303.67 | 0.23 | 0.41 |
| Hex | 82 | 51 | 7F | 0 | 26 | 2 | 31 | 130 | 17 | 29 |
| Octal | 202 | 121 | 177 | 0 | 46 | 2 | 61 | 460 | 27 | 51 |
| Binary | 10000010 | 1010001 | 1111111 | 0 | 100110 | 10 | 110001 | 100110000 | 10111 | 101001 |
Color Harmonies of #82517F
Complementary color
Monochromatic Colors of #82517F
Black with #82517F
Text Example
Text Example
White with #82517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82517F; }
p { color: rgb(130,81,127); }
H1.HeaderClassName
{
color: #82517F;
}
.AnyTagClassName
{
color: #82517F;
}
</style>
background-color css
<style>
a { background-color: #82517F; }
a { background-color: rgb(130,81,127); }
div.DivClassName
{
background-color: #82517F;
}
.BgClassName
{
background-color: #82517F;
}
</style>
border-color css
<style>
span { border-color: #82517F; }
span { border-color: rgb(130,81,127); }
td.TdClassName
{
border-color: #82517F;
}
.TagClassName
{
border-color: #82517F;
}
</style>