COLOR #855893

HEX: #855893
RGB: (133,88,147)

Color info

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

RGB color model

#855893 color RGB value is (133,88,147).

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

RGB channels and saturation

R 133 of 255 = 52%
G 88 of 255 = 35%
B 147 of 255 = 58%

133
88
147

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

Portions of RGB colors in percentages

R + G + B =
133 + 88 + 147 = 368 (100%)
R 133 of 368 ~ 36.14%
G 88 of 368 ~ 23.91%
B 147 of 368 ~ 39.95%

%36.14
%23.91
%39.95

CMYK color model

#855893 color CMYK value is (10,40,0,42).

  • cyan value is 9.52%
  • magenta value is 40.14%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(10,40,0,42)
C10M40Y0K42 
(10%,40%,0%,42%)
(0.10/0.40/0.00/0.42)	

CMYK percentages

%9.52
%40.14
%0
%42.35

Codes

Color #855893 in popluar color models

855893
RGB13388147
HSL286°25.11%46.08%
HSB/HSV286°40.14%57.65%
CMYK9.52%40.14%0.00%
42.35%

Color #855893 in popluar number systems.

HEX855893
Decimal13388147
Binary10000101101100010010011
Octal205130223

Shades and tints

Shades of #855893

#855893
(133,88,147)
#795086
(121,80,134)
#6D4879
(109,72,121)
#61406C
(97,64,108)
#55385F
(85,56,95)
#493052
(73,48,82)
#3D2845
(61,40,69)
#312038
(49,32,56)
#25182B
(37,24,43)
#19101E
(25,16,30)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #855893

#855893
(133,88,147)
#90679C
(144,103,156)
#9B76A5
(155,118,165)
#A685AE
(166,133,174)
#B194B7
(177,148,183)
#BCA3C0
(188,163,192)
#C7B2C9
(199,178,201)
#D2C1D2
(210,193,210)
#DDD0DB
(221,208,219)
#E8DFE4
(232,223,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855893; }

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

This text font color is #855893.


Background Color

.myBgColor { background-color: #855893; }

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

This div background color is #855893.


Border color

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

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

This div border color is #855893.


Opacity

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

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

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

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

This text has shadow with #855893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855893 on black background.


Color preview on white background

This text has color #855893 on white background.



Black color preview on #855893 background

This text has black color on #855893 background.


White color preview on #855893 background

This text has white color on #855893 background.