COLOR #856CA2

HEX: #856CA2
RGB: (133,108,162)

Color info

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

RGB color model

#856CA2 color RGB value is (133,108,162).

  • red value is 133;
  • green value is 108;
  • blue value is 162.
RGB:
(133,108,162)
(52%,42%,64%)

RGB channels and saturation

R 133 of 255 = 52%
G 108 of 255 = 42%
B 162 of 255 = 64%

133
108
162

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

Portions of RGB colors in percentages

R + G + B =
133 + 108 + 162 = 403 (100%)
R 133 of 403 ~ 33%
G 108 of 403 ~ 26.8%
B 162 of 403 ~ 40.2%

%33
%26.8
%40.2

CMYK color model

#856CA2 color CMYK value is (18,33,0,36).

  • cyan value is 17.90%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(18,33,0,36)
C18M33Y0K36 
(18%,33%,0%,36%)
(0.18/0.33/0.00/0.36)	

CMYK percentages

%17.9
%33.33
%0
%36.47

Codes

Color #856CA2 in popluar color models

856CA2
RGB133108162
HSL268°22.50%52.94%
HSB/HSV268°33.33%63.53%
CMYK17.90%33.33%0.00%
36.47%

Color #856CA2 in popluar number systems.

HEX856CA2
Decimal133108162
Binary10000101110110010100010
Octal205154242

Shades and tints

Shades of #856CA2

#856CA2
(133,108,162)
#796394
(121,99,148)
#6D5A86
(109,90,134)
#615178
(97,81,120)
#55486A
(85,72,106)
#493F5C
(73,63,92)
#3D364E
(61,54,78)
#312D40
(49,45,64)
#252432
(37,36,50)
#191B24
(25,27,36)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #856CA2

#856CA2
(133,108,162)
#9079AA
(144,121,170)
#9B86B2
(155,134,178)
#A693BA
(166,147,186)
#B1A0C2
(177,160,194)
#BCADCA
(188,173,202)
#C7BAD2
(199,186,210)
#D2C7DA
(210,199,218)
#DDD4E2
(221,212,226)
#E8E1EA
(232,225,234)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856CA2 color. Also use rgb(133,108,162) instead hex code.

Text Font Color

.myTextColor { color: #856CA2; }

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

This text font color is #856CA2.


Background Color

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

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

This div background color is #856CA2.


Border color

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

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

This div border color is #856CA2.


Opacity

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

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

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

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

This text has shadow with #856CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856CA2 on black background.


Color preview on white background

This text has color #856CA2 on white background.



Black color preview on #856CA2 background

This text has black color on #856CA2 background.


White color preview on #856CA2 background

This text has white color on #856CA2 background.