COLOR #8C5DBA

HEX: #8C5DBA
RGB: (140,93,186)

Color info

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

RGB color model

#8C5DBA color RGB value is (140,93,186).

  • red value is 140;
  • green value is 93;
  • blue value is 186.
RGB:
(140,93,186)
(55%,36%,73%)

RGB channels and saturation

R 140 of 255 = 55%
G 93 of 255 = 36%
B 186 of 255 = 73%

140
93
186

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

Portions of RGB colors in percentages

R + G + B =
140 + 93 + 186 = 419 (100%)
R 140 of 419 ~ 33.41%
G 93 of 419 ~ 22.2%
B 186 of 419 ~ 44.39%

%33.41
%22.2
%44.39

CMYK color model

#8C5DBA color CMYK value is (25,50,0,27).

  • cyan value is 24.73%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(25,50,0,27)
C25M50Y0K27 
(25%,50%,0%,27%)
(0.25/0.50/0.00/0.27)	

CMYK percentages

%24.73
%50
%0
%27.06

Codes

Color #8C5DBA in popluar color models

8C5DBA
RGB14093186
HSL270°40.26%54.71%
HSB/HSV270°50.00%72.94%
CMYK24.73%50.00%0.00%
27.06%

Color #8C5DBA in popluar number systems.

HEX8C5DBA
Decimal14093186
Binary10001100101110110111010
Octal214135272

Shades and tints

Shades of #8C5DBA

#8C5DBA
(140,93,186)
#8055AA
(128,85,170)
#744D9A
(116,77,154)
#68458A
(104,69,138)
#5C3D7A
(92,61,122)
#50356A
(80,53,106)
#442D5A
(68,45,90)
#38254A
(56,37,74)
#2C1D3A
(44,29,58)
#20152A
(32,21,42)
#140D1A
(20,13,26)
#000000
(0,0,0)

Tints of #8C5DBA

#8C5DBA
(140,93,186)
#966BC0
(150,107,192)
#A079C6
(160,121,198)
#AA87CC
(170,135,204)
#B495D2
(180,149,210)
#BEA3D8
(190,163,216)
#C8B1DE
(200,177,222)
#D2BFE4
(210,191,228)
#DCCDEA
(220,205,234)
#E6DBF0
(230,219,240)
#F0E9F6
(240,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5DBA color. Also use rgb(140,93,186) instead hex code.

Text Font Color

.myTextColor { color: #8C5DBA; }

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

This text font color is #8C5DBA.


Background Color

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

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

This div background color is #8C5DBA.


Border color

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

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

This div border color is #8C5DBA.


Opacity

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

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

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

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

This text has shadow with #8C5DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5DBA on black background.


Color preview on white background

This text has color #8C5DBA on white background.



Black color preview on #8C5DBA background

This text has black color on #8C5DBA background.


White color preview on #8C5DBA background

This text has white color on #8C5DBA background.