COLOR #845C9D

HEX: #845C9D
RGB: (132,92,157)

Color info

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

RGB color model

#845C9D color RGB value is (132,92,157).

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

RGB channels and saturation

R 132 of 255 = 52%
G 92 of 255 = 36%
B 157 of 255 = 62%

132
92
157

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

Portions of RGB colors in percentages

R + G + B =
132 + 92 + 157 = 381 (100%)
R 132 of 381 ~ 34.65%
G 92 of 381 ~ 24.15%
B 157 of 381 ~ 41.21%

%34.65
%24.15
%41.21

CMYK color model

#845C9D color CMYK value is (16,41,0,38).

  • cyan value is 15.92%
  • magenta value is 41.40%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(16,41,0,38)
C16M41Y0K38 
(16%,41%,0%,38%)
(0.16/0.41/0.00/0.38)	

CMYK percentages

%15.92
%41.4
%0
%38.43

Codes

Color #845C9D in popluar color models

845C9D
RGB13292157
HSL277°26.10%48.82%
HSB/HSV277°41.40%61.57%
CMYK15.92%41.40%0.00%
38.43%

Color #845C9D in popluar number systems.

HEX845C9D
Decimal13292157
Binary10000100101110010011101
Octal204134235

Shades and tints

Shades of #845C9D

#845C9D
(132,92,157)
#78548F
(120,84,143)
#6C4C81
(108,76,129)
#604473
(96,68,115)
#543C65
(84,60,101)
#483457
(72,52,87)
#3C2C49
(60,44,73)
#30243B
(48,36,59)
#241C2D
(36,28,45)
#18141F
(24,20,31)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #845C9D

#845C9D
(132,92,157)
#8F6AA5
(143,106,165)
#9A78AD
(154,120,173)
#A586B5
(165,134,181)
#B094BD
(176,148,189)
#BBA2C5
(187,162,197)
#C6B0CD
(198,176,205)
#D1BED5
(209,190,213)
#DCCCDD
(220,204,221)
#E7DAE5
(231,218,229)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845C9D; }

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

This text font color is #845C9D.


Background Color

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

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

This div background color is #845C9D.


Border color

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

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

This div border color is #845C9D.


Opacity

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

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

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

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

This text has shadow with #845C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845C9D on black background.


Color preview on white background

This text has color #845C9D on white background.



Black color preview on #845C9D background

This text has black color on #845C9D background.


White color preview on #845C9D background

This text has white color on #845C9D background.