Shades of Trendy Pink #82527F
Tints of Trendy Pink #82527F
RGB
CMYK
RGB Variations
Color information
#82527F (or 0x82527F) is known color: Trendy Pink. HEX triplet: 82, 52 and 7F. RGB value is (130,82,127). Sum of RGB (Red+Green+Blue) = 130+82+127=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #82527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82527F is #7DAD80. Grayscale: #656565. Windows color (decimal): -8236417 or 8344194. OLE color: 8344194.
HSL color Cylindrical-coordinate representation of color #82527F: hue angle of 303.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82527F is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 127 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.49 |
| HSL | 303.75º | 0.23% | 0.42% | - |
| HSV(B) | 303.75º | 0.37% | 0.51% | - |
| XYZ | 16.05 | 12.31 | 21.61 | - |
| YUV | 101.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 127 | 0 | 0.37 | 0.02 | 0.49 | 303.75 | 0.23 | 0.42 |
| Hex | 82 | 52 | 7F | 0 | 25 | 2 | 31 | 130 | 17 | 2A |
| Octal | 202 | 122 | 177 | 0 | 45 | 2 | 61 | 460 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1111111 | 0 | 100101 | 10 | 110001 | 100110000 | 10111 | 101010 |
Color Harmonies of #82527F
Complementary color
Monochromatic Colors of #82527F
Black with #82527F
Text Example
Text Example
White with #82527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82527F; }
p { color: rgb(130,82,127); }
H1.HeaderClassName
{
color: #82527F;
}
.AnyTagClassName
{
color: #82527F;
}
</style>
background-color css
<style>
a { background-color: #82527F; }
a { background-color: rgb(130,82,127); }
div.DivClassName
{
background-color: #82527F;
}
.BgClassName
{
background-color: #82527F;
}
</style>
border-color css
<style>
span { border-color: #82527F; }
span { border-color: rgb(130,82,127); }
td.TdClassName
{
border-color: #82527F;
}
.TagClassName
{
border-color: #82527F;
}
</style>