Shades of Trendy Pink #83557F
Tints of Trendy Pink #83557F
RGB
CMYK
RGB Variations
Color information
#83557F (or 0x83557F) is known color: Trendy Pink. HEX triplet: 83, 55 and 7F. RGB value is (131,85,127). Sum of RGB (Red+Green+Blue) = 131+85+127=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83557F is #7CAA80. Grayscale: #676767. Windows color (decimal): -8170113 or 8344963. OLE color: 8344963.
HSL color Cylindrical-coordinate representation of color #83557F: hue angle of 305.22º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83557F is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 85 | 127 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.49 |
| HSL | 305.22º | 0.21% | 0.42% | - |
| HSV(B) | 305.22º | 0.35% | 0.51% | - |
| XYZ | 16.44 | 12.85 | 21.69 | - |
| YUV | 103.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 127 | 0 | 0.35 | 0.03 | 0.49 | 305.22 | 0.21 | 0.42 |
| Hex | 83 | 55 | 7F | 0 | 23 | 3 | 31 | 131 | 15 | 2A |
| Octal | 203 | 125 | 177 | 0 | 43 | 3 | 61 | 461 | 25 | 52 |
| Binary | 10000011 | 1010101 | 1111111 | 0 | 100011 | 11 | 110001 | 100110001 | 10101 | 101010 |
Color Harmonies of #83557F
Complementary color
Monochromatic Colors of #83557F
Black with #83557F
Text Example
Text Example
White with #83557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83557F; }
p { color: rgb(131,85,127); }
H1.HeaderClassName
{
color: #83557F;
}
.AnyTagClassName
{
color: #83557F;
}
</style>
background-color css
<style>
a { background-color: #83557F; }
a { background-color: rgb(131,85,127); }
div.DivClassName
{
background-color: #83557F;
}
.BgClassName
{
background-color: #83557F;
}
</style>
border-color css
<style>
span { border-color: #83557F; }
span { border-color: rgb(131,85,127); }
td.TdClassName
{
border-color: #83557F;
}
.TagClassName
{
border-color: #83557F;
}
</style>