Shades of Trendy Pink #83527F
Tints of Trendy Pink #83527F
RGB
CMYK
RGB Variations
Color information
#83527F (or 0x83527F) is known color: Trendy Pink. HEX triplet: 83, 52 and 7F. RGB value is (131,82,127). Sum of RGB (Red+Green+Blue) = 131+82+127=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #83527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83527F is #7CAD80. Grayscale: #656565. Windows color (decimal): -8170881 or 8344195. OLE color: 8344195.
HSL color Cylindrical-coordinate representation of color #83527F: hue angle of 304.9º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83527F is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 82 | 127 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.49 |
| HSL | 304.9º | 0.23% | 0.42% | - |
| HSV(B) | 304.9º | 0.37% | 0.51% | - |
| XYZ | 16.21 | 12.39 | 21.62 | - |
| YUV | 101.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 127 | 0 | 0.37 | 0.03 | 0.49 | 304.9 | 0.23 | 0.42 |
| Hex | 83 | 52 | 7F | 0 | 25 | 3 | 31 | 131 | 17 | 2A |
| Octal | 203 | 122 | 177 | 0 | 45 | 3 | 61 | 461 | 27 | 52 |
| Binary | 10000011 | 1010010 | 1111111 | 0 | 100101 | 11 | 110001 | 100110001 | 10111 | 101010 |
Color Harmonies of #83527F
Complementary color
Monochromatic Colors of #83527F
Black with #83527F
Text Example
Text Example
White with #83527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83527F; }
p { color: rgb(131,82,127); }
H1.HeaderClassName
{
color: #83527F;
}
.AnyTagClassName
{
color: #83527F;
}
</style>
background-color css
<style>
a { background-color: #83527F; }
a { background-color: rgb(131,82,127); }
div.DivClassName
{
background-color: #83527F;
}
.BgClassName
{
background-color: #83527F;
}
</style>
border-color css
<style>
span { border-color: #83527F; }
span { border-color: rgb(131,82,127); }
td.TdClassName
{
border-color: #83527F;
}
.TagClassName
{
border-color: #83527F;
}
</style>