COLOR #856E9B

HEX: #856E9B
RGB: (133,110,155)

Color info

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

RGB color model

#856E9B color RGB value is (133,110,155).

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

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 155 of 255 = 61%

133
110
155

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

Portions of RGB colors in percentages

R + G + B =
133 + 110 + 155 = 398 (100%)
R 133 of 398 ~ 33.42%
G 110 of 398 ~ 27.64%
B 155 of 398 ~ 38.94%

%33.42
%27.64
%38.94

CMYK color model

#856E9B color CMYK value is (14,29,0,39).

  • cyan value is 14.19%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(14,29,0,39)
C14M29Y0K39 
(14%,29%,0%,39%)
(0.14/0.29/0.00/0.39)	

CMYK percentages

%14.19
%29.03
%0
%39.22

Codes

Color #856E9B in popluar color models

856E9B
RGB133110155
HSL271°18.37%51.96%
HSB/HSV271°29.03%60.78%
CMYK14.19%29.03%0.00%
39.22%

Color #856E9B in popluar number systems.

HEX856E9B
Decimal133110155
Binary10000101110111010011011
Octal205156233

Shades and tints

Shades of #856E9B

#856E9B
(133,110,155)
#79648D
(121,100,141)
#6D5A7F
(109,90,127)
#615071
(97,80,113)
#554663
(85,70,99)
#493C55
(73,60,85)
#3D3247
(61,50,71)
#312839
(49,40,57)
#251E2B
(37,30,43)
#19141D
(25,20,29)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #856E9B

#856E9B
(133,110,155)
#907BA4
(144,123,164)
#9B88AD
(155,136,173)
#A695B6
(166,149,182)
#B1A2BF
(177,162,191)
#BCAFC8
(188,175,200)
#C7BCD1
(199,188,209)
#D2C9DA
(210,201,218)
#DDD6E3
(221,214,227)
#E8E3EC
(232,227,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856E9B; }

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

This text font color is #856E9B.


Background Color

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

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

This div background color is #856E9B.


Border color

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

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

This div border color is #856E9B.


Opacity

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

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

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

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

This text has shadow with #856E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856E9B on black background.


Color preview on white background

This text has color #856E9B on white background.



Black color preview on #856E9B background

This text has black color on #856E9B background.


White color preview on #856E9B background

This text has white color on #856E9B background.