#845E80

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

Shades of Trendy Pink #845E80

Tints of Trendy Pink #845E80

Color information

#845E80 (or 0x845E80) is unknown color: approx Trendy Pink. HEX triplet: 84, 5E and 80. RGB value is (132,94,128). Sum of RGB (Red+Green+Blue) = 132+94+128=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #845E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845E80 is #7BA17F. Grayscale: #6D6D6D. Windows color (decimal): -8102272 or 8412804. OLE color: 8412804.

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

Color convert

RGB13294128-
CMYK00.290.030.48
HSL306.32º16.81%44.31%-
HSV(B)306.32º28.79%51.76%-
XYZ17.4114.4722.3-
YUV109.24138.59144.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 94 (37.11% from 255) = 26.55%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=37.29%
G=26.55%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329412800.290.030.48306.3216.8144.31
Hex845E8001D330132112c
Octal2041362000353604622154
Binary100001001011110100000000111011111000010011001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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