COLOR #8C6EAF

HEX: #8C6EAF
RGB: (140,110,175)

Color info

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

RGB color model

#8C6EAF color RGB value is (140,110,175).

  • red value is 140;
  • green value is 110;
  • blue value is 175.
RGB:
(140,110,175)
(55%,43%,69%)

RGB channels and saturation

R 140 of 255 = 55%
G 110 of 255 = 43%
B 175 of 255 = 69%

140
110
175

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

Portions of RGB colors in percentages

R + G + B =
140 + 110 + 175 = 425 (100%)
R 140 of 425 ~ 32.94%
G 110 of 425 ~ 25.88%
B 175 of 425 ~ 41.18%

%32.94
%25.88
%41.18

CMYK color model

#8C6EAF color CMYK value is (20,37,0,31).

  • cyan value is 20.00%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(20,37,0,31)
C20M37Y0K31 
(20%,37%,0%,31%)
(0.20/0.37/0.00/0.31)	

CMYK percentages

%20
%37.14
%0
%31.37

Codes

Color #8C6EAF in popluar color models

8C6EAF
RGB140110175
HSL268°28.89%55.88%
HSB/HSV268°37.14%68.63%
CMYK20.00%37.14%0.00%
31.37%

Color #8C6EAF in popluar number systems.

HEX8C6EAF
Decimal140110175
Binary10001100110111010101111
Octal214156257

Shades and tints

Shades of #8C6EAF

#8C6EAF
(140,110,175)
#8064A0
(128,100,160)
#745A91
(116,90,145)
#685082
(104,80,130)
#5C4673
(92,70,115)
#503C64
(80,60,100)
#443255
(68,50,85)
#382846
(56,40,70)
#2C1E37
(44,30,55)
#201428
(32,20,40)
#140A19
(20,10,25)
#000000
(0,0,0)

Tints of #8C6EAF

#8C6EAF
(140,110,175)
#967BB6
(150,123,182)
#A088BD
(160,136,189)
#AA95C4
(170,149,196)
#B4A2CB
(180,162,203)
#BEAFD2
(190,175,210)
#C8BCD9
(200,188,217)
#D2C9E0
(210,201,224)
#DCD6E7
(220,214,231)
#E6E3EE
(230,227,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6EAF color. Also use rgb(140,110,175) instead hex code.

Text Font Color

.myTextColor { color: #8C6EAF; }

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

This text font color is #8C6EAF.


Background Color

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

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

This div background color is #8C6EAF.


Border color

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

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

This div border color is #8C6EAF.


Opacity

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

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

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

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

This text has shadow with #8C6EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6EAF on black background.


Color preview on white background

This text has color #8C6EAF on white background.



Black color preview on #8C6EAF background

This text has black color on #8C6EAF background.


White color preview on #8C6EAF background

This text has white color on #8C6EAF background.