COLOR #855287

HEX: #855287
RGB: (133,82,135)

Color info

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

RGB color model

#855287 color RGB value is (133,82,135).

  • red value is 133;
  • green value is 82;
  • blue value is 135.
RGB:
(133,82,135)
(52%,32%,53%)

RGB channels and saturation

R 133 of 255 = 52%
G 82 of 255 = 32%
B 135 of 255 = 53%

133
82
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 82 + 135 = 350 (100%)
R 133 of 350 ~ 38%
G 82 of 350 ~ 23.43%
B 135 of 350 ~ 38.57%

%38
%23.43
%38.57

CMYK color model

#855287 color CMYK value is (1,39,0,47).

  • cyan value is 1.48%
  • magenta value is 39.26%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(1,39,0,47)
C1M39Y0K47 
(1%,39%,0%,47%)
(0.01/0.39/0.00/0.47)	

CMYK percentages

%1.48
%39.26
%0
%47.06

Codes

Color #855287 in popluar color models

855287
RGB13382135
HSL298°24.42%42.55%
HSB/HSV298°39.26%52.94%
CMYK1.48%39.26%0.00%
47.06%

Color #855287 in popluar number systems.

HEX855287
Decimal13382135
Binary10000101101001010000111
Octal205122207

Shades and tints

Shades of #855287

#855287
(133,82,135)
#794B7B
(121,75,123)
#6D446F
(109,68,111)
#613D63
(97,61,99)
#553657
(85,54,87)
#492F4B
(73,47,75)
#3D283F
(61,40,63)
#312133
(49,33,51)
#251A27
(37,26,39)
#19131B
(25,19,27)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #855287

#855287
(133,82,135)
#906191
(144,97,145)
#9B709B
(155,112,155)
#A67FA5
(166,127,165)
#B18EAF
(177,142,175)
#BC9DB9
(188,157,185)
#C7ACC3
(199,172,195)
#D2BBCD
(210,187,205)
#DDCAD7
(221,202,215)
#E8D9E1
(232,217,225)
#F3E8EB
(243,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855287 color. Also use rgb(133,82,135) instead hex code.

Text Font Color

.myTextColor { color: #855287; }

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

This text font color is #855287.


Background Color

.myBgColor { background-color: #855287; }

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

This div background color is #855287.


Border color

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

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

This div border color is #855287.


Opacity

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

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

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

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

This text has shadow with #855287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855287 on black background.


Color preview on white background

This text has color #855287 on white background.



Black color preview on #855287 background

This text has black color on #855287 background.


White color preview on #855287 background

This text has white color on #855287 background.