COLOR #845E9D

HEX: #845E9D
RGB: (132,94,157)

Color info

#845E9D contains mainly red and blue colors. Web safe color of #845E9D is #996699 (or #969).

RGB color model

#845E9D color RGB value is (132,94,157).

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

RGB channels and saturation

R 132 of 255 = 52%
G 94 of 255 = 37%
B 157 of 255 = 62%

132
94
157

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

Portions of RGB colors in percentages

R + G + B =
132 + 94 + 157 = 383 (100%)
R 132 of 383 ~ 34.46%
G 94 of 383 ~ 24.54%
B 157 of 383 ~ 40.99%

%34.46
%24.54
%40.99

CMYK color model

#845E9D color CMYK value is (16,40,0,38).

  • cyan value is 15.92%
  • magenta value is 40.13%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(16,40,0,38)
C16M40Y0K38 
(16%,40%,0%,38%)
(0.16/0.40/0.00/0.38)	

CMYK percentages

%15.92
%40.13
%0
%38.43

Codes

Color #845E9D in popluar color models

845E9D
RGB13294157
HSL276°25.10%49.22%
HSB/HSV276°40.13%61.57%
CMYK15.92%40.13%0.00%
38.43%

Color #845E9D in popluar number systems.

HEX845E9D
Decimal13294157
Binary10000100101111010011101
Octal204136235

Shades and tints

Shades of #845E9D

#845E9D
(132,94,157)
#78568F
(120,86,143)
#6C4E81
(108,78,129)
#604673
(96,70,115)
#543E65
(84,62,101)
#483657
(72,54,87)
#3C2E49
(60,46,73)
#30263B
(48,38,59)
#241E2D
(36,30,45)
#18161F
(24,22,31)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #845E9D

#845E9D
(132,94,157)
#8F6CA5
(143,108,165)
#9A7AAD
(154,122,173)
#A588B5
(165,136,181)
#B096BD
(176,150,189)
#BBA4C5
(187,164,197)
#C6B2CD
(198,178,205)
#D1C0D5
(209,192,213)
#DCCEDD
(220,206,221)
#E7DCE5
(231,220,229)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845E9D; }

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

This text font color is #845E9D.


Background Color

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

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

This div background color is #845E9D.


Border color

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

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

This div border color is #845E9D.


Opacity

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

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

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

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

This text has shadow with #845E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845E9D on black background.


Color preview on white background

This text has color #845E9D on white background.



Black color preview on #845E9D background

This text has black color on #845E9D background.


White color preview on #845E9D background

This text has white color on #845E9D background.