Shades of Trendy Pink #83617E
Tints of Trendy Pink #83617E
RGB
CMYK
RGB Variations
Color information
#83617E (or 0x83617E) is known color: Trendy Pink. HEX triplet: 83, 61 and 7E. RGB value is (131,97,126). Sum of RGB (Red+Green+Blue) = 131+97+126=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #83617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83617E is #7C9E81. Grayscale: #6E6E6E. Windows color (decimal): -8167042 or 8282499. OLE color: 8282499.
HSL color Cylindrical-coordinate representation of color #83617E: hue angle of 308.82º 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 #83617E is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 97 | 126 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.49 |
| HSL | 308.82º | 0.15% | 0.45% | - |
| HSV(B) | 308.82º | 0.26% | 0.51% | - |
| XYZ | 17.4 | 14.88 | 21.69 | - |
| YUV | 110.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 126 | 0 | 0.26 | 0.04 | 0.49 | 308.82 | 0.15 | 0.45 |
| Hex | 83 | 61 | 7E | 0 | 1A | 4 | 31 | 135 | F | 2D |
| Octal | 203 | 141 | 176 | 0 | 32 | 4 | 61 | 465 | 17 | 55 |
| Binary | 10000011 | 1100001 | 1111110 | 0 | 11010 | 100 | 110001 | 100110101 | 1111 | 101101 |
Color Harmonies of #83617E
Complementary color
Monochromatic Colors of #83617E
Black with #83617E
Text Example
Text Example
White with #83617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83617E; }
p { color: rgb(131,97,126); }
H1.HeaderClassName
{
color: #83617E;
}
.AnyTagClassName
{
color: #83617E;
}
</style>
background-color css
<style>
a { background-color: #83617E; }
a { background-color: rgb(131,97,126); }
div.DivClassName
{
background-color: #83617E;
}
.BgClassName
{
background-color: #83617E;
}
</style>
border-color css
<style>
span { border-color: #83617E; }
span { border-color: rgb(131,97,126); }
td.TdClassName
{
border-color: #83617E;
}
.TagClassName
{
border-color: #83617E;
}
</style>