COLOR #845983

HEX: #845983
RGB: (132,89,131)

Color info

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

RGB color model

#845983 color RGB value is (132,89,131).

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

RGB channels and saturation

R 132 of 255 = 52%
G 89 of 255 = 35%
B 131 of 255 = 51%

132
89
131

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

Portions of RGB colors in percentages

R + G + B =
132 + 89 + 131 = 352 (100%)
R 132 of 352 ~ 37.5%
G 89 of 352 ~ 25.28%
B 131 of 352 ~ 37.22%

%37.5
%25.28
%37.22

CMYK color model

#845983 color CMYK value is (0,33,1,48).

  • cyan value is 0.00%
  • magenta value is 32.58%
  • yellow value is 0.76%
  • key color value is 48.24%
CMYK:
(0,33,1,48)
C0M33Y1K48 
(0%,33%,1%,48%)
(0.00/0.33/0.01/0.48)	

CMYK percentages

%0
%32.58
%0.76
%48.24

Codes

Color #845983 in popluar color models

845983
RGB13289131
HSL301°19.46%43.33%
HSB/HSV301°32.58%51.76%
CMYK0.00%32.58%0.76%
48.24%

Color #845983 in popluar number systems.

HEX845983
Decimal13289131
Binary10000100101100110000011
Octal204131203

Shades and tints

Shades of #845983

#845983
(132,89,131)
#785178
(120,81,120)
#6C496D
(108,73,109)
#604162
(96,65,98)
#543957
(84,57,87)
#48314C
(72,49,76)
#3C2941
(60,41,65)
#302136
(48,33,54)
#24192B
(36,25,43)
#181120
(24,17,32)
#0C0915
(12,9,21)
#000000
(0,0,0)

Tints of #845983

#845983
(132,89,131)
#8F688E
(143,104,142)
#9A7799
(154,119,153)
#A586A4
(165,134,164)
#B095AF
(176,149,175)
#BBA4BA
(187,164,186)
#C6B3C5
(198,179,197)
#D1C2D0
(209,194,208)
#DCD1DB
(220,209,219)
#E7E0E6
(231,224,230)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845983; }

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

This text font color is #845983.


Background Color

.myBgColor { background-color: #845983; }

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

This div background color is #845983.


Border color

.myBorderColor { border: 1px solid #845983; }

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

This div border color is #845983.


Opacity

.myOpacity80 { color: #845983; opacity: 0.8; }

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

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

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

This text has shadow with #845983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845983 on black background.


Color preview on white background

This text has color #845983 on white background.



Black color preview on #845983 background

This text has black color on #845983 background.


White color preview on #845983 background

This text has white color on #845983 background.