Shades of Trendy Pink #834A87
Tints of Trendy Pink #834A87
RGB
CMYK
RGB Variations
Color information
#834A87 (or 0x834A87) is known color: Trendy Pink. HEX triplet: 83, 4A and 87. RGB value is (131,74,135). Sum of RGB (Red+Green+Blue) = 131+74+135=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #834A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834A87 is #7CB578. Grayscale: #616161. Windows color (decimal): -8172921 or 8866435. OLE color: 8866435.
HSL color Cylindrical-coordinate representation of color #834A87: hue angle of 296.07º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834A87 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 74 | 135 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.47 |
| HSL | 296.07º | 0.29% | 0.41% | - |
| HSV(B) | 296.07º | 0.45% | 0.53% | - |
| XYZ | 16.18 | 11.47 | 24.28 | - |
| YUV | 98 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 135 | 0.03 | 0.45 | 0 | 0.47 | 296.07 | 0.29 | 0.41 |
| Hex | 83 | 4A | 87 | 3 | 2D | 0 | 2F | 128 | 1D | 29 |
| Octal | 203 | 112 | 207 | 3 | 55 | 0 | 57 | 450 | 35 | 51 |
| Binary | 10000011 | 1001010 | 10000111 | 11 | 101101 | 0 | 101111 | 100101000 | 11101 | 101001 |
Color Harmonies of #834A87
Complementary color
Monochromatic Colors of #834A87
Black with #834A87
Text Example
Text Example
White with #834A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834A87; }
p { color: rgb(131,74,135); }
H1.HeaderClassName
{
color: #834A87;
}
.AnyTagClassName
{
color: #834A87;
}
</style>
background-color css
<style>
a { background-color: #834A87; }
a { background-color: rgb(131,74,135); }
div.DivClassName
{
background-color: #834A87;
}
.BgClassName
{
background-color: #834A87;
}
</style>
border-color css
<style>
span { border-color: #834A87; }
span { border-color: rgb(131,74,135); }
td.TdClassName
{
border-color: #834A87;
}
.TagClassName
{
border-color: #834A87;
}
</style>