COLOR #845483

HEX: #845483
RGB: (132,84,131)

Color info

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

RGB color model

#845483 color RGB value is (132,84,131).

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

RGB channels and saturation

R 132 of 255 = 52%
G 84 of 255 = 33%
B 131 of 255 = 51%

132
84
131

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

Portions of RGB colors in percentages

R + G + B =
132 + 84 + 131 = 347 (100%)
R 132 of 347 ~ 38.04%
G 84 of 347 ~ 24.21%
B 131 of 347 ~ 37.75%

%38.04
%24.21
%37.75

CMYK color model

#845483 color CMYK value is (0,36,1,48).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 0.76%
  • key color value is 48.24%
CMYK:
(0,36,1,48)
C0M36Y1K48 
(0%,36%,1%,48%)
(0.00/0.36/0.01/0.48)	

CMYK percentages

%0
%36.36
%0.76
%48.24

Codes

Color #845483 in popluar color models

845483
RGB13284131
HSL301°22.22%42.35%
HSB/HSV301°36.36%51.76%
CMYK0.00%36.36%0.76%
48.24%

Color #845483 in popluar number systems.

HEX845483
Decimal13284131
Binary10000100101010010000011
Octal204124203

Shades and tints

Shades of #845483

#845483
(132,84,131)
#784D78
(120,77,120)
#6C466D
(108,70,109)
#603F62
(96,63,98)
#543857
(84,56,87)
#48314C
(72,49,76)
#3C2A41
(60,42,65)
#302336
(48,35,54)
#241C2B
(36,28,43)
#181520
(24,21,32)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #845483

#845483
(132,84,131)
#8F638E
(143,99,142)
#9A7299
(154,114,153)
#A581A4
(165,129,164)
#B090AF
(176,144,175)
#BB9FBA
(187,159,186)
#C6AEC5
(198,174,197)
#D1BDD0
(209,189,208)
#DCCCDB
(220,204,219)
#E7DBE6
(231,219,230)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845483; }

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

This text font color is #845483.


Background Color

.myBgColor { background-color: #845483; }

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

This div background color is #845483.


Border color

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

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

This div border color is #845483.


Opacity

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

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

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

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

This text has shadow with #845483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845483 on black background.


Color preview on white background

This text has color #845483 on white background.



Black color preview on #845483 background

This text has black color on #845483 background.


White color preview on #845483 background

This text has white color on #845483 background.