COLOR #856D91

HEX: #856D91
RGB: (133,109,145)

Color info

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

RGB color model

#856D91 color RGB value is (133,109,145).

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

RGB channels and saturation

R 133 of 255 = 52%
G 109 of 255 = 43%
B 145 of 255 = 57%

133
109
145

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

Portions of RGB colors in percentages

R + G + B =
133 + 109 + 145 = 387 (100%)
R 133 of 387 ~ 34.37%
G 109 of 387 ~ 28.17%
B 145 of 387 ~ 37.47%

%34.37
%28.17
%37.47

CMYK color model

#856D91 color CMYK value is (8,25,0,43).

  • cyan value is 8.28%
  • magenta value is 24.83%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(8,25,0,43)
C8M25Y0K43 
(8%,25%,0%,43%)
(0.08/0.25/0.00/0.43)	

CMYK percentages

%8.28
%24.83
%0
%43.14

Codes

Color #856D91 in popluar color models

856D91
RGB133109145
HSL280°14.17%49.80%
HSB/HSV280°24.83%56.86%
CMYK8.28%24.83%0.00%
43.14%

Color #856D91 in popluar number systems.

HEX856D91
Decimal133109145
Binary10000101110110110010001
Octal205155221

Shades and tints

Shades of #856D91

#856D91
(133,109,145)
#796484
(121,100,132)
#6D5B77
(109,91,119)
#61526A
(97,82,106)
#55495D
(85,73,93)
#494050
(73,64,80)
#3D3743
(61,55,67)
#312E36
(49,46,54)
#252529
(37,37,41)
#191C1C
(25,28,28)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #856D91

#856D91
(133,109,145)
#907A9B
(144,122,155)
#9B87A5
(155,135,165)
#A694AF
(166,148,175)
#B1A1B9
(177,161,185)
#BCAEC3
(188,174,195)
#C7BBCD
(199,187,205)
#D2C8D7
(210,200,215)
#DDD5E1
(221,213,225)
#E8E2EB
(232,226,235)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856D91; }

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

This text font color is #856D91.


Background Color

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

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

This div background color is #856D91.


Border color

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

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

This div border color is #856D91.


Opacity

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

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

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

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

This text has shadow with #856D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856D91 on black background.


Color preview on white background

This text has color #856D91 on white background.



Black color preview on #856D91 background

This text has black color on #856D91 background.


White color preview on #856D91 background

This text has white color on #856D91 background.