#845A7D

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

Shades of Trendy Pink #845A7D

Tints of Trendy Pink #845A7D

Color information

#845A7D (or 0x845A7D) is unknown color: approx Trendy Pink. HEX triplet: 84, 5A and 7D. RGB value is (132,90,125). Sum of RGB (Red+Green+Blue) = 132+90+125=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #845A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A7D is #7BA582. Grayscale: #6A6A6A. Windows color (decimal): -8103299 or 8215172. OLE color: 8215172.

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

Color convert

RGB13290125-
CMYK00.320.050.48
HSL310º18.92%43.53%-
HSV(B)310º31.82%51.76%-
XYZ16.8713.721.16-
YUV106.55138.41146.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=38.04%
G=25.94%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329012500.320.050.4831018.9243.53
Hex845A7D020530136132c
Octal2041321750405604662354
Binary1000010010110101111101010000010111000010011011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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