COLOR #856EA1

HEX: #856EA1
RGB: (133,110,161)

Color info

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

RGB color model

#856EA1 color RGB value is (133,110,161).

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

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 161 of 255 = 63%

133
110
161

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

Portions of RGB colors in percentages

R + G + B =
133 + 110 + 161 = 404 (100%)
R 133 of 404 ~ 32.92%
G 110 of 404 ~ 27.23%
B 161 of 404 ~ 39.85%

%32.92
%27.23
%39.85

CMYK color model

#856EA1 color CMYK value is (17,32,0,37).

  • cyan value is 17.39%
  • magenta value is 31.68%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(17,32,0,37)
C17M32Y0K37 
(17%,32%,0%,37%)
(0.17/0.32/0.00/0.37)	

CMYK percentages

%17.39
%31.68
%0
%36.86

Codes

Color #856EA1 in popluar color models

856EA1
RGB133110161
HSL267°21.34%53.14%
HSB/HSV267°31.68%63.14%
CMYK17.39%31.68%0.00%
36.86%

Color #856EA1 in popluar number systems.

HEX856EA1
Decimal133110161
Binary10000101110111010100001
Octal205156241

Shades and tints

Shades of #856EA1

#856EA1
(133,110,161)
#796493
(121,100,147)
#6D5A85
(109,90,133)
#615077
(97,80,119)
#554669
(85,70,105)
#493C5B
(73,60,91)
#3D324D
(61,50,77)
#31283F
(49,40,63)
#251E31
(37,30,49)
#191423
(25,20,35)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #856EA1

#856EA1
(133,110,161)
#907BA9
(144,123,169)
#9B88B1
(155,136,177)
#A695B9
(166,149,185)
#B1A2C1
(177,162,193)
#BCAFC9
(188,175,201)
#C7BCD1
(199,188,209)
#D2C9D9
(210,201,217)
#DDD6E1
(221,214,225)
#E8E3E9
(232,227,233)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856EA1; }

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

This text font color is #856EA1.


Background Color

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

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

This div background color is #856EA1.


Border color

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

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

This div border color is #856EA1.


Opacity

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

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

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

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

This text has shadow with #856EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856EA1 on black background.


Color preview on white background

This text has color #856EA1 on white background.



Black color preview on #856EA1 background

This text has black color on #856EA1 background.


White color preview on #856EA1 background

This text has white color on #856EA1 background.