COLOR #856E9E

HEX: #856E9E
RGB: (133,110,158)

Color info

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

RGB color model

#856E9E color RGB value is (133,110,158).

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

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 158 of 255 = 62%

133
110
158

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

Portions of RGB colors in percentages

R + G + B =
133 + 110 + 158 = 401 (100%)
R 133 of 401 ~ 33.17%
G 110 of 401 ~ 27.43%
B 158 of 401 ~ 39.4%

%33.17
%27.43
%39.4

CMYK color model

#856E9E color CMYK value is (16,30,0,38).

  • cyan value is 15.82%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(16,30,0,38)
C16M30Y0K38 
(16%,30%,0%,38%)
(0.16/0.30/0.00/0.38)	

CMYK percentages

%15.82
%30.38
%0
%38.04

Codes

Color #856E9E in popluar color models

856E9E
RGB133110158
HSL269°19.83%52.55%
HSB/HSV269°30.38%61.96%
CMYK15.82%30.38%0.00%
38.04%

Color #856E9E in popluar number systems.

HEX856E9E
Decimal133110158
Binary10000101110111010011110
Octal205156236

Shades and tints

Shades of #856E9E

#856E9E
(133,110,158)
#796490
(121,100,144)
#6D5A82
(109,90,130)
#615074
(97,80,116)
#554666
(85,70,102)
#493C58
(73,60,88)
#3D324A
(61,50,74)
#31283C
(49,40,60)
#251E2E
(37,30,46)
#191420
(25,20,32)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #856E9E

#856E9E
(133,110,158)
#907BA6
(144,123,166)
#9B88AE
(155,136,174)
#A695B6
(166,149,182)
#B1A2BE
(177,162,190)
#BCAFC6
(188,175,198)
#C7BCCE
(199,188,206)
#D2C9D6
(210,201,214)
#DDD6DE
(221,214,222)
#E8E3E6
(232,227,230)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856E9E; }

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

This text font color is #856E9E.


Background Color

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

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

This div background color is #856E9E.


Border color

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

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

This div border color is #856E9E.


Opacity

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

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

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

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

This text has shadow with #856E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856E9E on black background.


Color preview on white background

This text has color #856E9E on white background.



Black color preview on #856E9E background

This text has black color on #856E9E background.


White color preview on #856E9E background

This text has white color on #856E9E background.