#845D7B

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

Shades of Trendy Pink #845D7B

Tints of Trendy Pink #845D7B

Color information

#845D7B (or 0x845D7B) is unknown color: approx Trendy Pink. HEX triplet: 84, 5D and 7B. RGB value is (132,93,123). Sum of RGB (Red+Green+Blue) = 132+93+123=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #845D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D7B is #7BA284. Grayscale: #6C6C6C. Windows color (decimal): -8102533 or 8084868. OLE color: 8084868.

HSL color Cylindrical-coordinate representation of color #845D7B: hue angle of 313.85º 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 #845D7B is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13293123-
CMYK00.300.070.48
HSL313.85º17.33%44.12%-
HSV(B)313.85º29.55%51.76%-
XYZ17.0114.1620.58-
YUV108.08136.42145.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=37.93%
G=26.72%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329312300.300.070.48313.8517.3344.12
Hex845D7B01E73013a112c
Octal2041351730367604722154
Binary100001001011101111101101111011111000010011101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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