Shades of Trendy Pink #83477A
Tints of Trendy Pink #83477A
RGB
CMYK
RGB Variations
Color information
#83477A (or 0x83477A) is known color: Trendy Pink. HEX triplet: 83, 47 and 7A. RGB value is (131,71,122). Sum of RGB (Red+Green+Blue) = 131+71+122=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83477A is #7CB885. Grayscale: #5E5E5E. Windows color (decimal): -8173702 or 8013699. OLE color: 8013699.
HSL color Cylindrical-coordinate representation of color #83477A: hue angle of 309º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83477A is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 71 | 122 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.49 |
| HSL | 309º | 0.3% | 0.4% | - |
| HSV(B) | 309º | 0.46% | 0.51% | - |
| XYZ | 15.13 | 10.74 | 19.69 | - |
| YUV | 94.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 122 | 0 | 0.46 | 0.07 | 0.49 | 309 | 0.3 | 0.4 |
| Hex | 83 | 47 | 7A | 0 | 2E | 7 | 31 | 135 | 1E | 28 |
| Octal | 203 | 107 | 172 | 0 | 56 | 7 | 61 | 465 | 36 | 50 |
| Binary | 10000011 | 1000111 | 1111010 | 0 | 101110 | 111 | 110001 | 100110101 | 11110 | 101000 |
Color Harmonies of #83477A
Complementary color
Monochromatic Colors of #83477A
Black with #83477A
Text Example
Text Example
White with #83477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83477A; }
p { color: rgb(131,71,122); }
H1.HeaderClassName
{
color: #83477A;
}
.AnyTagClassName
{
color: #83477A;
}
</style>
background-color css
<style>
a { background-color: #83477A; }
a { background-color: rgb(131,71,122); }
div.DivClassName
{
background-color: #83477A;
}
.BgClassName
{
background-color: #83477A;
}
</style>
border-color css
<style>
span { border-color: #83477A; }
span { border-color: rgb(131,71,122); }
td.TdClassName
{
border-color: #83477A;
}
.TagClassName
{
border-color: #83477A;
}
</style>