Shades of Trendy Pink #826585
Tints of Trendy Pink #826585
RGB
CMYK
RGB Variations
Color information
#826585 (or 0x826585) is known color: Trendy Pink. HEX triplet: 82, 65 and 85. RGB value is (130,101,133). Sum of RGB (Red+Green+Blue) = 130+101+133=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #826585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826585 is #7D9A7A. Grayscale: #717171. Windows color (decimal): -8231547 or 8742274. OLE color: 8742274.
HSL color Cylindrical-coordinate representation of color #826585: hue angle of 294.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #826585 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 101 | 133 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.48 |
| HSL | 294.38º | 0.14% | 0.46% | - |
| HSV(B) | 294.38º | 0.24% | 0.52% | - |
| XYZ | 18.09 | 15.75 | 24.28 | - |
| YUV | 113.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 133 | 0.02 | 0.24 | 0 | 0.48 | 294.38 | 0.14 | 0.46 |
| Hex | 82 | 65 | 85 | 2 | 18 | 0 | 30 | 126 | E | 2E |
| Octal | 202 | 145 | 205 | 2 | 30 | 0 | 60 | 446 | 16 | 56 |
| Binary | 10000010 | 1100101 | 10000101 | 10 | 11000 | 0 | 110000 | 100100110 | 1110 | 101110 |
Color Harmonies of #826585
Complementary color
Monochromatic Colors of #826585
Black with #826585
Text Example
Text Example
White with #826585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826585; }
p { color: rgb(130,101,133); }
H1.HeaderClassName
{
color: #826585;
}
.AnyTagClassName
{
color: #826585;
}
</style>
background-color css
<style>
a { background-color: #826585; }
a { background-color: rgb(130,101,133); }
div.DivClassName
{
background-color: #826585;
}
.BgClassName
{
background-color: #826585;
}
</style>
border-color css
<style>
span { border-color: #826585; }
span { border-color: rgb(130,101,133); }
td.TdClassName
{
border-color: #826585;
}
.TagClassName
{
border-color: #826585;
}
</style>