Shades of Trendy Pink #834D7E
Tints of Trendy Pink #834D7E
RGB
CMYK
RGB Variations
Color information
#834D7E (or 0x834D7E) is known color: Trendy Pink. HEX triplet: 83, 4D and 7E. RGB value is (131,77,126). Sum of RGB (Red+Green+Blue) = 131+77+126=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #834D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834D7E is #7CB281. Grayscale: #626262. Windows color (decimal): -8172162 or 8277379. OLE color: 8277379.
HSL color Cylindrical-coordinate representation of color #834D7E: hue angle of 305.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #834D7E is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 126 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.49 |
| HSL | 305.56º | 0.26% | 0.41% | - |
| HSV(B) | 305.56º | 0.41% | 0.51% | - |
| XYZ | 15.78 | 11.64 | 21.15 | - |
| YUV | 98.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 126 | 0 | 0.41 | 0.04 | 0.49 | 305.56 | 0.26 | 0.41 |
| Hex | 83 | 4D | 7E | 0 | 29 | 4 | 31 | 132 | 1A | 29 |
| Octal | 203 | 115 | 176 | 0 | 51 | 4 | 61 | 462 | 32 | 51 |
| Binary | 10000011 | 1001101 | 1111110 | 0 | 101001 | 100 | 110001 | 100110010 | 11010 | 101001 |
Color Harmonies of #834D7E
Complementary color
Monochromatic Colors of #834D7E
Black with #834D7E
Text Example
Text Example
White with #834D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D7E; }
p { color: rgb(131,77,126); }
H1.HeaderClassName
{
color: #834D7E;
}
.AnyTagClassName
{
color: #834D7E;
}
</style>
background-color css
<style>
a { background-color: #834D7E; }
a { background-color: rgb(131,77,126); }
div.DivClassName
{
background-color: #834D7E;
}
.BgClassName
{
background-color: #834D7E;
}
</style>
border-color css
<style>
span { border-color: #834D7E; }
span { border-color: rgb(131,77,126); }
td.TdClassName
{
border-color: #834D7E;
}
.TagClassName
{
border-color: #834D7E;
}
</style>