#845D80

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

Shades of Trendy Pink #845D80

Tints of Trendy Pink #845D80

Color information

#845D80 (or 0x845D80) is unknown color: approx Trendy Pink. HEX triplet: 84, 5D and 80. RGB value is (132,93,128). Sum of RGB (Red+Green+Blue) = 132+93+128=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #845D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845D80 is #7BA27F. Grayscale: #6C6C6C. Windows color (decimal): -8102528 or 8412548. OLE color: 8412548.

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

Color convert

RGB13293128-
CMYK00.300.030.48
HSL306.15º17.33%44.12%-
HSV(B)306.15º29.55%51.76%-
XYZ17.3314.2922.27-
YUV108.65138.92144.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 93 (36.72% from 255) = 26.35%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=37.39%
G=26.35%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329312800.300.030.48306.1517.3344.12
Hex845D8001E330132112c
Octal2041352000363604622154
Binary100001001011101100000000111101111000010011001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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