COLOR #856A9E

HEX: #856A9E RGB: (133,106,158)

Color info

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

RGB color model

#856A9E color RGB value is (133,106,158).

RGB: (133,106,158) (52%, 42%, 62%)

RGB channels and saturation

R 133 of 255 = 52%
G 106 of 255 = 42%
B 158 of 255 = 62%

133
106
158

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

Portions of RGB colors in percentages

R + G + B = 133 + 106 + 158 = 397 (100%)
R 133 of 397 ~ 33.5%
G 106 of 397 ~ 26.7%
B 158 of 397 ~ 39.8'%

%33.5
%26.7
%39.8

CMYK color model

#856A9E color CMYK value is (16,33,0,38).

  • cyan value is 15.82%
  • magenta value is 32.91%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (16,33,0,38)
C16M33Y0K38 (16%, 33%, 0%, 38%)
(0.16 / 0.33 / 0.00 / 0.38)

CMYK percentages

%15.82
%32.91
%0
%38.04

Codes

Color #856A9E in popluar color models

85 6A 9E
RGB 133 106 158
HSL 271° 21.14% 51.76%
HSB/HSV 271° 32.91% 61.96%
CMYK 15.82% 32.91% 0.00%
38.04%

Color #856A9E in popluar number systems.

HEX 85 6A 9E
Decimal 133 106 158
Binary 10000101 1101010 10011110
Octal 205 152 236

Shades and tints

Shades of #856A9E

#856A9E
(133,106,158)
#796190
(121,97,144)
#6D5882
(109,88,130)
#614F74
(97,79,116)
#554666
(85,70,102)
#493D58
(73,61,88)
#3D344A
(61,52,74)
#312B3C
(49,43,60)
#25222E
(37,34,46)
#191920
(25,25,32)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #856A9E

#856A9E
(133,106,158)
#9077A6
(144,119,166)
#9B84AE
(155,132,174)
#A691B6
(166,145,182)
#B19EBE
(177,158,190)
#BCABC6
(188,171,198)
#C7B8CE
(199,184,206)
#D2C5D6
(210,197,214)
#DDD2DE
(221,210,222)
#E8DFE6
(232,223,230)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856A9E; }

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

This text font color is #856A9E.

Background Color

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

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

This div background color is #856A9E.

Border color

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

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

This div border color is #856A9E.

Opacity

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

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

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

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

This text has shadow with #856A9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856A9E.

Preview

Color preview on black background

This text has color #856A9E on black background.


Color preview on white background

This text has color #856A9E on white background.


Black color preview on #856A9E background

This text has black color on #856A9E background.


White color preview on #856A9E background

This text has white color on #856A9E background.


Related colors

Complementary color

Complementary color for #hex is #7A9561.


I love getcolorcode.com

Triadic colors

1 #9E856A and #6A9E85 with #856A9E are triadic colors.

2 #9E6A85 and #6A859E with #856A9E are triadic colors.