COLOR #845B94

HEX: #845B94
RGB: (132,91,148)

Color info

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

RGB color model

#845B94 color RGB value is (132,91,148).

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

RGB channels and saturation

R 132 of 255 = 52%
G 91 of 255 = 36%
B 148 of 255 = 58%

132
91
148

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

Portions of RGB colors in percentages

R + G + B =
132 + 91 + 148 = 371 (100%)
R 132 of 371 ~ 35.58%
G 91 of 371 ~ 24.53%
B 148 of 371 ~ 39.89%

%35.58
%24.53
%39.89

CMYK color model

#845B94 color CMYK value is (11,39,0,42).

  • cyan value is 10.81%
  • magenta value is 38.51%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(11,39,0,42)
C11M39Y0K42 
(11%,39%,0%,42%)
(0.11/0.39/0.00/0.42)	

CMYK percentages

%10.81
%38.51
%0
%41.96

Codes

Color #845B94 in popluar color models

845B94
RGB13291148
HSL283°23.85%46.86%
HSB/HSV283°38.51%58.04%
CMYK10.81%38.51%0.00%
41.96%

Color #845B94 in popluar number systems.

HEX845B94
Decimal13291148
Binary10000100101101110010100
Octal204133224

Shades and tints

Shades of #845B94

#845B94
(132,91,148)
#785387
(120,83,135)
#6C4B7A
(108,75,122)
#60436D
(96,67,109)
#543B60
(84,59,96)
#483353
(72,51,83)
#3C2B46
(60,43,70)
#302339
(48,35,57)
#241B2C
(36,27,44)
#18131F
(24,19,31)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #845B94

#845B94
(132,91,148)
#8F699D
(143,105,157)
#9A77A6
(154,119,166)
#A585AF
(165,133,175)
#B093B8
(176,147,184)
#BBA1C1
(187,161,193)
#C6AFCA
(198,175,202)
#D1BDD3
(209,189,211)
#DCCBDC
(220,203,220)
#E7D9E5
(231,217,229)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845B94; }

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

This text font color is #845B94.


Background Color

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

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

This div background color is #845B94.


Border color

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

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

This div border color is #845B94.


Opacity

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

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

Text with #845B94 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 #845B94;}

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

This text has shadow with #845B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845B94 on black background.


Color preview on white background

This text has color #845B94 on white background.



Black color preview on #845B94 background

This text has black color on #845B94 background.


White color preview on #845B94 background

This text has white color on #845B94 background.