#834B7C

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

Shades of Trendy Pink #834B7C

Tints of Trendy Pink #834B7C

Color information

#834B7C (or 0x834B7C) is unknown color: approx Trendy Pink. HEX triplet: 83, 4B and 7C. RGB value is (131,75,124). Sum of RGB (Red+Green+Blue) = 131+75+124=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #834B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834B7C is #7CB483. Grayscale: #616161. Windows color (decimal): -8172676 or 8145795. OLE color: 8145795.

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

Color convert

RGB13175124-
CMYK00.430.050.49
HSL307.5º27.18%40.39%-
HSV(B)307.5º42.75%51.37%-
XYZ15.5111.3120.43-
YUV97.33143.05152.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=39.70%
G=22.73%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317512400.430.050.49307.527.1840.39
Hex834B7C02B5311341b28
Octal2031131740535614643350
Binary1000001110010111111100010101110111000110011010011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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