COLOR #845BA4

HEX: #845BA4
RGB: (132,91,164)

Color info

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

RGB color model

#845BA4 color RGB value is (132,91,164).

  • red value is 132;
  • green value is 91;
  • blue value is 164.
RGB:
(132,91,164)
(52%,36%,64%)

RGB channels and saturation

R 132 of 255 = 52%
G 91 of 255 = 36%
B 164 of 255 = 64%

132
91
164

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

Portions of RGB colors in percentages

R + G + B =
132 + 91 + 164 = 387 (100%)
R 132 of 387 ~ 34.11%
G 91 of 387 ~ 23.51%
B 164 of 387 ~ 42.38%

%34.11
%23.51
%42.38

CMYK color model

#845BA4 color CMYK value is (20,45,0,36).

  • cyan value is 19.51%
  • magenta value is 44.51%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(20,45,0,36)
C20M45Y0K36 
(20%,45%,0%,36%)
(0.20/0.45/0.00/0.36)	

CMYK percentages

%19.51
%44.51
%0
%35.69

Codes

Color #845BA4 in popluar color models

845BA4
RGB13291164
HSL274°28.63%50.00%
HSB/HSV274°44.51%64.31%
CMYK19.51%44.51%0.00%
35.69%

Color #845BA4 in popluar number systems.

HEX845BA4
Decimal13291164
Binary10000100101101110100100
Octal204133244

Shades and tints

Shades of #845BA4

#845BA4
(132,91,164)
#785396
(120,83,150)
#6C4B88
(108,75,136)
#60437A
(96,67,122)
#543B6C
(84,59,108)
#48335E
(72,51,94)
#3C2B50
(60,43,80)
#302342
(48,35,66)
#241B34
(36,27,52)
#181326
(24,19,38)
#0C0B18
(12,11,24)
#000000
(0,0,0)

Tints of #845BA4

#845BA4
(132,91,164)
#8F69AC
(143,105,172)
#9A77B4
(154,119,180)
#A585BC
(165,133,188)
#B093C4
(176,147,196)
#BBA1CC
(187,161,204)
#C6AFD4
(198,175,212)
#D1BDDC
(209,189,220)
#DCCBE4
(220,203,228)
#E7D9EC
(231,217,236)
#F2E7F4
(242,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845BA4 color. Also use rgb(132,91,164) instead hex code.

Text Font Color

.myTextColor { color: #845BA4; }

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

This text font color is #845BA4.


Background Color

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

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

This div background color is #845BA4.


Border color

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

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

This div border color is #845BA4.


Opacity

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

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

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

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

This text has shadow with #845BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845BA4 on black background.


Color preview on white background

This text has color #845BA4 on white background.



Black color preview on #845BA4 background

This text has black color on #845BA4 background.


White color preview on #845BA4 background

This text has white color on #845BA4 background.