COLOR #845B82

HEX: #845B82
RGB: (132,91,130)

Color info

#845B82 contains red, green and blue colors in about the same proportion. Web safe color of #845B82 is #996699 (or #969).

RGB color model

#845B82 color RGB value is (132,91,130).

  • red value is 132;
  • green value is 91;
  • blue value is 130.
RGB:
(132,91,130)
(52%,36%,51%)

RGB channels and saturation

R 132 of 255 = 52%
G 91 of 255 = 36%
B 130 of 255 = 51%

132
91
130

R + G + B ~ 46%. #845B82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 91 + 130 = 353 (100%)
R 132 of 353 ~ 37.39%
G 91 of 353 ~ 25.78%
B 130 of 353 ~ 36.83%

%37.39
%25.78
%36.83

CMYK color model

#845B82 color CMYK value is (0,31,2,48).

  • cyan value is 0.00%
  • magenta value is 31.06%
  • yellow value is 1.52%
  • key color value is 48.24%
CMYK:
(0,31,2,48)
C0M31Y2K48 
(0%,31%,2%,48%)
(0.00/0.31/0.02/0.48)	

CMYK percentages

%0
%31.06
%1.52
%48.24

Codes

Color #845B82 in popluar color models

845B82
RGB13291130
HSL303°18.39%43.73%
HSB/HSV303°31.06%51.76%
CMYK0.00%31.06%1.52%
48.24%

Color #845B82 in popluar number systems.

HEX845B82
Decimal13291130
Binary10000100101101110000010
Octal204133202

Shades and tints

Shades of #845B82

#845B82
(132,91,130)
#785377
(120,83,119)
#6C4B6C
(108,75,108)
#604361
(96,67,97)
#543B56
(84,59,86)
#48334B
(72,51,75)
#3C2B40
(60,43,64)
#302335
(48,35,53)
#241B2A
(36,27,42)
#18131F
(24,19,31)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #845B82

#845B82
(132,91,130)
#8F698D
(143,105,141)
#9A7798
(154,119,152)
#A585A3
(165,133,163)
#B093AE
(176,147,174)
#BBA1B9
(187,161,185)
#C6AFC4
(198,175,196)
#D1BDCF
(209,189,207)
#DCCBDA
(220,203,218)
#E7D9E5
(231,217,229)
#F2E7F0
(242,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845B82 color. Also use rgb(132,91,130) instead hex code.

Text Font Color

.myTextColor { color: #845B82; }

<p style="color:#845B82">This sample text font color is #845B82.</p>

This text font color is #845B82.


Background Color

.myBgColor { background-color: #845B82; }

<div style="background-color:#845B82">Inner text</div>

This div background color is #845B82.


Border color

.myBorderColor { border: 1px solid #845B82; }

<div style="border:3px solid #845B82">Div</div>

This div border color is #845B82.


Opacity

.myOpacity80 { color: #845B82; opacity: 0.8; }

<p style="color:#845B82;opacity:0.8;">80%</p>

Text with #845B82 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #845B82;}

<p style="text-shadow: 3px 3px 1px #845B82">Text here.</p>

This text has shadow with #845B82 color.

.textShadow {text-shadow: 3px 3px 1px #845B82, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #845B82, 5px 5px 20px red">Text here.</p>

This text has shadow with #845B82 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#845B82, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#845B82, Direction=45, Strength=4)">Text</p>

This text has shadow with #845B82 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #845B82;
  -webkit-box-shadow:	1px 1px 3px 2px #845B82;
  box-shadow:		1px 1px 3px 2px #845B82;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #845B82;
-webkit-box-shadow: 1px 1px 3px 2px #845B82;
box-shadow:1px 1px 3px 2px #845B82;">
Div content here</div>
This div box has shadow with color #845B82.

Preview

Color preview on black background

This text has color #845B82 on black background.


Color preview on white background

This text has color #845B82 on white background.



Black color preview on #845B82 background

This text has black color on #845B82 background.


White color preview on #845B82 background

This text has white color on #845B82 background.