COLOR #845C81

HEX: #845C81
RGB: (132,92,129)

Color info

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

RGB color model

#845C81 color RGB value is (132,92,129).

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

RGB channels and saturation

R 132 of 255 = 52%
G 92 of 255 = 36%
B 129 of 255 = 51%

132
92
129

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

Portions of RGB colors in percentages

R + G + B =
132 + 92 + 129 = 353 (100%)
R 132 of 353 ~ 37.39%
G 92 of 353 ~ 26.06%
B 129 of 353 ~ 36.54%

%37.39
%26.06
%36.54

CMYK color model

#845C81 color CMYK value is (0,30,2,48).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 2.27%
  • key color value is 48.24%
CMYK:
(0,30,2,48)
C0M30Y2K48 
(0%,30%,2%,48%)
(0.00/0.30/0.02/0.48)	

CMYK percentages

%0
%30.3
%2.27
%48.24

Codes

Color #845C81 in popluar color models

845C81
RGB13292129
HSL305°17.86%43.92%
HSB/HSV305°30.30%51.76%
CMYK0.00%30.30%2.27%
48.24%

Color #845C81 in popluar number systems.

HEX845C81
Decimal13292129
Binary10000100101110010000001
Octal204134201

Shades and tints

Shades of #845C81

#845C81
(132,92,129)
#785476
(120,84,118)
#6C4C6B
(108,76,107)
#604460
(96,68,96)
#543C55
(84,60,85)
#48344A
(72,52,74)
#3C2C3F
(60,44,63)
#302434
(48,36,52)
#241C29
(36,28,41)
#18141E
(24,20,30)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #845C81

#845C81
(132,92,129)
#8F6A8C
(143,106,140)
#9A7897
(154,120,151)
#A586A2
(165,134,162)
#B094AD
(176,148,173)
#BBA2B8
(187,162,184)
#C6B0C3
(198,176,195)
#D1BECE
(209,190,206)
#DCCCD9
(220,204,217)
#E7DAE4
(231,218,228)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845C81; }

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

This text font color is #845C81.


Background Color

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

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

This div background color is #845C81.


Border color

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

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

This div border color is #845C81.


Opacity

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

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

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

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

This text has shadow with #845C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845C81 on black background.


Color preview on white background

This text has color #845C81 on white background.



Black color preview on #845C81 background

This text has black color on #845C81 background.


White color preview on #845C81 background

This text has white color on #845C81 background.