#834A7C

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

Shades of Trendy Pink #834A7C

Tints of Trendy Pink #834A7C

Color information

#834A7C (or 0x834A7C) is unknown color: approx Trendy Pink. HEX triplet: 83, 4A and 7C. RGB value is (131,74,124). Sum of RGB (Red+Green+Blue) = 131+74+124=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #834A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834A7C is #7CB583. Grayscale: #606060. Windows color (decimal): -8172932 or 8145539. OLE color: 8145539.

HSL color Cylindrical-coordinate representation of color #834A7C: hue angle of 307.37º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834A7C is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13174124-
CMYK00.440.050.49
HSL307.37º27.8%40.2%-
HSV(B)307.37º43.51%51.37%-
XYZ15.4511.1820.41-
YUV96.74143.38152.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=39.82%
G=22.49%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317412400.440.050.49307.3727.840.2
Hex834A7C02C5311331c28
Octal2031121740545614633450
Binary1000001110010101111100010110010111000110011001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,74,124); }

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

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

 a { background-color: rgb(131,74,124); }

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

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

 span { border-color: rgb(131,74,124); }

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