COLOR #856E9D

HEX: #856E9D RGB: (133,110,157)

Color info

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

RGB color model

#856E9D color RGB value is (133,110,157).

RGB: (133,110,157) (52%, 43%, 62%)

RGB channels and saturation

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

133
110
157

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

Portions of RGB colors in percentages

R + G + B = 133 + 110 + 157 = 400 (100%)
R 133 of 400 ~ 33.25%
G 110 of 400 ~ 27.5%
B 157 of 400 ~ 39.25'%

%33.25
%27.5
%39.25

CMYK color model

#856E9D color CMYK value is (15,30,0,38).

  • cyan value is 15.29%
  • magenta value is 29.94%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (15,30,0,38)
C15M30Y0K38 (15%, 30%, 0%, 38%)
(0.15 / 0.30 / 0.00 / 0.38)

CMYK percentages

%15.29
%29.94
%0
%38.43

Codes

Color #856E9D in popluar color models

85 6E 9D
RGB 133 110 157
HSL 269° 19.34% 52.35%
HSB/HSV 269° 29.94% 61.57%
CMYK 15.29% 29.94% 0.00%
38.43%

Color #856E9D in popluar number systems.

HEX 85 6E 9D
Decimal 133 110 157
Binary 10000101 1101110 10011101
Octal 205 156 235

Shades and tints

Shades of #856E9D

#856E9D
(133,110,157)
#79648F
(121,100,143)
#6D5A81
(109,90,129)
#615073
(97,80,115)
#554665
(85,70,101)
#493C57
(73,60,87)
#3D3249
(61,50,73)
#31283B
(49,40,59)
#251E2D
(37,30,45)
#19141F
(25,20,31)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #856E9D

#856E9D
(133,110,157)
#907BA5
(144,123,165)
#9B88AD
(155,136,173)
#A695B5
(166,149,181)
#B1A2BD
(177,162,189)
#BCAFC5
(188,175,197)
#C7BCCD
(199,188,205)
#D2C9D5
(210,201,213)
#DDD6DD
(221,214,221)
#E8E3E5
(232,227,229)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856E9D; }

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

This text font color is #856E9D.

Background Color

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

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

This div background color is #856E9D.

Border color

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

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

This div border color is #856E9D.

Opacity

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

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

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

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

This text has shadow with #856E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856E9D.

Preview

Color preview on black background

This text has color #856E9D on black background.


Color preview on white background

This text has color #856E9D on white background.


Black color preview on #856E9D background

This text has black color on #856E9D background.


White color preview on #856E9D background

This text has white color on #856E9D background.


Related colors

Complementary color

Complementary color for #hex is #7A9162.


I love getcolorcode.com

Triadic colors

1 #9D856E and #6E9D85 with #856E9D are triadic colors.

2 #9D6E85 and #6E859D with #856E9D are triadic colors.