Shades of Trendy Pink #82517C
Tints of Trendy Pink #82517C
RGB
CMYK
RGB Variations
Color information
#82517C (or 0x82517C) is known color: Trendy Pink. HEX triplet: 82, 51 and 7C. RGB value is (130,81,124). Sum of RGB (Red+Green+Blue) = 130+81+124=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82517C is #7DAE83. Grayscale: #646464. Windows color (decimal): -8236676 or 8147330. OLE color: 8147330.
HSL color Cylindrical-coordinate representation of color #82517C: hue angle of 307.35º 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 #82517C is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 124 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.49 |
| HSL | 307.35º | 0.23% | 0.41% | - |
| HSV(B) | 307.35º | 0.38% | 0.51% | - |
| XYZ | 15.79 | 12.09 | 20.57 | - |
| YUV | 100.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 124 | 0 | 0.38 | 0.05 | 0.49 | 307.35 | 0.23 | 0.41 |
| Hex | 82 | 51 | 7C | 0 | 26 | 5 | 31 | 133 | 17 | 29 |
| Octal | 202 | 121 | 174 | 0 | 46 | 5 | 61 | 463 | 27 | 51 |
| Binary | 10000010 | 1010001 | 1111100 | 0 | 100110 | 101 | 110001 | 100110011 | 10111 | 101001 |
Color Harmonies of #82517C
Complementary color
Monochromatic Colors of #82517C
Black with #82517C
Text Example
Text Example
White with #82517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82517C; }
p { color: rgb(130,81,124); }
H1.HeaderClassName
{
color: #82517C;
}
.AnyTagClassName
{
color: #82517C;
}
</style>
background-color css
<style>
a { background-color: #82517C; }
a { background-color: rgb(130,81,124); }
div.DivClassName
{
background-color: #82517C;
}
.BgClassName
{
background-color: #82517C;
}
</style>
border-color css
<style>
span { border-color: #82517C; }
span { border-color: rgb(130,81,124); }
td.TdClassName
{
border-color: #82517C;
}
.TagClassName
{
border-color: #82517C;
}
</style>