#845D7C

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

Shades of Trendy Pink #845D7C

Tints of Trendy Pink #845D7C

Color information

#845D7C (or 0x845D7C) is unknown color: approx Trendy Pink. HEX triplet: 84, 5D and 7C. RGB value is (132,93,124). Sum of RGB (Red+Green+Blue) = 132+93+124=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #845D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D7C is #7BA283. Grayscale: #6C6C6C. Windows color (decimal): -8102532 or 8150404. OLE color: 8150404.

HSL color Cylindrical-coordinate representation of color #845D7C: hue angle of 312.31º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845D7C is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13293124-
CMYK00.300.060.48
HSL312.31º17.33%44.12%-
HSV(B)312.31º29.55%51.76%-
XYZ17.0714.1920.91-
YUV108.2136.92144.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 93 (36.72% from 255) = 26.65%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=37.82%
G=26.65%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329312400.300.060.48312.3117.3344.12
Hex845D7C01E630138112c
Octal2041351740366604702154
Binary100001001011101111110001111011011000010011100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845D7C; }

 p { color: rgb(132,93,124); }

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

<style>
 a { background-color: #845D7C; }

 a { background-color: rgb(132,93,124); }

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

<style>
 span { border-color: #845D7C; }

 span { border-color: rgb(132,93,124); }

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