Shades of Trendy Pink #825187
Tints of Trendy Pink #825187
RGB
CMYK
RGB Variations
Color information
#825187 (or 0x825187) is known color: Trendy Pink. HEX triplet: 82, 51 and 87. RGB value is (130,81,135). Sum of RGB (Red+Green+Blue) = 130+81+135=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #825187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825187 is #7DAE78. Grayscale: #656565. Windows color (decimal): -8236665 or 8868226. OLE color: 8868226.
HSL color Cylindrical-coordinate representation of color #825187: hue angle of 294.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #825187 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 81 | 135 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.47 |
| HSL | 294.44º | 0.25% | 0.42% | - |
| HSV(B) | 294.44º | 0.4% | 0.53% | - |
| XYZ | 16.52 | 12.38 | 24.44 | - |
| YUV | 101.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 135 | 0.04 | 0.40 | 0 | 0.47 | 294.44 | 0.25 | 0.42 |
| Hex | 82 | 51 | 87 | 4 | 28 | 0 | 2F | 126 | 19 | 2A |
| Octal | 202 | 121 | 207 | 4 | 50 | 0 | 57 | 446 | 31 | 52 |
| Binary | 10000010 | 1010001 | 10000111 | 100 | 101000 | 0 | 101111 | 100100110 | 11001 | 101010 |
Color Harmonies of #825187
Complementary color
Monochromatic Colors of #825187
Black with #825187
Text Example
Text Example
White with #825187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825187; }
p { color: rgb(130,81,135); }
H1.HeaderClassName
{
color: #825187;
}
.AnyTagClassName
{
color: #825187;
}
</style>
background-color css
<style>
a { background-color: #825187; }
a { background-color: rgb(130,81,135); }
div.DivClassName
{
background-color: #825187;
}
.BgClassName
{
background-color: #825187;
}
</style>
border-color css
<style>
span { border-color: #825187; }
span { border-color: rgb(130,81,135); }
td.TdClassName
{
border-color: #825187;
}
.TagClassName
{
border-color: #825187;
}
</style>