#845D85

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

Shades of Trendy Pink #845D85

Tints of Trendy Pink #845D85

Color information

#845D85 (or 0x845D85) is unknown color: approx Trendy Pink. HEX triplet: 84, 5D and 85. RGB value is (132,93,133). Sum of RGB (Red+Green+Blue) = 132+93+133=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #845D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845D85 is #7BA27A. Grayscale: #6D6D6D. Windows color (decimal): -8102523 or 8740228. OLE color: 8740228.

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

Color convert

RGB13293133-
CMYK0.010.3000.48
HSL298.5º17.7%44.31%-
HSV(B)298.5º30.08%52.16%-
XYZ17.6614.4324.04-
YUV109.22141.42144.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=36.87%
G=25.98%
B=37.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132931330.010.3000.48298.517.744.31
Hex845D8511E03012a122c
Octal2041352051360604522254
Binary10000100101110110000101111110011000010010101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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