Shades of Trendy Pink #82557E
Tints of Trendy Pink #82557E
RGB
CMYK
RGB Variations
Color information
#82557E (or 0x82557E) is known color: Trendy Pink. HEX triplet: 82, 55 and 7E. RGB value is (130,85,126). Sum of RGB (Red+Green+Blue) = 130+85+126=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82557E is #7DAA81. Grayscale: #676767. Windows color (decimal): -8235650 or 8279426. OLE color: 8279426.
HSL color Cylindrical-coordinate representation of color #82557E: hue angle of 305.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82557E is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 126 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.49 |
| HSL | 305.33º | 0.21% | 0.42% | - |
| HSV(B) | 305.33º | 0.35% | 0.51% | - |
| XYZ | 16.22 | 12.75 | 21.34 | - |
| YUV | 103.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 126 | 0 | 0.35 | 0.03 | 0.49 | 305.33 | 0.21 | 0.42 |
| Hex | 82 | 55 | 7E | 0 | 23 | 3 | 31 | 131 | 15 | 2A |
| Octal | 202 | 125 | 176 | 0 | 43 | 3 | 61 | 461 | 25 | 52 |
| Binary | 10000010 | 1010101 | 1111110 | 0 | 100011 | 11 | 110001 | 100110001 | 10101 | 101010 |
Color Harmonies of #82557E
Complementary color
Monochromatic Colors of #82557E
Black with #82557E
Text Example
Text Example
White with #82557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82557E; }
p { color: rgb(130,85,126); }
H1.HeaderClassName
{
color: #82557E;
}
.AnyTagClassName
{
color: #82557E;
}
</style>
background-color css
<style>
a { background-color: #82557E; }
a { background-color: rgb(130,85,126); }
div.DivClassName
{
background-color: #82557E;
}
.BgClassName
{
background-color: #82557E;
}
</style>
border-color css
<style>
span { border-color: #82557E; }
span { border-color: rgb(130,85,126); }
td.TdClassName
{
border-color: #82557E;
}
.TagClassName
{
border-color: #82557E;
}
</style>