Shades of Trendy Pink #825484
Tints of Trendy Pink #825484
RGB
CMYK
RGB Variations
Color information
#825484 (or 0x825484) is known color: Trendy Pink. HEX triplet: 82, 54 and 84. RGB value is (130,84,132). Sum of RGB (Red+Green+Blue) = 130+84+132=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #825484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825484 is #7DAB7B. Grayscale: #676767. Windows color (decimal): -8235900 or 8672386. OLE color: 8672386.
HSL color Cylindrical-coordinate representation of color #825484: hue angle of 297.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #825484 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 84 | 132 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.48 |
| HSL | 297.5º | 0.22% | 0.42% | - |
| HSV(B) | 297.5º | 0.36% | 0.52% | - |
| XYZ | 16.54 | 12.75 | 23.42 | - |
| YUV | 103.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 132 | 0.02 | 0.36 | 0 | 0.48 | 297.5 | 0.22 | 0.42 |
| Hex | 82 | 54 | 84 | 2 | 24 | 0 | 30 | 12A | 16 | 2A |
| Octal | 202 | 124 | 204 | 2 | 44 | 0 | 60 | 452 | 26 | 52 |
| Binary | 10000010 | 1010100 | 10000100 | 10 | 100100 | 0 | 110000 | 100101010 | 10110 | 101010 |
Color Harmonies of #825484
Complementary color
Monochromatic Colors of #825484
Black with #825484
Text Example
Text Example
White with #825484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825484; }
p { color: rgb(130,84,132); }
H1.HeaderClassName
{
color: #825484;
}
.AnyTagClassName
{
color: #825484;
}
</style>
background-color css
<style>
a { background-color: #825484; }
a { background-color: rgb(130,84,132); }
div.DivClassName
{
background-color: #825484;
}
.BgClassName
{
background-color: #825484;
}
</style>
border-color css
<style>
span { border-color: #825484; }
span { border-color: rgb(130,84,132); }
td.TdClassName
{
border-color: #825484;
}
.TagClassName
{
border-color: #825484;
}
</style>