COLOR #856F8A

HEX: #856F8A
RGB: (133,111,138)

Color info

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

RGB color model

#856F8A color RGB value is (133,111,138).

  • red value is 133;
  • green value is 111;
  • blue value is 138.
RGB:
(133,111,138)
(52%,44%,54%)

RGB channels and saturation

R 133 of 255 = 52%
G 111 of 255 = 44%
B 138 of 255 = 54%

133
111
138

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

Portions of RGB colors in percentages

R + G + B =
133 + 111 + 138 = 382 (100%)
R 133 of 382 ~ 34.82%
G 111 of 382 ~ 29.06%
B 138 of 382 ~ 36.13%

%34.82
%29.06
%36.13

CMYK color model

#856F8A color CMYK value is (4,20,0,46).

  • cyan value is 3.62%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(4,20,0,46)
C4M20Y0K46 
(4%,20%,0%,46%)
(0.04/0.20/0.00/0.46)	

CMYK percentages

%3.62
%19.57
%0
%45.88

Codes

Color #856F8A in popluar color models

856F8A
RGB133111138
HSL289°10.84%48.82%
HSB/HSV289°19.57%54.12%
CMYK3.62%19.57%0.00%
45.88%

Color #856F8A in popluar number systems.

HEX856F8A
Decimal133111138
Binary10000101110111110001010
Octal205157212

Shades and tints

Shades of #856F8A

#856F8A
(133,111,138)
#79657E
(121,101,126)
#6D5B72
(109,91,114)
#615166
(97,81,102)
#55475A
(85,71,90)
#493D4E
(73,61,78)
#3D3342
(61,51,66)
#312936
(49,41,54)
#251F2A
(37,31,42)
#19151E
(25,21,30)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #856F8A

#856F8A
(133,111,138)
#907C94
(144,124,148)
#9B899E
(155,137,158)
#A696A8
(166,150,168)
#B1A3B2
(177,163,178)
#BCB0BC
(188,176,188)
#C7BDC6
(199,189,198)
#D2CAD0
(210,202,208)
#DDD7DA
(221,215,218)
#E8E4E4
(232,228,228)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856F8A color. Also use rgb(133,111,138) instead hex code.

Text Font Color

.myTextColor { color: #856F8A; }

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

This text font color is #856F8A.


Background Color

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

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

This div background color is #856F8A.


Border color

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

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

This div border color is #856F8A.


Opacity

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

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

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

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

This text has shadow with #856F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856F8A on black background.


Color preview on white background

This text has color #856F8A on white background.



Black color preview on #856F8A background

This text has black color on #856F8A background.


White color preview on #856F8A background

This text has white color on #856F8A background.