Shades of Trendy Pink #82527C
Tints of Trendy Pink #82527C
RGB
CMYK
RGB Variations
Color information
#82527C (or 0x82527C) is known color: Trendy Pink. HEX triplet: 82, 52 and 7C. RGB value is (130,82,124). Sum of RGB (Red+Green+Blue) = 130+82+124=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #82527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82527C is #7DAD83. Grayscale: #656565. Windows color (decimal): -8236420 or 8147586. OLE color: 8147586.
HSL color Cylindrical-coordinate representation of color #82527C: hue angle of 307.5º 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 #82527C is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 124 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.49 |
| HSL | 307.5º | 0.23% | 0.42% | - |
| HSV(B) | 307.5º | 0.37% | 0.51% | - |
| XYZ | 15.86 | 12.24 | 20.59 | - |
| YUV | 101.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 124 | 0 | 0.37 | 0.05 | 0.49 | 307.5 | 0.23 | 0.42 |
| Hex | 82 | 52 | 7C | 0 | 25 | 5 | 31 | 134 | 17 | 2A |
| Octal | 202 | 122 | 174 | 0 | 45 | 5 | 61 | 464 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1111100 | 0 | 100101 | 101 | 110001 | 100110100 | 10111 | 101010 |
Color Harmonies of #82527C
Complementary color
Monochromatic Colors of #82527C
Black with #82527C
Text Example
Text Example
White with #82527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82527C; }
p { color: rgb(130,82,124); }
H1.HeaderClassName
{
color: #82527C;
}
.AnyTagClassName
{
color: #82527C;
}
</style>
background-color css
<style>
a { background-color: #82527C; }
a { background-color: rgb(130,82,124); }
div.DivClassName
{
background-color: #82527C;
}
.BgClassName
{
background-color: #82527C;
}
</style>
border-color css
<style>
span { border-color: #82527C; }
span { border-color: rgb(130,82,124); }
td.TdClassName
{
border-color: #82527C;
}
.TagClassName
{
border-color: #82527C;
}
</style>