Shades of Trendy Pink #82497C
Tints of Trendy Pink #82497C
RGB
CMYK
RGB Variations
Color information
#82497C (or 0x82497C) is known color: Trendy Pink. HEX triplet: 82, 49 and 7C. RGB value is (130,73,124). Sum of RGB (Red+Green+Blue) = 130+73+124=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82497C is #7DB683. Grayscale: #5F5F5F. Windows color (decimal): -8238724 or 8145282. OLE color: 8145282.
HSL color Cylindrical-coordinate representation of color #82497C: hue angle of 306.32º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82497C is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 124 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.49 |
| HSL | 306.32º | 0.28% | 0.4% | - |
| HSV(B) | 306.32º | 0.44% | 0.51% | - |
| XYZ | 15.23 | 10.97 | 20.38 | - |
| YUV | 95.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 124 | 0 | 0.44 | 0.05 | 0.49 | 306.32 | 0.28 | 0.4 |
| Hex | 82 | 49 | 7C | 0 | 2C | 5 | 31 | 132 | 1C | 28 |
| Octal | 202 | 111 | 174 | 0 | 54 | 5 | 61 | 462 | 34 | 50 |
| Binary | 10000010 | 1001001 | 1111100 | 0 | 101100 | 101 | 110001 | 100110010 | 11100 | 101000 |
Color Harmonies of #82497C
Complementary color
Monochromatic Colors of #82497C
Black with #82497C
Text Example
Text Example
White with #82497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82497C; }
p { color: rgb(130,73,124); }
H1.HeaderClassName
{
color: #82497C;
}
.AnyTagClassName
{
color: #82497C;
}
</style>
background-color css
<style>
a { background-color: #82497C; }
a { background-color: rgb(130,73,124); }
div.DivClassName
{
background-color: #82497C;
}
.BgClassName
{
background-color: #82497C;
}
</style>
border-color css
<style>
span { border-color: #82497C; }
span { border-color: rgb(130,73,124); }
td.TdClassName
{
border-color: #82497C;
}
.TagClassName
{
border-color: #82497C;
}
</style>