#845D8E

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

Shades of Trendy Pink #845D8E

Tints of Trendy Pink #845D8E

Color information

#845D8E (or 0x845D8E) is unknown color: approx Trendy Pink. HEX triplet: 84, 5D and 8E. RGB value is (132,93,142). Sum of RGB (Red+Green+Blue) = 132+93+142=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #845D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845D8E is #7BA271. Grayscale: #6E6E6E. Windows color (decimal): -8102514 or 9330052. OLE color: 9330052.

HSL color Cylindrical-coordinate representation of color #845D8E: hue angle of 287.76º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #845D8E is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13293142-
CMYK0.070.3500.44
HSL287.76º20.85%46.08%-
HSV(B)287.76º34.51%55.69%-
XYZ18.3114.6927.46-
YUV110.25145.92143.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=35.97%
G=25.34%
B=38.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132931420.070.3500.44287.7620.8546.08
Hex845D8E72302C120152e
Octal2041352167430544402556
Binary10000100101110110001110111100011010110010010000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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