COLOR #8C6CA5

HEX: #8C6CA5
RGB: (140,108,165)

Color info

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

RGB color model

#8C6CA5 color RGB value is (140,108,165).

  • red value is 140;
  • green value is 108;
  • blue value is 165.
RGB:
(140,108,165)
(55%,42%,65%)

RGB channels and saturation

R 140 of 255 = 55%
G 108 of 255 = 42%
B 165 of 255 = 65%

140
108
165

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

Portions of RGB colors in percentages

R + G + B =
140 + 108 + 165 = 413 (100%)
R 140 of 413 ~ 33.9%
G 108 of 413 ~ 26.15%
B 165 of 413 ~ 39.95%

%33.9
%26.15
%39.95

CMYK color model

#8C6CA5 color CMYK value is (15,35,0,35).

  • cyan value is 15.15%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(15,35,0,35)
C15M35Y0K35 
(15%,35%,0%,35%)
(0.15/0.35/0.00/0.35)	

CMYK percentages

%15.15
%34.55
%0
%35.29

Codes

Color #8C6CA5 in popluar color models

8C6CA5
RGB140108165
HSL274°24.05%53.53%
HSB/HSV274°34.55%64.71%
CMYK15.15%34.55%0.00%
35.29%

Color #8C6CA5 in popluar number systems.

HEX8C6CA5
Decimal140108165
Binary10001100110110010100101
Octal214154245

Shades and tints

Shades of #8C6CA5

#8C6CA5
(140,108,165)
#806396
(128,99,150)
#745A87
(116,90,135)
#685178
(104,81,120)
#5C4869
(92,72,105)
#503F5A
(80,63,90)
#44364B
(68,54,75)
#382D3C
(56,45,60)
#2C242D
(44,36,45)
#201B1E
(32,27,30)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #8C6CA5

#8C6CA5
(140,108,165)
#9679AD
(150,121,173)
#A086B5
(160,134,181)
#AA93BD
(170,147,189)
#B4A0C5
(180,160,197)
#BEADCD
(190,173,205)
#C8BAD5
(200,186,213)
#D2C7DD
(210,199,221)
#DCD4E5
(220,212,229)
#E6E1ED
(230,225,237)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6CA5 color. Also use rgb(140,108,165) instead hex code.

Text Font Color

.myTextColor { color: #8C6CA5; }

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

This text font color is #8C6CA5.


Background Color

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

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

This div background color is #8C6CA5.


Border color

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

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

This div border color is #8C6CA5.


Opacity

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

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

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

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

This text has shadow with #8C6CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6CA5 on black background.


Color preview on white background

This text has color #8C6CA5 on white background.



Black color preview on #8C6CA5 background

This text has black color on #8C6CA5 background.


White color preview on #8C6CA5 background

This text has white color on #8C6CA5 background.