#834F87

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

Shades of Trendy Pink #834F87

Tints of Trendy Pink #834F87

Color information

#834F87 (or 0x834F87) is unknown color: approx Trendy Pink. HEX triplet: 83, 4F and 87. RGB value is (131,79,135). Sum of RGB (Red+Green+Blue) = 131+79+135=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #834F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834F87 is #7CB078. Grayscale: #646464. Windows color (decimal): -8171641 or 8867715. OLE color: 8867715.

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

Color convert

RGB13179135-
CMYK0.030.4100.47
HSL295.71º26.17%41.96%-
HSV(B)295.71º41.48%52.94%-
XYZ16.5312.1724.4-
YUV100.93147.23149.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=37.97%
G=22.90%
B=39.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131791350.030.4100.47295.7126.1741.96
Hex834F8732902F1281a2a
Octal2031172073510574503252
Binary1000001110011111000011111101001010111110010100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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