#845E7B

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

Shades of Trendy Pink #845E7B

Tints of Trendy Pink #845E7B

Color information

#845E7B (or 0x845E7B) is unknown color: approx Trendy Pink. HEX triplet: 84, 5E and 7B. RGB value is (132,94,123). Sum of RGB (Red+Green+Blue) = 132+94+123=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #845E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E7B is #7BA184. Grayscale: #6C6C6C. Windows color (decimal): -8102277 or 8085124. OLE color: 8085124.

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

Color convert

RGB13294123-
CMYK00.290.070.48
HSL314.21º16.81%44.31%-
HSV(B)314.21º28.79%51.76%-
XYZ17.0914.3420.61-
YUV108.67136.09144.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=37.82%
G=26.93%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329412300.290.070.48314.2116.8144.31
Hex845E7B01D73013a112c
Octal2041361730357604722154
Binary100001001011110111101101110111111000010011101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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