#834E87

Color #834E87 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #834E87

Tints of Trendy Pink #834E87

Color information

#834E87 (or 0x834E87) is unknown color: approx Trendy Pink. HEX triplet: 83, 4E and 87. RGB value is (131,78,135). Sum of RGB (Red+Green+Blue) = 131+78+135=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #834E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834E87 is #7CB178. Grayscale: #646464. Windows color (decimal): -8171897 or 8867459. OLE color: 8867459.

HSL color Cylindrical-coordinate representation of color #834E87: hue angle of 295.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #834E87 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13178135-
CMYK0.030.4200.47
HSL295.79º26.76%41.76%-
HSV(B)295.79º42.22%52.94%-
XYZ16.4612.0224.37-
YUV100.34147.56149.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=38.08%
G=22.67%
B=39.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131781350.030.4200.47295.7926.7641.76
Hex834E8732A02F1281b2a
Octal2031162073520574503352
Binary1000001110011101000011111101010010111110010100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834E87; }

 p { color: rgb(131,78,135); }

 H1.HeaderClassName
 {
   color: #834E87;
 }
 .AnyTagClassName
 {
   color: #834E87;
 }
</style>
background-color css

<style>
 a { background-color: #834E87; }

 a { background-color: rgb(131,78,135); }

 div.DivClassName
 {
   background-color: #834E87;
 }
 .BgClassName
 {
   background-color: #834E87;
 }
</style>
border-color css

<style>
 span { border-color: #834E87; }

 span { border-color: rgb(131,78,135); }

 td.TdClassName
 {
   border-color: #834E87;
 }
 .TagClassName
 {
   border-color: #834E87;
 }
</style>