COLOR #845B83

HEX: #845B83 RGB: (132,91,131)

Color info

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

RGB color model

#845B83 color RGB value is (132,91,131).

RGB: (132,91,131) (52%, 36%, 51%)

RGB channels and saturation

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

132
91
131

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

Portions of RGB colors in percentages

R + G + B = 132 + 91 + 131 = 354 (100%)
R 132 of 354 ~ 37.29%
G 91 of 354 ~ 25.71%
B 131 of 354 ~ 37.01'%

%37.29
%25.71
%37.01

CMYK color model

#845B83 color CMYK value is (0,31,1,48).

  • cyan value is 0.00%
  • magenta value is 31.06%
  • yellow value is 0.76%
  • key color value is 48.24%
CMYK: (0,31,1,48) C0M31Y1K48 (0%,31%,1%,48%) (0.00/0.31/0.01/0.48) 

CMYK percentages

%0
%31.06
%0.76
%48.24

Codes

Color #845B83 in popluar color models

84 5B 83
RGB 132 91 131
HSL 301° 18.39% 43.73%
HSB/HSV 301° 31.06% 51.76%
CMYK 0.00% 31.06% 0.76%
48.24%

Color #845B83 in popluar number systems.

HEX 84 5B 83
Decimal 132 91 131
Binary 10000100 1011011 10000011
Octal 204 133 203

Shades and tints

Shades of #845B83

#845B83
(132,91,131)
#785378
(120,83,120)
#6C4B6D
(108,75,109)
#604362
(96,67,98)
#543B57
(84,59,87)
#48334C
(72,51,76)
#3C2B41
(60,43,65)
#302336
(48,35,54)
#241B2B
(36,27,43)
#181320
(24,19,32)
#0C0B15
(12,11,21)
#000000
(0,0,0)

Tints of #845B83

#845B83
(132,91,131)
#8F698E
(143,105,142)
#9A7799
(154,119,153)
#A585A4
(165,133,164)
#B093AF
(176,147,175)
#BBA1BA
(187,161,186)
#C6AFC5
(198,175,197)
#D1BDD0
(209,189,208)
#DCCBDB
(220,203,219)
#E7D9E6
(231,217,230)
#F2E7F1
(242,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845B83; }

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

This text font color is #845B83.

Background Color

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

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

This div background color is #845B83.

Border color

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

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

This div border color is #845B83.

Opacity

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

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

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

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

This text has shadow with #845B83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #845B83.

Preview

Color preview on black background

This text has color #845B83 on black background.


Color preview on white background

This text has color #845B83 on white background.


Black color preview on #845B83 background

This text has black color on #845B83 background.


White color preview on #845B83 background

This text has white color on #845B83 background.


Related colors

Complementary color

Complementary color for #hex is #7BA47C.


I love getcolorcode.com

Triadic colors

1 #83845B and #5B8384 with #845B83 are triadic colors.

2 #835B84 and #5B8483 with #845B83 are triadic colors.