COLOR #8C56B5

HEX: #8C56B5
RGB: (140,86,181)

Color info

#8C56B5 contains mainly red and blue colors. Web safe color of #8C56B5 is #9966CC (or #96C).

RGB color model

#8C56B5 color RGB value is (140,86,181).

  • red value is 140;
  • green value is 86;
  • blue value is 181.
RGB:
(140,86,181)
(55%,34%,71%)

RGB channels and saturation

R 140 of 255 = 55%
G 86 of 255 = 34%
B 181 of 255 = 71%

140
86
181

R + G + B ~ 53%. #8C56B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 86 + 181 = 407 (100%)
R 140 of 407 ~ 34.4%
G 86 of 407 ~ 21.13%
B 181 of 407 ~ 44.47%

%34.4
%21.13
%44.47

CMYK color model

#8C56B5 color CMYK value is (23,52,0,29).

  • cyan value is 22.65%
  • magenta value is 52.49%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(23,52,0,29)
C23M52Y0K29 
(23%,52%,0%,29%)
(0.23/0.52/0.00/0.29)	

CMYK percentages

%22.65
%52.49
%0
%29.02

Codes

Color #8C56B5 in popluar color models

8C56B5
RGB14086181
HSL274°39.09%52.35%
HSB/HSV274°52.49%70.98%
CMYK22.65%52.49%0.00%
29.02%

Color #8C56B5 in popluar number systems.

HEX8C56B5
Decimal14086181
Binary10001100101011010110101
Octal214126265

Shades and tints

Shades of #8C56B5

#8C56B5
(140,86,181)
#804FA5
(128,79,165)
#744895
(116,72,149)
#684185
(104,65,133)
#5C3A75
(92,58,117)
#503365
(80,51,101)
#442C55
(68,44,85)
#382545
(56,37,69)
#2C1E35
(44,30,53)
#201725
(32,23,37)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #8C56B5

#8C56B5
(140,86,181)
#9665BB
(150,101,187)
#A074C1
(160,116,193)
#AA83C7
(170,131,199)
#B492CD
(180,146,205)
#BEA1D3
(190,161,211)
#C8B0D9
(200,176,217)
#D2BFDF
(210,191,223)
#DCCEE5
(220,206,229)
#E6DDEB
(230,221,235)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C56B5 color. Also use rgb(140,86,181) instead hex code.

Text Font Color

.myTextColor { color: #8C56B5; }

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

This text font color is #8C56B5.


Background Color

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

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

This div background color is #8C56B5.


Border color

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

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

This div border color is #8C56B5.


Opacity

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

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

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

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

This text has shadow with #8C56B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C56B5 on black background.


Color preview on white background

This text has color #8C56B5 on white background.



Black color preview on #8C56B5 background

This text has black color on #8C56B5 background.


White color preview on #8C56B5 background

This text has white color on #8C56B5 background.