Shades of Trendy Pink #83617F
Tints of Trendy Pink #83617F
RGB
CMYK
RGB Variations
Color information
#83617F (or 0x83617F) is known color: Trendy Pink. HEX triplet: 83, 61 and 7F. RGB value is (131,97,127). Sum of RGB (Red+Green+Blue) = 131+97+127=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #83617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83617F is #7C9E80. Grayscale: #6E6E6E. Windows color (decimal): -8167041 or 8348035. OLE color: 8348035.
HSL color Cylindrical-coordinate representation of color #83617F: hue angle of 307.06º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83617F is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 97 | 127 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.49 |
| HSL | 307.06º | 0.15% | 0.45% | - |
| HSV(B) | 307.06º | 0.26% | 0.51% | - |
| XYZ | 17.47 | 14.91 | 22.04 | - |
| YUV | 110.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 127 | 0 | 0.26 | 0.03 | 0.49 | 307.06 | 0.15 | 0.45 |
| Hex | 83 | 61 | 7F | 0 | 1A | 3 | 31 | 133 | F | 2D |
| Octal | 203 | 141 | 177 | 0 | 32 | 3 | 61 | 463 | 17 | 55 |
| Binary | 10000011 | 1100001 | 1111111 | 0 | 11010 | 11 | 110001 | 100110011 | 1111 | 101101 |
Color Harmonies of #83617F
Complementary color
Monochromatic Colors of #83617F
Black with #83617F
Text Example
Text Example
White with #83617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83617F; }
p { color: rgb(131,97,127); }
H1.HeaderClassName
{
color: #83617F;
}
.AnyTagClassName
{
color: #83617F;
}
</style>
background-color css
<style>
a { background-color: #83617F; }
a { background-color: rgb(131,97,127); }
div.DivClassName
{
background-color: #83617F;
}
.BgClassName
{
background-color: #83617F;
}
</style>
border-color css
<style>
span { border-color: #83617F; }
span { border-color: rgb(131,97,127); }
td.TdClassName
{
border-color: #83617F;
}
.TagClassName
{
border-color: #83617F;
}
</style>