Shades of Trendy Pink #83517E
Tints of Trendy Pink #83517E
RGB
CMYK
RGB Variations
Color information
#83517E (or 0x83517E) is known color: Trendy Pink. HEX triplet: 83, 51 and 7E. RGB value is (131,81,126). Sum of RGB (Red+Green+Blue) = 131+81+126=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #83517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83517E is #7CAE81. Grayscale: #646464. Windows color (decimal): -8171138 or 8278403. OLE color: 8278403.
HSL color Cylindrical-coordinate representation of color #83517E: hue angle of 306º 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 #83517E is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 81 | 126 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.49 |
| HSL | 306º | 0.24% | 0.42% | - |
| HSV(B) | 306º | 0.38% | 0.51% | - |
| XYZ | 16.07 | 12.22 | 21.25 | - |
| YUV | 101.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 126 | 0 | 0.38 | 0.04 | 0.49 | 306 | 0.24 | 0.42 |
| Hex | 83 | 51 | 7E | 0 | 26 | 4 | 31 | 132 | 18 | 2A |
| Octal | 203 | 121 | 176 | 0 | 46 | 4 | 61 | 462 | 30 | 52 |
| Binary | 10000011 | 1010001 | 1111110 | 0 | 100110 | 100 | 110001 | 100110010 | 11000 | 101010 |
Color Harmonies of #83517E
Complementary color
Monochromatic Colors of #83517E
Black with #83517E
Text Example
Text Example
White with #83517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83517E; }
p { color: rgb(131,81,126); }
H1.HeaderClassName
{
color: #83517E;
}
.AnyTagClassName
{
color: #83517E;
}
</style>
background-color css
<style>
a { background-color: #83517E; }
a { background-color: rgb(131,81,126); }
div.DivClassName
{
background-color: #83517E;
}
.BgClassName
{
background-color: #83517E;
}
</style>
border-color css
<style>
span { border-color: #83517E; }
span { border-color: rgb(131,81,126); }
td.TdClassName
{
border-color: #83517E;
}
.TagClassName
{
border-color: #83517E;
}
</style>