COLOR #855D9C

HEX: #855D9C
RGB: (133,93,156)

Color info

#855D9C contains mainly red and blue colors. Web safe color of #855D9C is #996699 (or #969).

RGB color model

#855D9C color RGB value is (133,93,156).

  • red value is 133;
  • green value is 93;
  • blue value is 156.
RGB:
(133,93,156)
(52%,36%,61%)

RGB channels and saturation

R 133 of 255 = 52%
G 93 of 255 = 36%
B 156 of 255 = 61%

133
93
156

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

Portions of RGB colors in percentages

R + G + B =
133 + 93 + 156 = 382 (100%)
R 133 of 382 ~ 34.82%
G 93 of 382 ~ 24.35%
B 156 of 382 ~ 40.84%

%34.82
%24.35
%40.84

CMYK color model

#855D9C color CMYK value is (15,40,0,39).

  • cyan value is 14.74%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(15,40,0,39)
C15M40Y0K39 
(15%,40%,0%,39%)
(0.15/0.40/0.00/0.39)	

CMYK percentages

%14.74
%40.38
%0
%38.82

Codes

Color #855D9C in popluar color models

855D9C
RGB13393156
HSL278°25.30%48.82%
HSB/HSV278°40.38%61.18%
CMYK14.74%40.38%0.00%
38.82%

Color #855D9C in popluar number systems.

HEX855D9C
Decimal13393156
Binary10000101101110110011100
Octal205135234

Shades and tints

Shades of #855D9C

#855D9C
(133,93,156)
#79558E
(121,85,142)
#6D4D80
(109,77,128)
#614572
(97,69,114)
#553D64
(85,61,100)
#493556
(73,53,86)
#3D2D48
(61,45,72)
#31253A
(49,37,58)
#251D2C
(37,29,44)
#19151E
(25,21,30)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #855D9C

#855D9C
(133,93,156)
#906BA5
(144,107,165)
#9B79AE
(155,121,174)
#A687B7
(166,135,183)
#B195C0
(177,149,192)
#BCA3C9
(188,163,201)
#C7B1D2
(199,177,210)
#D2BFDB
(210,191,219)
#DDCDE4
(221,205,228)
#E8DBED
(232,219,237)
#F3E9F6
(243,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855D9C color. Also use rgb(133,93,156) instead hex code.

Text Font Color

.myTextColor { color: #855D9C; }

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

This text font color is #855D9C.


Background Color

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

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

This div background color is #855D9C.


Border color

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

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

This div border color is #855D9C.


Opacity

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

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

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

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

This text has shadow with #855D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855D9C on black background.


Color preview on white background

This text has color #855D9C on white background.



Black color preview on #855D9C background

This text has black color on #855D9C background.


White color preview on #855D9C background

This text has white color on #855D9C background.