COLOR #856E95

HEX: #856E95
RGB: (133,110,149)

Color info

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

RGB color model

#856E95 color RGB value is (133,110,149).

  • red value is 133;
  • green value is 110;
  • blue value is 149.
RGB:
(133,110,149)
(52%,43%,58%)

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 149 of 255 = 58%

133
110
149

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

Portions of RGB colors in percentages

R + G + B =
133 + 110 + 149 = 392 (100%)
R 133 of 392 ~ 33.93%
G 110 of 392 ~ 28.06%
B 149 of 392 ~ 38.01%

%33.93
%28.06
%38.01

CMYK color model

#856E95 color CMYK value is (11,26,0,42).

  • cyan value is 10.74%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(11,26,0,42)
C11M26Y0K42 
(11%,26%,0%,42%)
(0.11/0.26/0.00/0.42)	

CMYK percentages

%10.74
%26.17
%0
%41.57

Codes

Color #856E95 in popluar color models

856E95
RGB133110149
HSL275°15.54%50.78%
HSB/HSV275°26.17%58.43%
CMYK10.74%26.17%0.00%
41.57%

Color #856E95 in popluar number systems.

HEX856E95
Decimal133110149
Binary10000101110111010010101
Octal205156225

Shades and tints

Shades of #856E95

#856E95
(133,110,149)
#796488
(121,100,136)
#6D5A7B
(109,90,123)
#61506E
(97,80,110)
#554661
(85,70,97)
#493C54
(73,60,84)
#3D3247
(61,50,71)
#31283A
(49,40,58)
#251E2D
(37,30,45)
#191420
(25,20,32)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #856E95

#856E95
(133,110,149)
#907B9E
(144,123,158)
#9B88A7
(155,136,167)
#A695B0
(166,149,176)
#B1A2B9
(177,162,185)
#BCAFC2
(188,175,194)
#C7BCCB
(199,188,203)
#D2C9D4
(210,201,212)
#DDD6DD
(221,214,221)
#E8E3E6
(232,227,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856E95 color. Also use rgb(133,110,149) instead hex code.

Text Font Color

.myTextColor { color: #856E95; }

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

This text font color is #856E95.


Background Color

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

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

This div background color is #856E95.


Border color

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

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

This div border color is #856E95.


Opacity

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

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

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

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

This text has shadow with #856E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856E95 on black background.


Color preview on white background

This text has color #856E95 on white background.



Black color preview on #856E95 background

This text has black color on #856E95 background.


White color preview on #856E95 background

This text has white color on #856E95 background.