#834F80

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

Shades of Trendy Pink #834F80

Tints of Trendy Pink #834F80

Color information

#834F80 (or 0x834F80) is unknown color: approx Trendy Pink. HEX triplet: 83, 4F and 80. RGB value is (131,79,128). Sum of RGB (Red+Green+Blue) = 131+79+128=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #834F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834F80 is #7CB07F. Grayscale: #636363. Windows color (decimal): -8171648 or 8408963. OLE color: 8408963.

HSL color Cylindrical-coordinate representation of color #834F80: hue angle of 303.46º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #834F80 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13179128-
CMYK00.400.020.49
HSL303.46º24.76%41.18%-
HSV(B)303.46º39.69%51.37%-
XYZ16.0511.9821.89-
YUV100.13143.73150.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=38.76%
G=23.37%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317912800.400.020.49303.4624.7641.18
Hex834F8002823112f1929
Octal2031172000502614573151
Binary1000001110011111000000001010001011000110010111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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