COLOR #855789

HEX: #855789
RGB: (133,87,137)

Color info

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

RGB color model

#855789 color RGB value is (133,87,137).

  • red value is 133;
  • green value is 87;
  • blue value is 137.
RGB:
(133,87,137)
(52%,34%,54%)

RGB channels and saturation

R 133 of 255 = 52%
G 87 of 255 = 34%
B 137 of 255 = 54%

133
87
137

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

Portions of RGB colors in percentages

R + G + B =
133 + 87 + 137 = 357 (100%)
R 133 of 357 ~ 37.25%
G 87 of 357 ~ 24.37%
B 137 of 357 ~ 38.38%

%37.25
%24.37
%38.38

CMYK color model

#855789 color CMYK value is (3,36,0,46).

  • cyan value is 2.92%
  • magenta value is 36.50%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(3,36,0,46)
C3M36Y0K46 
(3%,36%,0%,46%)
(0.03/0.36/0.00/0.46)	

CMYK percentages

%2.92
%36.5
%0
%46.27

Codes

Color #855789 in popluar color models

855789
RGB13387137
HSL295°22.32%43.92%
HSB/HSV295°36.50%53.73%
CMYK2.92%36.50%0.00%
46.27%

Color #855789 in popluar number systems.

HEX855789
Decimal13387137
Binary10000101101011110001001
Octal205127211

Shades and tints

Shades of #855789

#855789
(133,87,137)
#79507D
(121,80,125)
#6D4971
(109,73,113)
#614265
(97,66,101)
#553B59
(85,59,89)
#49344D
(73,52,77)
#3D2D41
(61,45,65)
#312635
(49,38,53)
#251F29
(37,31,41)
#19181D
(25,24,29)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #855789

#855789
(133,87,137)
#906693
(144,102,147)
#9B759D
(155,117,157)
#A684A7
(166,132,167)
#B193B1
(177,147,177)
#BCA2BB
(188,162,187)
#C7B1C5
(199,177,197)
#D2C0CF
(210,192,207)
#DDCFD9
(221,207,217)
#E8DEE3
(232,222,227)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855789 color. Also use rgb(133,87,137) instead hex code.

Text Font Color

.myTextColor { color: #855789; }

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

This text font color is #855789.


Background Color

.myBgColor { background-color: #855789; }

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

This div background color is #855789.


Border color

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

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

This div border color is #855789.


Opacity

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

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

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

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

This text has shadow with #855789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855789 on black background.


Color preview on white background

This text has color #855789 on white background.



Black color preview on #855789 background

This text has black color on #855789 background.


White color preview on #855789 background

This text has white color on #855789 background.