Shades of Trendy Pink #825A84
Tints of Trendy Pink #825A84
RGB
CMYK
RGB Variations
Color information
#825A84 (or 0x825A84) is known color: Trendy Pink. HEX triplet: 82, 5A and 84. RGB value is (130,90,132). Sum of RGB (Red+Green+Blue) = 130+90+132=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #825A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825A84 is #7DA57B. Grayscale: #6A6A6A. Windows color (decimal): -8234364 or 8673922. OLE color: 8673922.
HSL color Cylindrical-coordinate representation of color #825A84: hue angle of 297.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #825A84 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 90 | 132 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.48 |
| HSL | 297.14º | 0.19% | 0.44% | - |
| HSV(B) | 297.14º | 0.32% | 0.52% | - |
| XYZ | 17.03 | 13.72 | 23.58 | - |
| YUV | 106.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 132 | 0.02 | 0.32 | 0 | 0.48 | 297.14 | 0.19 | 0.44 |
| Hex | 82 | 5A | 84 | 2 | 20 | 0 | 30 | 129 | 13 | 2C |
| Octal | 202 | 132 | 204 | 2 | 40 | 0 | 60 | 451 | 23 | 54 |
| Binary | 10000010 | 1011010 | 10000100 | 10 | 100000 | 0 | 110000 | 100101001 | 10011 | 101100 |
Color Harmonies of #825A84
Complementary color
Monochromatic Colors of #825A84
Black with #825A84
Text Example
Text Example
White with #825A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A84; }
p { color: rgb(130,90,132); }
H1.HeaderClassName
{
color: #825A84;
}
.AnyTagClassName
{
color: #825A84;
}
</style>
background-color css
<style>
a { background-color: #825A84; }
a { background-color: rgb(130,90,132); }
div.DivClassName
{
background-color: #825A84;
}
.BgClassName
{
background-color: #825A84;
}
</style>
border-color css
<style>
span { border-color: #825A84; }
span { border-color: rgb(130,90,132); }
td.TdClassName
{
border-color: #825A84;
}
.TagClassName
{
border-color: #825A84;
}
</style>