#845A78

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

Shades of Trendy Pink #845A78

Tints of Trendy Pink #845A78

Color information

#845A78 (or 0x845A78) is unknown color: approx Trendy Pink. HEX triplet: 84, 5A and 78. RGB value is (132,90,120). Sum of RGB (Red+Green+Blue) = 132+90+120=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #845A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A78 is #7BA587. Grayscale: #696969. Windows color (decimal): -8103304 or 7887492. OLE color: 7887492.

HSL color Cylindrical-coordinate representation of color #845A78: hue angle of 317.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845A78 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13290120-
CMYK00.320.090.48
HSL317.14º18.92%43.53%-
HSV(B)317.14º31.82%51.76%-
XYZ16.5613.5719.52-
YUV105.98135.91146.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=38.60%
G=26.32%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329012000.320.090.48317.1418.9243.53
Hex845A7802093013d132c
Octal20413217004011604752354
Binary10000100101101011110000100000100111000010011110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,90,120); }

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

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

 a { background-color: rgb(132,90,120); }

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

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

 span { border-color: rgb(132,90,120); }

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