#845E7F

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

Shades of Trendy Pink #845E7F

Tints of Trendy Pink #845E7F

Color information

#845E7F (or 0x845E7F) is unknown color: approx Trendy Pink. HEX triplet: 84, 5E and 7F. RGB value is (132,94,127). Sum of RGB (Red+Green+Blue) = 132+94+127=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #845E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E7F is #7BA180. Grayscale: #6D6D6D. Windows color (decimal): -8102273 or 8347268. OLE color: 8347268.

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

Color convert

RGB13294127-
CMYK00.290.040.48
HSL307.89º16.81%44.31%-
HSV(B)307.89º28.79%51.76%-
XYZ17.3514.4421.95-
YUV109.12138.09144.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 127 (50% from 255) = 35.98%
R=37.39%
G=26.63%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329412700.290.040.48307.8916.8144.31
Hex845E7F01D430134112c
Octal2041361770354604642154
Binary100001001011110111111101110110011000010011010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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