Shades of Trendy Pink #834E84
Tints of Trendy Pink #834E84
RGB
CMYK
RGB Variations
Color information
#834E84 (or 0x834E84) is known color: Trendy Pink. HEX triplet: 83, 4E and 84. RGB value is (131,78,132). Sum of RGB (Red+Green+Blue) = 131+78+132=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #834E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834E84 is #7CB17B. Grayscale: #636363. Windows color (decimal): -8171900 or 8670851. OLE color: 8670851.
HSL color Cylindrical-coordinate representation of color #834E84: hue angle of 298.89º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #834E84 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 78 | 132 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.48 |
| HSL | 298.89º | 0.26% | 0.41% | - |
| HSV(B) | 298.89º | 0.41% | 0.52% | - |
| XYZ | 16.25 | 11.94 | 23.28 | - |
| YUV | 100 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 132 | 0.01 | 0.41 | 0 | 0.48 | 298.89 | 0.26 | 0.41 |
| Hex | 83 | 4E | 84 | 1 | 29 | 0 | 30 | 12B | 1A | 29 |
| Octal | 203 | 116 | 204 | 1 | 51 | 0 | 60 | 453 | 32 | 51 |
| Binary | 10000011 | 1001110 | 10000100 | 1 | 101001 | 0 | 110000 | 100101011 | 11010 | 101001 |
Color Harmonies of #834E84
Complementary color
Monochromatic Colors of #834E84
Black with #834E84
Text Example
Text Example
White with #834E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834E84; }
p { color: rgb(131,78,132); }
H1.HeaderClassName
{
color: #834E84;
}
.AnyTagClassName
{
color: #834E84;
}
</style>
background-color css
<style>
a { background-color: #834E84; }
a { background-color: rgb(131,78,132); }
div.DivClassName
{
background-color: #834E84;
}
.BgClassName
{
background-color: #834E84;
}
</style>
border-color css
<style>
span { border-color: #834E84; }
span { border-color: rgb(131,78,132); }
td.TdClassName
{
border-color: #834E84;
}
.TagClassName
{
border-color: #834E84;
}
</style>