COLOR #855C8D

HEX: #855C8D RGB: (133,92,141)

Color info

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

RGB color model

#855C8D color RGB value is (133,92,141).

RGB: (133,92,141) (52%, 36%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 92 of 255 = 36%
B 141 of 255 = 55%

133
92
141

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

Portions of RGB colors in percentages

R + G + B = 133 + 92 + 141 = 366 (100%)
R 133 of 366 ~ 36.34%
G 92 of 366 ~ 25.14%
B 141 of 366 ~ 38.52'%

%36.34
%25.14
%38.52

CMYK color model

#855C8D color CMYK value is (6,35,0,45).

  • cyan value is 5.67%
  • magenta value is 34.75%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (6,35,0,45)
C6M35Y0K45 (6%, 35%, 0%, 45%)
(0.06 / 0.35 / 0.00 / 0.45)

CMYK percentages

%5.67
%34.75
%0
%44.71

Codes

Color #855C8D in popluar color models

85 5C 8D
RGB 133 92 141
HSL 290° 21.03% 45.69%
HSB/HSV 290° 34.75% 55.29%
CMYK 5.67% 34.75% 0.00%
44.71%

Color #855C8D in popluar number systems.

HEX 85 5C 8D
Decimal 133 92 141
Binary 10000101 1011100 10001101
Octal 205 134 215

Shades and tints

Shades of #855C8D

#855C8D
(133,92,141)
#795481
(121,84,129)
#6D4C75
(109,76,117)
#614469
(97,68,105)
#553C5D
(85,60,93)
#493451
(73,52,81)
#3D2C45
(61,44,69)
#312439
(49,36,57)
#251C2D
(37,28,45)
#191421
(25,20,33)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #855C8D

#855C8D
(133,92,141)
#906A97
(144,106,151)
#9B78A1
(155,120,161)
#A686AB
(166,134,171)
#B194B5
(177,148,181)
#BCA2BF
(188,162,191)
#C7B0C9
(199,176,201)
#D2BED3
(210,190,211)
#DDCCDD
(221,204,221)
#E8DAE7
(232,218,231)
#F3E8F1
(243,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855C8D color. Also use rgb(133,92,141) instead hex code.

Text Font Color

.myTextColor { color: #855C8D; }

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

This text font color is #855C8D.

Background Color

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

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

This div background color is #855C8D.

Border color

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

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

This div border color is #855C8D.

Opacity

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

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

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

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

This text has shadow with #855C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855C8D.

Preview

Color preview on black background

This text has color #855C8D on black background.


Color preview on white background

This text has color #855C8D on white background.


Black color preview on #855C8D background

This text has black color on #855C8D background.


White color preview on #855C8D background

This text has white color on #855C8D background.


Related colors

Complementary color

Complementary color for #hex is #7AA372.


I love getcolorcode.com

Triadic colors

1 #8D855C and #5C8D85 with #855C8D are triadic colors.

2 #8D5C85 and #5C858D with #855C8D are triadic colors.