Shades of Trendy Pink #834B7A
Tints of Trendy Pink #834B7A
RGB
CMYK
RGB Variations
Color information
#834B7A (or 0x834B7A) is known color: Trendy Pink. HEX triplet: 83, 4B and 7A. RGB value is (131,75,122). Sum of RGB (Red+Green+Blue) = 131+75+122=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #834B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834B7A is #7CB485. Grayscale: #606060. Windows color (decimal): -8172678 or 8014723. OLE color: 8014723.
HSL color Cylindrical-coordinate representation of color #834B7A: hue angle of 309.64º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #834B7A is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 75 | 122 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.49 |
| HSL | 309.64º | 0.27% | 0.4% | - |
| HSV(B) | 309.64º | 0.43% | 0.51% | - |
| XYZ | 15.39 | 11.26 | 19.78 | - |
| YUV | 97.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 122 | 0 | 0.43 | 0.07 | 0.49 | 309.64 | 0.27 | 0.4 |
| Hex | 83 | 4B | 7A | 0 | 2B | 7 | 31 | 136 | 1B | 28 |
| Octal | 203 | 113 | 172 | 0 | 53 | 7 | 61 | 466 | 33 | 50 |
| Binary | 10000011 | 1001011 | 1111010 | 0 | 101011 | 111 | 110001 | 100110110 | 11011 | 101000 |
Color Harmonies of #834B7A
Complementary color
Monochromatic Colors of #834B7A
Black with #834B7A
Text Example
Text Example
White with #834B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834B7A; }
p { color: rgb(131,75,122); }
H1.HeaderClassName
{
color: #834B7A;
}
.AnyTagClassName
{
color: #834B7A;
}
</style>
background-color css
<style>
a { background-color: #834B7A; }
a { background-color: rgb(131,75,122); }
div.DivClassName
{
background-color: #834B7A;
}
.BgClassName
{
background-color: #834B7A;
}
</style>
border-color css
<style>
span { border-color: #834B7A; }
span { border-color: rgb(131,75,122); }
td.TdClassName
{
border-color: #834B7A;
}
.TagClassName
{
border-color: #834B7A;
}
</style>