COLOR #855989

HEX: #855989
RGB: (133,89,137)

Color info

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

RGB color model

#855989 color RGB value is (133,89,137).

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

RGB channels and saturation

R 133 of 255 = 52%
G 89 of 255 = 35%
B 137 of 255 = 54%

133
89
137

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

Portions of RGB colors in percentages

R + G + B =
133 + 89 + 137 = 359 (100%)
R 133 of 359 ~ 37.05%
G 89 of 359 ~ 24.79%
B 137 of 359 ~ 38.16%

%37.05
%24.79
%38.16

CMYK color model

#855989 color CMYK value is (3,35,0,46).

  • cyan value is 2.92%
  • magenta value is 35.04%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(3,35,0,46)
C3M35Y0K46 
(3%,35%,0%,46%)
(0.03/0.35/0.00/0.46)	

CMYK percentages

%2.92
%35.04
%0
%46.27

Codes

Color #855989 in popluar color models

855989
RGB13389137
HSL295°21.24%44.31%
HSB/HSV295°35.04%53.73%
CMYK2.92%35.04%0.00%
46.27%

Color #855989 in popluar number systems.

HEX855989
Decimal13389137
Binary10000101101100110001001
Octal205131211

Shades and tints

Shades of #855989

#855989
(133,89,137)
#79517D
(121,81,125)
#6D4971
(109,73,113)
#614165
(97,65,101)
#553959
(85,57,89)
#49314D
(73,49,77)
#3D2941
(61,41,65)
#312135
(49,33,53)
#251929
(37,25,41)
#19111D
(25,17,29)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #855989

#855989
(133,89,137)
#906893
(144,104,147)
#9B779D
(155,119,157)
#A686A7
(166,134,167)
#B195B1
(177,149,177)
#BCA4BB
(188,164,187)
#C7B3C5
(199,179,197)
#D2C2CF
(210,194,207)
#DDD1D9
(221,209,217)
#E8E0E3
(232,224,227)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855989; }

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

This text font color is #855989.


Background Color

.myBgColor { background-color: #855989; }

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

This div background color is #855989.


Border color

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

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

This div border color is #855989.


Opacity

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

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

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

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

This text has shadow with #855989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855989 on black background.


Color preview on white background

This text has color #855989 on white background.



Black color preview on #855989 background

This text has black color on #855989 background.


White color preview on #855989 background

This text has white color on #855989 background.