#845E7C

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

Shades of Trendy Pink #845E7C

Tints of Trendy Pink #845E7C

Color information

#845E7C (or 0x845E7C) is unknown color: approx Trendy Pink. HEX triplet: 84, 5E and 7C. RGB value is (132,94,124). Sum of RGB (Red+Green+Blue) = 132+94+124=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #845E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E7C is #7BA183. Grayscale: #6C6C6C. Windows color (decimal): -8102276 or 8150660. OLE color: 8150660.

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

Color convert

RGB13294124-
CMYK00.290.060.48
HSL312.63º16.81%44.31%-
HSV(B)312.63º28.79%51.76%-
XYZ17.1614.3720.94-
YUV108.78136.59144.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=37.71%
G=26.86%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329412400.290.060.48312.6316.8144.31
Hex845E7C01D630139112c
Octal2041361740356604712154
Binary100001001011110111110001110111011000010011100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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