COLOR #845F83

HEX: #845F83 RGB: (132,95,131)

Color info

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

RGB color model

#845F83 color RGB value is (132,95,131).

RGB: (132,95,131) (52%, 37%, 51%)

RGB channels and saturation

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

132
95
131

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

Portions of RGB colors in percentages

R + G + B = 132 + 95 + 131 = 358 (100%)
R 132 of 358 ~ 36.87%
G 95 of 358 ~ 26.54%
B 131 of 358 ~ 36.59'%

%36.87
%26.54
%36.59

CMYK color model

#845F83 color CMYK value is (0,28,1,48).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 0.76%
  • key color value is 48.24%

CMYK: (0,28,1,48)
C0M28Y1K48 (0%, 28%, 1%, 48%)
(0.00 / 0.28 / 0.01 / 0.48)

CMYK percentages

%0
%28.03
%0.76
%48.24

Codes

Color #845F83 in popluar color models

84 5F 83
RGB 132 95 131
HSL 302° 16.30% 44.51%
HSB/HSV 302° 28.03% 51.76%
CMYK 0.00% 28.03% 0.76%
48.24%

Color #845F83 in popluar number systems.

HEX 84 5F 83
Decimal 132 95 131
Binary 10000100 1011111 10000011
Octal 204 137 203

Shades and tints

Shades of #845F83

#845F83
(132,95,131)
#785778
(120,87,120)
#6C4F6D
(108,79,109)
#604762
(96,71,98)
#543F57
(84,63,87)
#48374C
(72,55,76)
#3C2F41
(60,47,65)
#302736
(48,39,54)
#241F2B
(36,31,43)
#181720
(24,23,32)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #845F83

#845F83
(132,95,131)
#8F6D8E
(143,109,142)
#9A7B99
(154,123,153)
#A589A4
(165,137,164)
#B097AF
(176,151,175)
#BBA5BA
(187,165,186)
#C6B3C5
(198,179,197)
#D1C1D0
(209,193,208)
#DCCFDB
(220,207,219)
#E7DDE6
(231,221,230)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845F83; }

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

This text font color is #845F83.

Background Color

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

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

This div background color is #845F83.

Border color

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

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

This div border color is #845F83.

Opacity

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

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

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

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

This text has shadow with #845F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #845F83.

Preview

Color preview on black background

This text has color #845F83 on black background.


Color preview on white background

This text has color #845F83 on white background.


Black color preview on #845F83 background

This text has black color on #845F83 background.


White color preview on #845F83 background

This text has white color on #845F83 background.


Related colors

Complementary color

Complementary color for #hex is #7BA07C.


I love getcolorcode.com

Triadic colors

1 #83845F and #5F8384 with #845F83 are triadic colors.

2 #835F84 and #5F8483 with #845F83 are triadic colors.