COLOR #856AB1

HEX: #856AB1
RGB: (133,106,177)

Color info

#856AB1 contains mainly red and blue colors. Web safe color of #856AB1 is #996699 (or #969).

RGB color model

#856AB1 color RGB value is (133,106,177).

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

RGB channels and saturation

R 133 of 255 = 52%
G 106 of 255 = 42%
B 177 of 255 = 69%

133
106
177

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

Portions of RGB colors in percentages

R + G + B =
133 + 106 + 177 = 416 (100%)
R 133 of 416 ~ 31.97%
G 106 of 416 ~ 25.48%
B 177 of 416 ~ 42.55%

%31.97
%25.48
%42.55

CMYK color model

#856AB1 color CMYK value is (25,40,0,31).

  • cyan value is 24.86%
  • magenta value is 40.11%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(25,40,0,31)
C25M40Y0K31 
(25%,40%,0%,31%)
(0.25/0.40/0.00/0.31)	

CMYK percentages

%24.86
%40.11
%0
%30.59

Codes

Color #856AB1 in popluar color models

856AB1
RGB133106177
HSL263°31.28%55.49%
HSB/HSV263°40.11%69.41%
CMYK24.86%40.11%0.00%
30.59%

Color #856AB1 in popluar number systems.

HEX856AB1
Decimal133106177
Binary10000101110101010110001
Octal205152261

Shades and tints

Shades of #856AB1

#856AB1
(133,106,177)
#7961A1
(121,97,161)
#6D5891
(109,88,145)
#614F81
(97,79,129)
#554671
(85,70,113)
#493D61
(73,61,97)
#3D3451
(61,52,81)
#312B41
(49,43,65)
#252231
(37,34,49)
#191921
(25,25,33)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #856AB1

#856AB1
(133,106,177)
#9077B8
(144,119,184)
#9B84BF
(155,132,191)
#A691C6
(166,145,198)
#B19ECD
(177,158,205)
#BCABD4
(188,171,212)
#C7B8DB
(199,184,219)
#D2C5E2
(210,197,226)
#DDD2E9
(221,210,233)
#E8DFF0
(232,223,240)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856AB1; }

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

This text font color is #856AB1.


Background Color

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

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

This div background color is #856AB1.


Border color

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

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

This div border color is #856AB1.


Opacity

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

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

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

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

This text has shadow with #856AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856AB1 on black background.


Color preview on white background

This text has color #856AB1 on white background.



Black color preview on #856AB1 background

This text has black color on #856AB1 background.


White color preview on #856AB1 background

This text has white color on #856AB1 background.