Shades of Trendy Pink #83517A
Tints of Trendy Pink #83517A
RGB
CMYK
RGB Variations
Color information
#83517A (or 0x83517A) is known color: Trendy Pink. HEX triplet: 83, 51 and 7A. RGB value is (131,81,122). Sum of RGB (Red+Green+Blue) = 131+81+122=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #83517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83517A is #7CAE85. Grayscale: #646464. Windows color (decimal): -8171142 or 8016259. OLE color: 8016259.
HSL color Cylindrical-coordinate representation of color #83517A: hue angle of 310.8º 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 #83517A is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 81 | 122 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.49 |
| HSL | 310.8º | 0.24% | 0.42% | - |
| HSV(B) | 310.8º | 0.38% | 0.51% | - |
| XYZ | 15.82 | 12.12 | 19.92 | - |
| YUV | 100.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 122 | 0 | 0.38 | 0.07 | 0.49 | 310.8 | 0.24 | 0.42 |
| Hex | 83 | 51 | 7A | 0 | 26 | 7 | 31 | 137 | 18 | 2A |
| Octal | 203 | 121 | 172 | 0 | 46 | 7 | 61 | 467 | 30 | 52 |
| Binary | 10000011 | 1010001 | 1111010 | 0 | 100110 | 111 | 110001 | 100110111 | 11000 | 101010 |
Color Harmonies of #83517A
Complementary color
Monochromatic Colors of #83517A
Black with #83517A
Text Example
Text Example
White with #83517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83517A; }
p { color: rgb(131,81,122); }
H1.HeaderClassName
{
color: #83517A;
}
.AnyTagClassName
{
color: #83517A;
}
</style>
background-color css
<style>
a { background-color: #83517A; }
a { background-color: rgb(131,81,122); }
div.DivClassName
{
background-color: #83517A;
}
.BgClassName
{
background-color: #83517A;
}
</style>
border-color css
<style>
span { border-color: #83517A; }
span { border-color: rgb(131,81,122); }
td.TdClassName
{
border-color: #83517A;
}
.TagClassName
{
border-color: #83517A;
}
</style>