#845B82

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

Shades of Trendy Pink #845B82

Tints of Trendy Pink #845B82

Color information

#845B82 (or 0x845B82) is unknown color: approx Trendy Pink. HEX triplet: 84, 5B and 82. RGB value is (132,91,130). Sum of RGB (Red+Green+Blue) = 132+91+130=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #845B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845B82 is #7BA47D. Grayscale: #6B6B6B. Windows color (decimal): -8103038 or 8543108. OLE color: 8543108.

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

Color convert

RGB13291130-
CMYK00.310.020.48
HSL302.93º18.39%43.73%-
HSV(B)302.93º31.06%51.76%-
XYZ17.291422.91-
YUV107.7140.58145.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=37.39%
G=25.78%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329113000.310.020.48302.9318.3943.73
Hex845B8201F23012f122c
Octal2041332020372604572254
Binary100001001011011100000100111111011000010010111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,91,130); }

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

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

 a { background-color: rgb(132,91,130); }

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

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

 span { border-color: rgb(132,91,130); }

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