COLOR #845EA9

HEX: #845EA9
RGB: (132,94,169)

Color info

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

RGB color model

#845EA9 color RGB value is (132,94,169).

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

RGB channels and saturation

R 132 of 255 = 52%
G 94 of 255 = 37%
B 169 of 255 = 66%

132
94
169

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

Portions of RGB colors in percentages

R + G + B =
132 + 94 + 169 = 395 (100%)
R 132 of 395 ~ 33.42%
G 94 of 395 ~ 23.8%
B 169 of 395 ~ 42.78%

%33.42
%23.8
%42.78

CMYK color model

#845EA9 color CMYK value is (22,44,0,34).

  • cyan value is 21.89%
  • magenta value is 44.38%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(22,44,0,34)
C22M44Y0K34 
(22%,44%,0%,34%)
(0.22/0.44/0.00/0.34)	

CMYK percentages

%21.89
%44.38
%0
%33.73

Codes

Color #845EA9 in popluar color models

845EA9
RGB13294169
HSL270°30.36%51.57%
HSB/HSV270°44.38%66.27%
CMYK21.89%44.38%0.00%
33.73%

Color #845EA9 in popluar number systems.

HEX845EA9
Decimal13294169
Binary10000100101111010101001
Octal204136251

Shades and tints

Shades of #845EA9

#845EA9
(132,94,169)
#78569A
(120,86,154)
#6C4E8B
(108,78,139)
#60467C
(96,70,124)
#543E6D
(84,62,109)
#48365E
(72,54,94)
#3C2E4F
(60,46,79)
#302640
(48,38,64)
#241E31
(36,30,49)
#181622
(24,22,34)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #845EA9

#845EA9
(132,94,169)
#8F6CB0
(143,108,176)
#9A7AB7
(154,122,183)
#A588BE
(165,136,190)
#B096C5
(176,150,197)
#BBA4CC
(187,164,204)
#C6B2D3
(198,178,211)
#D1C0DA
(209,192,218)
#DCCEE1
(220,206,225)
#E7DCE8
(231,220,232)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845EA9; }

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

This text font color is #845EA9.


Background Color

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

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

This div background color is #845EA9.


Border color

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

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

This div border color is #845EA9.


Opacity

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

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

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

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

This text has shadow with #845EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845EA9 on black background.


Color preview on white background

This text has color #845EA9 on white background.



Black color preview on #845EA9 background

This text has black color on #845EA9 background.


White color preview on #845EA9 background

This text has white color on #845EA9 background.