Shades of Trendy Pink #825085
Tints of Trendy Pink #825085
RGB
CMYK
RGB Variations
Color information
#825085 (or 0x825085) is known color: Trendy Pink. HEX triplet: 82, 50 and 85. RGB value is (130,80,133). Sum of RGB (Red+Green+Blue) = 130+80+133=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #825085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825085 is #7DAF7A. Grayscale: #646464. Windows color (decimal): -8236923 or 8736898. OLE color: 8736898.
HSL color Cylindrical-coordinate representation of color #825085: hue angle of 296.6º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #825085 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 80 | 133 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.48 |
| HSL | 296.6º | 0.25% | 0.42% | - |
| HSV(B) | 296.6º | 0.4% | 0.52% | - |
| XYZ | 16.31 | 12.18 | 23.68 | - |
| YUV | 100.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 133 | 0.02 | 0.40 | 0 | 0.48 | 296.6 | 0.25 | 0.42 |
| Hex | 82 | 50 | 85 | 2 | 28 | 0 | 30 | 129 | 19 | 2A |
| Octal | 202 | 120 | 205 | 2 | 50 | 0 | 60 | 451 | 31 | 52 |
| Binary | 10000010 | 1010000 | 10000101 | 10 | 101000 | 0 | 110000 | 100101001 | 11001 | 101010 |
Color Harmonies of #825085
Complementary color
Monochromatic Colors of #825085
Black with #825085
Text Example
Text Example
White with #825085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825085; }
p { color: rgb(130,80,133); }
H1.HeaderClassName
{
color: #825085;
}
.AnyTagClassName
{
color: #825085;
}
</style>
background-color css
<style>
a { background-color: #825085; }
a { background-color: rgb(130,80,133); }
div.DivClassName
{
background-color: #825085;
}
.BgClassName
{
background-color: #825085;
}
</style>
border-color css
<style>
span { border-color: #825085; }
span { border-color: rgb(130,80,133); }
td.TdClassName
{
border-color: #825085;
}
.TagClassName
{
border-color: #825085;
}
</style>