Shades of Trendy Pink #83457F
Tints of Trendy Pink #83457F
RGB
CMYK
RGB Variations
Color information
#83457F (or 0x83457F) is known color: Trendy Pink. HEX triplet: 83, 45 and 7F. RGB value is (131,69,127). Sum of RGB (Red+Green+Blue) = 131+69+127=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #83457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83457F is #7CBA80. Grayscale: #5D5D5D. Windows color (decimal): -8174209 or 8340867. OLE color: 8340867.
HSL color Cylindrical-coordinate representation of color #83457F: hue angle of 303.87º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83457F is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 69 | 127 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.49 |
| HSL | 303.87º | 0.31% | 0.39% | - |
| HSV(B) | 303.87º | 0.47% | 0.51% | - |
| XYZ | 15.32 | 10.61 | 21.32 | - |
| YUV | 94.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 127 | 0 | 0.47 | 0.03 | 0.49 | 303.87 | 0.31 | 0.39 |
| Hex | 83 | 45 | 7F | 0 | 2F | 3 | 31 | 130 | 1F | 27 |
| Octal | 203 | 105 | 177 | 0 | 57 | 3 | 61 | 460 | 37 | 47 |
| Binary | 10000011 | 1000101 | 1111111 | 0 | 101111 | 11 | 110001 | 100110000 | 11111 | 100111 |
Color Harmonies of #83457F
Complementary color
Monochromatic Colors of #83457F
Black with #83457F
Text Example
Text Example
White with #83457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83457F; }
p { color: rgb(131,69,127); }
H1.HeaderClassName
{
color: #83457F;
}
.AnyTagClassName
{
color: #83457F;
}
</style>
background-color css
<style>
a { background-color: #83457F; }
a { background-color: rgb(131,69,127); }
div.DivClassName
{
background-color: #83457F;
}
.BgClassName
{
background-color: #83457F;
}
</style>
border-color css
<style>
span { border-color: #83457F; }
span { border-color: rgb(131,69,127); }
td.TdClassName
{
border-color: #83457F;
}
.TagClassName
{
border-color: #83457F;
}
</style>