Shades of Trendy Pink #83497D
Tints of Trendy Pink #83497D
RGB
CMYK
RGB Variations
Color information
#83497D (or 0x83497D) is known color: Trendy Pink. HEX triplet: 83, 49 and 7D. RGB value is (131,73,125). Sum of RGB (Red+Green+Blue) = 131+73+125=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #83497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83497D is #7CB682. Grayscale: #606060. Windows color (decimal): -8173187 or 8210819. OLE color: 8210819.
HSL color Cylindrical-coordinate representation of color #83497D: hue angle of 306.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83497D is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 73 | 125 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.49 |
| HSL | 306.21º | 0.28% | 0.4% | - |
| HSV(B) | 306.21º | 0.44% | 0.51% | - |
| XYZ | 15.44 | 11.07 | 20.72 | - |
| YUV | 96.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 125 | 0 | 0.44 | 0.05 | 0.49 | 306.21 | 0.28 | 0.4 |
| Hex | 83 | 49 | 7D | 0 | 2C | 5 | 31 | 132 | 1C | 28 |
| Octal | 203 | 111 | 175 | 0 | 54 | 5 | 61 | 462 | 34 | 50 |
| Binary | 10000011 | 1001001 | 1111101 | 0 | 101100 | 101 | 110001 | 100110010 | 11100 | 101000 |
Color Harmonies of #83497D
Complementary color
Monochromatic Colors of #83497D
Black with #83497D
Text Example
Text Example
White with #83497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83497D; }
p { color: rgb(131,73,125); }
H1.HeaderClassName
{
color: #83497D;
}
.AnyTagClassName
{
color: #83497D;
}
</style>
background-color css
<style>
a { background-color: #83497D; }
a { background-color: rgb(131,73,125); }
div.DivClassName
{
background-color: #83497D;
}
.BgClassName
{
background-color: #83497D;
}
</style>
border-color css
<style>
span { border-color: #83497D; }
span { border-color: rgb(131,73,125); }
td.TdClassName
{
border-color: #83497D;
}
.TagClassName
{
border-color: #83497D;
}
</style>