Shades of Trendy Pink #825188
Tints of Trendy Pink #825188
RGB
CMYK
RGB Variations
Color information
#825188 (or 0x825188) is known color: Trendy Pink. HEX triplet: 82, 51 and 88. RGB value is (130,81,136). Sum of RGB (Red+Green+Blue) = 130+81+136=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #825188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825188 is #7DAE77. Grayscale: #656565. Windows color (decimal): -8236664 or 8933762. OLE color: 8933762.
HSL color Cylindrical-coordinate representation of color #825188: hue angle of 293.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #825188 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 81 | 136 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.47 |
| HSL | 293.45º | 0.25% | 0.43% | - |
| HSV(B) | 293.45º | 0.4% | 0.53% | - |
| XYZ | 16.59 | 12.41 | 24.81 | - |
| YUV | 101.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 136 | 0.04 | 0.40 | 0 | 0.47 | 293.45 | 0.25 | 0.43 |
| Hex | 82 | 51 | 88 | 4 | 28 | 0 | 2F | 125 | 19 | 2B |
| Octal | 202 | 121 | 210 | 4 | 50 | 0 | 57 | 445 | 31 | 53 |
| Binary | 10000010 | 1010001 | 10001000 | 100 | 101000 | 0 | 101111 | 100100101 | 11001 | 101011 |
Color Harmonies of #825188
Complementary color
Monochromatic Colors of #825188
Black with #825188
Text Example
Text Example
White with #825188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825188; }
p { color: rgb(130,81,136); }
H1.HeaderClassName
{
color: #825188;
}
.AnyTagClassName
{
color: #825188;
}
</style>
background-color css
<style>
a { background-color: #825188; }
a { background-color: rgb(130,81,136); }
div.DivClassName
{
background-color: #825188;
}
.BgClassName
{
background-color: #825188;
}
</style>
border-color css
<style>
span { border-color: #825188; }
span { border-color: rgb(130,81,136); }
td.TdClassName
{
border-color: #825188;
}
.TagClassName
{
border-color: #825188;
}
</style>