Shades of Trendy Pink #834C87
Tints of Trendy Pink #834C87
RGB
CMYK
RGB Variations
Color information
#834C87 (or 0x834C87) is known color: Trendy Pink. HEX triplet: 83, 4C and 87. RGB value is (131,76,135). Sum of RGB (Red+Green+Blue) = 131+76+135=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: blue. Hex color #834C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834C87 is #7CB378. Grayscale: #626262. Windows color (decimal): -8172409 or 8866947. OLE color: 8866947.
HSL color Cylindrical-coordinate representation of color #834C87: hue angle of 295.93º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834C87 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 76 | 135 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.47 |
| HSL | 295.93º | 0.28% | 0.41% | - |
| HSV(B) | 295.93º | 0.44% | 0.53% | - |
| XYZ | 16.32 | 11.74 | 24.33 | - |
| YUV | 99.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 76 | 135 | 0.03 | 0.44 | 0 | 0.47 | 295.93 | 0.28 | 0.41 |
| Hex | 83 | 4C | 87 | 3 | 2C | 0 | 2F | 128 | 1C | 29 |
| Octal | 203 | 114 | 207 | 3 | 54 | 0 | 57 | 450 | 34 | 51 |
| Binary | 10000011 | 1001100 | 10000111 | 11 | 101100 | 0 | 101111 | 100101000 | 11100 | 101001 |
Color Harmonies of #834C87
Complementary color
Monochromatic Colors of #834C87
Black with #834C87
Text Example
Text Example
White with #834C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834C87; }
p { color: rgb(131,76,135); }
H1.HeaderClassName
{
color: #834C87;
}
.AnyTagClassName
{
color: #834C87;
}
</style>
background-color css
<style>
a { background-color: #834C87; }
a { background-color: rgb(131,76,135); }
div.DivClassName
{
background-color: #834C87;
}
.BgClassName
{
background-color: #834C87;
}
</style>
border-color css
<style>
span { border-color: #834C87; }
span { border-color: rgb(131,76,135); }
td.TdClassName
{
border-color: #834C87;
}
.TagClassName
{
border-color: #834C87;
}
</style>