COLOR #856DAA

HEX: #856DAA
RGB: (133,109,170)

Color info

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

RGB color model

#856DAA color RGB value is (133,109,170).

  • red value is 133;
  • green value is 109;
  • blue value is 170.
RGB:
(133,109,170)
(52%,43%,67%)

RGB channels and saturation

R 133 of 255 = 52%
G 109 of 255 = 43%
B 170 of 255 = 67%

133
109
170

R + G + B ~ 54%. #856DAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 109 + 170 = 412 (100%)
R 133 of 412 ~ 32.28%
G 109 of 412 ~ 26.46%
B 170 of 412 ~ 41.26%

%32.28
%26.46
%41.26

CMYK color model

#856DAA color CMYK value is (22,36,0,33).

  • cyan value is 21.76%
  • magenta value is 35.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(22,36,0,33)
C22M36Y0K33 
(22%,36%,0%,33%)
(0.22/0.36/0.00/0.33)	

CMYK percentages

%21.76
%35.88
%0
%33.33

Codes

Color #856DAA in popluar color models

856DAA
RGB133109170
HSL264°26.41%54.71%
HSB/HSV264°35.88%66.67%
CMYK21.76%35.88%0.00%
33.33%

Color #856DAA in popluar number systems.

HEX856DAA
Decimal133109170
Binary10000101110110110101010
Octal205155252

Shades and tints

Shades of #856DAA

#856DAA
(133,109,170)
#79649B
(121,100,155)
#6D5B8C
(109,91,140)
#61527D
(97,82,125)
#55496E
(85,73,110)
#49405F
(73,64,95)
#3D3750
(61,55,80)
#312E41
(49,46,65)
#252532
(37,37,50)
#191C23
(25,28,35)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #856DAA

#856DAA
(133,109,170)
#907AB1
(144,122,177)
#9B87B8
(155,135,184)
#A694BF
(166,148,191)
#B1A1C6
(177,161,198)
#BCAECD
(188,174,205)
#C7BBD4
(199,187,212)
#D2C8DB
(210,200,219)
#DDD5E2
(221,213,226)
#E8E2E9
(232,226,233)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856DAA color. Also use rgb(133,109,170) instead hex code.

Text Font Color

.myTextColor { color: #856DAA; }

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

This text font color is #856DAA.


Background Color

.myBgColor { background-color: #856DAA; }

<div style="background-color:#856DAA">Inner text</div>

This div background color is #856DAA.


Border color

.myBorderColor { border: 1px solid #856DAA; }

<div style="border:3px solid #856DAA">Div</div>

This div border color is #856DAA.


Opacity

.myOpacity80 { color: #856DAA; opacity: 0.8; }

<p style="color:#856DAA;opacity:0.8;">80%</p>

Text with #856DAA 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 #856DAA;}

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

This text has shadow with #856DAA color.

.textShadow {text-shadow: 3px 3px 1px #856DAA, 3px 3px 1px red;}

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

This text has shadow with #856DAA primary color and red secondary color.


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

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

This text has shadow with #856DAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856DAA on black background.


Color preview on white background

This text has color #856DAA on white background.



Black color preview on #856DAA background

This text has black color on #856DAA background.


White color preview on #856DAA background

This text has white color on #856DAA background.