Shades of Trendy Pink #834A84
Tints of Trendy Pink #834A84
RGB
CMYK
RGB Variations
Color information
#834A84 (or 0x834A84) is known color: Trendy Pink. HEX triplet: 83, 4A and 84. RGB value is (131,74,132). Sum of RGB (Red+Green+Blue) = 131+74+132=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #834A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834A84 is #7CB57B. Grayscale: #616161. Windows color (decimal): -8172924 or 8669827. OLE color: 8669827.
HSL color Cylindrical-coordinate representation of color #834A84: hue angle of 298.97º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834A84 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 74 | 132 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.48 |
| HSL | 298.97º | 0.28% | 0.4% | - |
| HSV(B) | 298.97º | 0.44% | 0.52% | - |
| XYZ | 15.97 | 11.39 | 23.19 | - |
| YUV | 97.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 132 | 0.01 | 0.44 | 0 | 0.48 | 298.97 | 0.28 | 0.4 |
| Hex | 83 | 4A | 84 | 1 | 2C | 0 | 30 | 12B | 1C | 28 |
| Octal | 203 | 112 | 204 | 1 | 54 | 0 | 60 | 453 | 34 | 50 |
| Binary | 10000011 | 1001010 | 10000100 | 1 | 101100 | 0 | 110000 | 100101011 | 11100 | 101000 |
Color Harmonies of #834A84
Complementary color
Monochromatic Colors of #834A84
Black with #834A84
Text Example
Text Example
White with #834A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834A84; }
p { color: rgb(131,74,132); }
H1.HeaderClassName
{
color: #834A84;
}
.AnyTagClassName
{
color: #834A84;
}
</style>
background-color css
<style>
a { background-color: #834A84; }
a { background-color: rgb(131,74,132); }
div.DivClassName
{
background-color: #834A84;
}
.BgClassName
{
background-color: #834A84;
}
</style>
border-color css
<style>
span { border-color: #834A84; }
span { border-color: rgb(131,74,132); }
td.TdClassName
{
border-color: #834A84;
}
.TagClassName
{
border-color: #834A84;
}
</style>