Shades of Trendy Pink #83517C
Tints of Trendy Pink #83517C
RGB
CMYK
RGB Variations
Color information
#83517C (or 0x83517C) is known color: Trendy Pink. HEX triplet: 83, 51 and 7C. RGB value is (131,81,124). Sum of RGB (Red+Green+Blue) = 131+81+124=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #83517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83517C is #7CAE83. Grayscale: #646464. Windows color (decimal): -8171140 or 8147331. OLE color: 8147331.
HSL color Cylindrical-coordinate representation of color #83517C: hue angle of 308.4º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83517C is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 81 | 124 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.49 |
| HSL | 308.4º | 0.24% | 0.42% | - |
| HSV(B) | 308.4º | 0.38% | 0.51% | - |
| XYZ | 15.94 | 12.17 | 20.58 | - |
| YUV | 100.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 124 | 0 | 0.38 | 0.05 | 0.49 | 308.4 | 0.24 | 0.42 |
| Hex | 83 | 51 | 7C | 0 | 26 | 5 | 31 | 134 | 18 | 2A |
| Octal | 203 | 121 | 174 | 0 | 46 | 5 | 61 | 464 | 30 | 52 |
| Binary | 10000011 | 1010001 | 1111100 | 0 | 100110 | 101 | 110001 | 100110100 | 11000 | 101010 |
Color Harmonies of #83517C
Complementary color
Monochromatic Colors of #83517C
Black with #83517C
Text Example
Text Example
White with #83517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83517C; }
p { color: rgb(131,81,124); }
H1.HeaderClassName
{
color: #83517C;
}
.AnyTagClassName
{
color: #83517C;
}
</style>
background-color css
<style>
a { background-color: #83517C; }
a { background-color: rgb(131,81,124); }
div.DivClassName
{
background-color: #83517C;
}
.BgClassName
{
background-color: #83517C;
}
</style>
border-color css
<style>
span { border-color: #83517C; }
span { border-color: rgb(131,81,124); }
td.TdClassName
{
border-color: #83517C;
}
.TagClassName
{
border-color: #83517C;
}
</style>