COLOR #8D85C5

HEX: #8D85C5
RGB: (141,133,197)

Color info

#8D85C5 contains mainly red and blue colors. Web safe color of #8D85C5 is #9999CC (or #99C).

RGB color model

#8D85C5 color RGB value is (141,133,197).

  • red value is 141;
  • green value is 133;
  • blue value is 197.
RGB:
(141,133,197)
(55%,52%,77%)

RGB channels and saturation

R 141 of 255 = 55%
G 133 of 255 = 52%
B 197 of 255 = 77%

141
133
197

R + G + B ~ 61%. #8D85C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 133 + 197 = 471 (100%)
R 141 of 471 ~ 29.94%
G 133 of 471 ~ 28.24%
B 197 of 471 ~ 41.83%

%29.94
%28.24
%41.83

CMYK color model

#8D85C5 color CMYK value is (28,32,0,23).

  • cyan value is 28.43%
  • magenta value is 32.49%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(28,32,0,23)
C28M32Y0K23 
(28%,32%,0%,23%)
(0.28/0.32/0.00/0.23)	

CMYK percentages

%28.43
%32.49
%0
%22.75

Codes

Color #8D85C5 in popluar color models

8D85C5
RGB141133197
HSL248°35.56%64.71%
HSB/HSV248°32.49%77.25%
CMYK28.43%32.49%0.00%
22.75%

Color #8D85C5 in popluar number systems.

HEX8D85C5
Decimal141133197
Binary100011011000010111000101
Octal215205305

Shades and tints

Shades of #8D85C5

#8D85C5
(141,133,197)
#8179B4
(129,121,180)
#756DA3
(117,109,163)
#696192
(105,97,146)
#5D5581
(93,85,129)
#514970
(81,73,112)
#453D5F
(69,61,95)
#39314E
(57,49,78)
#2D253D
(45,37,61)
#21192C
(33,25,44)
#150D1B
(21,13,27)
#000000
(0,0,0)

Tints of #8D85C5

#8D85C5
(141,133,197)
#9790CA
(151,144,202)
#A19BCF
(161,155,207)
#ABA6D4
(171,166,212)
#B5B1D9
(181,177,217)
#BFBCDE
(191,188,222)
#C9C7E3
(201,199,227)
#D3D2E8
(211,210,232)
#DDDDED
(221,221,237)
#E7E8F2
(231,232,242)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D85C5 color. Also use rgb(141,133,197) instead hex code.

Text Font Color

.myTextColor { color: #8D85C5; }

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

This text font color is #8D85C5.


Background Color

.myBgColor { background-color: #8D85C5; }

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

This div background color is #8D85C5.


Border color

.myBorderColor { border: 1px solid #8D85C5; }

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

This div border color is #8D85C5.


Opacity

.myOpacity80 { color: #8D85C5; opacity: 0.8; }

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

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

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

This text has shadow with #8D85C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D85C5 on black background.


Color preview on white background

This text has color #8D85C5 on white background.



Black color preview on #8D85C5 background

This text has black color on #8D85C5 background.


White color preview on #8D85C5 background

This text has white color on #8D85C5 background.