COLOR #856993

HEX: #856993
RGB: (133,105,147)

Color info

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

RGB color model

#856993 color RGB value is (133,105,147).

  • red value is 133;
  • green value is 105;
  • blue value is 147.
RGB:
(133,105,147)
(52%,41%,58%)

RGB channels and saturation

R 133 of 255 = 52%
G 105 of 255 = 41%
B 147 of 255 = 58%

133
105
147

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

Portions of RGB colors in percentages

R + G + B =
133 + 105 + 147 = 385 (100%)
R 133 of 385 ~ 34.55%
G 105 of 385 ~ 27.27%
B 147 of 385 ~ 38.18%

%34.55
%27.27
%38.18

CMYK color model

#856993 color CMYK value is (10,29,0,42).

  • cyan value is 9.52%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(10,29,0,42)
C10M29Y0K42 
(10%,29%,0%,42%)
(0.10/0.29/0.00/0.42)	

CMYK percentages

%9.52
%28.57
%0
%42.35

Codes

Color #856993 in popluar color models

856993
RGB133105147
HSL280°16.67%49.41%
HSB/HSV280°28.57%57.65%
CMYK9.52%28.57%0.00%
42.35%

Color #856993 in popluar number systems.

HEX856993
Decimal133105147
Binary10000101110100110010011
Octal205151223

Shades and tints

Shades of #856993

#856993
(133,105,147)
#796086
(121,96,134)
#6D5779
(109,87,121)
#614E6C
(97,78,108)
#55455F
(85,69,95)
#493C52
(73,60,82)
#3D3345
(61,51,69)
#312A38
(49,42,56)
#25212B
(37,33,43)
#19181E
(25,24,30)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #856993

#856993
(133,105,147)
#90769C
(144,118,156)
#9B83A5
(155,131,165)
#A690AE
(166,144,174)
#B19DB7
(177,157,183)
#BCAAC0
(188,170,192)
#C7B7C9
(199,183,201)
#D2C4D2
(210,196,210)
#DDD1DB
(221,209,219)
#E8DEE4
(232,222,228)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856993 color. Also use rgb(133,105,147) instead hex code.

Text Font Color

.myTextColor { color: #856993; }

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

This text font color is #856993.


Background Color

.myBgColor { background-color: #856993; }

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

This div background color is #856993.


Border color

.myBorderColor { border: 1px solid #856993; }

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

This div border color is #856993.


Opacity

.myOpacity80 { color: #856993; opacity: 0.8; }

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

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

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

This text has shadow with #856993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856993 on black background.


Color preview on white background

This text has color #856993 on white background.



Black color preview on #856993 background

This text has black color on #856993 background.


White color preview on #856993 background

This text has white color on #856993 background.