COLOR #845E83

HEX: #845E83
RGB: (132,94,131)

Color info

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

RGB color model

#845E83 color RGB value is (132,94,131).

  • red value is 132;
  • green value is 94;
  • blue value is 131.
RGB:
(132,94,131)
(52%,37%,51%)

RGB channels and saturation

R 132 of 255 = 52%
G 94 of 255 = 37%
B 131 of 255 = 51%

132
94
131

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

Portions of RGB colors in percentages

R + G + B =
132 + 94 + 131 = 357 (100%)
R 132 of 357 ~ 36.97%
G 94 of 357 ~ 26.33%
B 131 of 357 ~ 36.69%

%36.97
%26.33
%36.69

CMYK color model

#845E83 color CMYK value is (0,29,1,48).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 0.76%
  • key color value is 48.24%
CMYK:
(0,29,1,48)
C0M29Y1K48 
(0%,29%,1%,48%)
(0.00/0.29/0.01/0.48)	

CMYK percentages

%0
%28.79
%0.76
%48.24

Codes

Color #845E83 in popluar color models

845E83
RGB13294131
HSL302°16.81%44.31%
HSB/HSV302°28.79%51.76%
CMYK0.00%28.79%0.76%
48.24%

Color #845E83 in popluar number systems.

HEX845E83
Decimal13294131
Binary10000100101111010000011
Octal204136203

Shades and tints

Shades of #845E83

#845E83
(132,94,131)
#785678
(120,86,120)
#6C4E6D
(108,78,109)
#604662
(96,70,98)
#543E57
(84,62,87)
#48364C
(72,54,76)
#3C2E41
(60,46,65)
#302636
(48,38,54)
#241E2B
(36,30,43)
#181620
(24,22,32)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #845E83

#845E83
(132,94,131)
#8F6C8E
(143,108,142)
#9A7A99
(154,122,153)
#A588A4
(165,136,164)
#B096AF
(176,150,175)
#BBA4BA
(187,164,186)
#C6B2C5
(198,178,197)
#D1C0D0
(209,192,208)
#DCCEDB
(220,206,219)
#E7DCE6
(231,220,230)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845E83 color. Also use rgb(132,94,131) instead hex code.

Text Font Color

.myTextColor { color: #845E83; }

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

This text font color is #845E83.


Background Color

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

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

This div background color is #845E83.


Border color

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

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

This div border color is #845E83.


Opacity

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

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

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

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

This text has shadow with #845E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845E83 on black background.


Color preview on white background

This text has color #845E83 on white background.



Black color preview on #845E83 background

This text has black color on #845E83 background.


White color preview on #845E83 background

This text has white color on #845E83 background.