COLOR #856A90

HEX: #856A90
RGB: (133,106,144)

Color info

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

RGB color model

#856A90 color RGB value is (133,106,144).

  • red value is 133;
  • green value is 106;
  • blue value is 144.
RGB:
(133,106,144)
(52%,42%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 106 of 255 = 42%
B 144 of 255 = 56%

133
106
144

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

Portions of RGB colors in percentages

R + G + B =
133 + 106 + 144 = 383 (100%)
R 133 of 383 ~ 34.73%
G 106 of 383 ~ 27.68%
B 144 of 383 ~ 37.6%

%34.73
%27.68
%37.6

CMYK color model

#856A90 color CMYK value is (8,26,0,44).

  • cyan value is 7.64%
  • magenta value is 26.39%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,26,0,44)
C8M26Y0K44 
(8%,26%,0%,44%)
(0.08/0.26/0.00/0.44)	

CMYK percentages

%7.64
%26.39
%0
%43.53

Codes

Color #856A90 in popluar color models

856A90
RGB133106144
HSL283°15.20%49.02%
HSB/HSV283°26.39%56.47%
CMYK7.64%26.39%0.00%
43.53%

Color #856A90 in popluar number systems.

HEX856A90
Decimal133106144
Binary10000101110101010010000
Octal205152220

Shades and tints

Shades of #856A90

#856A90
(133,106,144)
#796183
(121,97,131)
#6D5876
(109,88,118)
#614F69
(97,79,105)
#55465C
(85,70,92)
#493D4F
(73,61,79)
#3D3442
(61,52,66)
#312B35
(49,43,53)
#252228
(37,34,40)
#19191B
(25,25,27)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #856A90

#856A90
(133,106,144)
#90779A
(144,119,154)
#9B84A4
(155,132,164)
#A691AE
(166,145,174)
#B19EB8
(177,158,184)
#BCABC2
(188,171,194)
#C7B8CC
(199,184,204)
#D2C5D6
(210,197,214)
#DDD2E0
(221,210,224)
#E8DFEA
(232,223,234)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856A90; }

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

This text font color is #856A90.


Background Color

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

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

This div background color is #856A90.


Border color

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

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

This div border color is #856A90.


Opacity

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

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

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

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

This text has shadow with #856A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856A90 on black background.


Color preview on white background

This text has color #856A90 on white background.



Black color preview on #856A90 background

This text has black color on #856A90 background.


White color preview on #856A90 background

This text has white color on #856A90 background.