COLOR #855A8B

HEX: #855A8B
RGB: (133,90,139)

Color info

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

RGB color model

#855A8B color RGB value is (133,90,139).

  • red value is 133;
  • green value is 90;
  • blue value is 139.
RGB:
(133,90,139)
(52%,35%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 90 of 255 = 35%
B 139 of 255 = 55%

133
90
139

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

Portions of RGB colors in percentages

R + G + B =
133 + 90 + 139 = 362 (100%)
R 133 of 362 ~ 36.74%
G 90 of 362 ~ 24.86%
B 139 of 362 ~ 38.4%

%36.74
%24.86
%38.4

CMYK color model

#855A8B color CMYK value is (4,35,0,45).

  • cyan value is 4.32%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(4,35,0,45)
C4M35Y0K45 
(4%,35%,0%,45%)
(0.04/0.35/0.00/0.45)	

CMYK percentages

%4.32
%35.25
%0
%45.49

Codes

Color #855A8B in popluar color models

855A8B
RGB13390139
HSL293°21.40%44.90%
HSB/HSV293°35.25%54.51%
CMYK4.32%35.25%0.00%
45.49%

Color #855A8B in popluar number systems.

HEX855A8B
Decimal13390139
Binary10000101101101010001011
Octal205132213

Shades and tints

Shades of #855A8B

#855A8B
(133,90,139)
#79527F
(121,82,127)
#6D4A73
(109,74,115)
#614267
(97,66,103)
#553A5B
(85,58,91)
#49324F
(73,50,79)
#3D2A43
(61,42,67)
#312237
(49,34,55)
#251A2B
(37,26,43)
#19121F
(25,18,31)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #855A8B

#855A8B
(133,90,139)
#906995
(144,105,149)
#9B789F
(155,120,159)
#A687A9
(166,135,169)
#B196B3
(177,150,179)
#BCA5BD
(188,165,189)
#C7B4C7
(199,180,199)
#D2C3D1
(210,195,209)
#DDD2DB
(221,210,219)
#E8E1E5
(232,225,229)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855A8B color. Also use rgb(133,90,139) instead hex code.

Text Font Color

.myTextColor { color: #855A8B; }

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

This text font color is #855A8B.


Background Color

.myBgColor { background-color: #855A8B; }

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

This div background color is #855A8B.


Border color

.myBorderColor { border: 1px solid #855A8B; }

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

This div border color is #855A8B.


Opacity

.myOpacity80 { color: #855A8B; opacity: 0.8; }

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

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

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

This text has shadow with #855A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855A8B on black background.


Color preview on white background

This text has color #855A8B on white background.



Black color preview on #855A8B background

This text has black color on #855A8B background.


White color preview on #855A8B background

This text has white color on #855A8B background.