COLOR #855693

HEX: #855693
RGB: (133,86,147)

Color info

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

RGB color model

#855693 color RGB value is (133,86,147).

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

RGB channels and saturation

R 133 of 255 = 52%
G 86 of 255 = 34%
B 147 of 255 = 58%

133
86
147

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

Portions of RGB colors in percentages

R + G + B =
133 + 86 + 147 = 366 (100%)
R 133 of 366 ~ 36.34%
G 86 of 366 ~ 23.5%
B 147 of 366 ~ 40.16%

%36.34
%23.5
%40.16

CMYK color model

#855693 color CMYK value is (10,41,0,42).

  • cyan value is 9.52%
  • magenta value is 41.50%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (10,41,0,42) C10M41Y0K42 (10%,41%,0%,42%) (0.10/0.41/0.00/0.42)

CMYK percentages

%9.52
%41.5
%0
%42.35

Codes

Color #855693 in popluar color models

855693
RGB13386147
HSL286°26.18%45.69%
HSB/HSV286°41.50%57.65%
CMYK9.52%41.50%0.00%
42.35%

Color #855693 in popluar number systems.

HEX855693
Decimal13386147
Binary10000101101011010010011
Octal205126223

Shades and tints

Shades of #855693

#855693
(133,86,147)
#794F86
(121,79,134)
#6D4879
(109,72,121)
#61416C
(97,65,108)
#553A5F
(85,58,95)
#493352
(73,51,82)
#3D2C45
(61,44,69)
#312538
(49,37,56)
#251E2B
(37,30,43)
#19171E
(25,23,30)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #855693

#855693
(133,86,147)
#90659C
(144,101,156)
#9B74A5
(155,116,165)
#A683AE
(166,131,174)
#B192B7
(177,146,183)
#BCA1C0
(188,161,192)
#C7B0C9
(199,176,201)
#D2BFD2
(210,191,210)
#DDCEDB
(221,206,219)
#E8DDE4
(232,221,228)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855693; }

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

This text font color is #855693.


Background Color

.myBgColor { background-color: #855693; }

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

This div background color is #855693.


Border color

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

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

This div border color is #855693.


Opacity

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

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

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

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

This text has shadow with #855693 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #855693 on black background.


Color preview on white background

This text has color #855693 on white background.



Black color preview on #855693 background

This text has black color on #855693 background.


White color preview on #855693 background

This text has white color on #855693 background.