Shades of Trendy Pink #825182
Tints of Trendy Pink #825182
RGB
CMYK
RGB Variations
Color information
#825182 (or 0x825182) is known color: Trendy Pink. HEX triplet: 82, 51 and 82. RGB value is (130,81,130). Sum of RGB (Red+Green+Blue) = 130+81+130=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #825182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825182 is #7DAE7D. Grayscale: #656565. Windows color (decimal): -8236670 or 8540546. OLE color: 8540546.
HSL color Cylindrical-coordinate representation of color #825182: hue angle of 300º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825182 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 130 | - |
| CMYK | 0 | 0.38 | 0 | 0.49 |
| HSL | 300º | 0.23% | 0.41% | - |
| HSV(B) | 300º | 0.38% | 0.51% | - |
| XYZ | 16.18 | 12.24 | 22.63 | - |
| YUV | 101.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 130 | 0 | 0.38 | 0 | 0.49 | 300 | 0.23 | 0.41 |
| Hex | 82 | 51 | 82 | 0 | 26 | 0 | 31 | 12C | 17 | 29 |
| Octal | 202 | 121 | 202 | 0 | 46 | 0 | 61 | 454 | 27 | 51 |
| Binary | 10000010 | 1010001 | 10000010 | 0 | 100110 | 0 | 110001 | 100101100 | 10111 | 101001 |
Color Harmonies of #825182
Complementary color
Monochromatic Colors of #825182
Black with #825182
Text Example
Text Example
White with #825182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825182; }
p { color: rgb(130,81,130); }
H1.HeaderClassName
{
color: #825182;
}
.AnyTagClassName
{
color: #825182;
}
</style>
background-color css
<style>
a { background-color: #825182; }
a { background-color: rgb(130,81,130); }
div.DivClassName
{
background-color: #825182;
}
.BgClassName
{
background-color: #825182;
}
</style>
border-color css
<style>
span { border-color: #825182; }
span { border-color: rgb(130,81,130); }
td.TdClassName
{
border-color: #825182;
}
.TagClassName
{
border-color: #825182;
}
</style>