Shades of Trendy Pink #82517E
Tints of Trendy Pink #82517E
RGB
CMYK
RGB Variations
Color information
#82517E (or 0x82517E) is known color: Trendy Pink. HEX triplet: 82, 51 and 7E. RGB value is (130,81,126). Sum of RGB (Red+Green+Blue) = 130+81+126=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #82517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82517E is #7DAE81. Grayscale: #646464. Windows color (decimal): -8236674 or 8278402. OLE color: 8278402.
HSL color Cylindrical-coordinate representation of color #82517E: hue angle of 304.9º 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 #82517E is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 126 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.49 |
| HSL | 304.9º | 0.23% | 0.41% | - |
| HSV(B) | 304.9º | 0.38% | 0.51% | - |
| XYZ | 15.91 | 12.14 | 21.24 | - |
| YUV | 100.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 126 | 0 | 0.38 | 0.03 | 0.49 | 304.9 | 0.23 | 0.41 |
| Hex | 82 | 51 | 7E | 0 | 26 | 3 | 31 | 131 | 17 | 29 |
| Octal | 202 | 121 | 176 | 0 | 46 | 3 | 61 | 461 | 27 | 51 |
| Binary | 10000010 | 1010001 | 1111110 | 0 | 100110 | 11 | 110001 | 100110001 | 10111 | 101001 |
Color Harmonies of #82517E
Complementary color
Monochromatic Colors of #82517E
Black with #82517E
Text Example
Text Example
White with #82517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82517E; }
p { color: rgb(130,81,126); }
H1.HeaderClassName
{
color: #82517E;
}
.AnyTagClassName
{
color: #82517E;
}
</style>
background-color css
<style>
a { background-color: #82517E; }
a { background-color: rgb(130,81,126); }
div.DivClassName
{
background-color: #82517E;
}
.BgClassName
{
background-color: #82517E;
}
</style>
border-color css
<style>
span { border-color: #82517E; }
span { border-color: rgb(130,81,126); }
td.TdClassName
{
border-color: #82517E;
}
.TagClassName
{
border-color: #82517E;
}
</style>