COLOR #856F9B

HEX: #856F9B
RGB: (133,111,155)

Color info

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

RGB color model

#856F9B color RGB value is (133,111,155).

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

RGB channels and saturation

R 133 of 255 = 52%
G 111 of 255 = 44%
B 155 of 255 = 61%

133
111
155

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

Portions of RGB colors in percentages

R + G + B =
133 + 111 + 155 = 399 (100%)
R 133 of 399 ~ 33.33%
G 111 of 399 ~ 27.82%
B 155 of 399 ~ 38.85%

%33.33
%27.82
%38.85

CMYK color model

#856F9B color CMYK value is (14,28,0,39).

  • cyan value is 14.19%
  • magenta value is 28.39%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(14,28,0,39)
C14M28Y0K39 
(14%,28%,0%,39%)
(0.14/0.28/0.00/0.39)	

CMYK percentages

%14.19
%28.39
%0
%39.22

Codes

Color #856F9B in popluar color models

856F9B
RGB133111155
HSL270°18.03%52.16%
HSB/HSV270°28.39%60.78%
CMYK14.19%28.39%0.00%
39.22%

Color #856F9B in popluar number systems.

HEX856F9B
Decimal133111155
Binary10000101110111110011011
Octal205157233

Shades and tints

Shades of #856F9B

#856F9B
(133,111,155)
#79658D
(121,101,141)
#6D5B7F
(109,91,127)
#615171
(97,81,113)
#554763
(85,71,99)
#493D55
(73,61,85)
#3D3347
(61,51,71)
#312939
(49,41,57)
#251F2B
(37,31,43)
#19151D
(25,21,29)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #856F9B

#856F9B
(133,111,155)
#907CA4
(144,124,164)
#9B89AD
(155,137,173)
#A696B6
(166,150,182)
#B1A3BF
(177,163,191)
#BCB0C8
(188,176,200)
#C7BDD1
(199,189,209)
#D2CADA
(210,202,218)
#DDD7E3
(221,215,227)
#E8E4EC
(232,228,236)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856F9B; }

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

This text font color is #856F9B.


Background Color

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

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

This div background color is #856F9B.


Border color

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

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

This div border color is #856F9B.


Opacity

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

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

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

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

This text has shadow with #856F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856F9B on black background.


Color preview on white background

This text has color #856F9B on white background.



Black color preview on #856F9B background

This text has black color on #856F9B background.


White color preview on #856F9B background

This text has white color on #856F9B background.