COLOR #8C6E8C

HEX: #8C6E8C
RGB: (140,110,140)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
110
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 110 + 140 = 390 (100%)
R 140 of 390 ~ 35.9%
G 110 of 390 ~ 28.21%
B 140 of 390 ~ 35.9%

%35.9
%28.21
%35.9

CMYK color model

#8C6E8C color CMYK value is (0,21,0,45).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,21,0,45)
C0M21Y0K45 
(0%,21%,0%,45%)
(0.00/0.21/0.00/0.45)	

CMYK percentages

%0
%21.43
%0
%45.1

Codes

Color #8C6E8C in popluar color models

8C6E8C
RGB140110140
HSL300°12.00%49.02%
HSB/HSV300°21.43%54.90%
CMYK0.00%21.43%0.00%
45.10%

Color #8C6E8C in popluar number systems.

HEX8C6E8C
Decimal140110140
Binary10001100110111010001100
Octal214156214

Shades and tints

Shades of #8C6E8C

#8C6E8C
(140,110,140)
#806480
(128,100,128)
#745A74
(116,90,116)
#685068
(104,80,104)
#5C465C
(92,70,92)
#503C50
(80,60,80)
#443244
(68,50,68)
#382838
(56,40,56)
#2C1E2C
(44,30,44)
#201420
(32,20,32)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #8C6E8C

#8C6E8C
(140,110,140)
#967B96
(150,123,150)
#A088A0
(160,136,160)
#AA95AA
(170,149,170)
#B4A2B4
(180,162,180)
#BEAFBE
(190,175,190)
#C8BCC8
(200,188,200)
#D2C9D2
(210,201,210)
#DCD6DC
(220,214,220)
#E6E3E6
(230,227,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6E8C; }

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

This text font color is #8C6E8C.


Background Color

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

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

This div background color is #8C6E8C.


Border color

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

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

This div border color is #8C6E8C.


Opacity

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

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

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

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

This text has shadow with #8C6E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6E8C on black background.


Color preview on white background

This text has color #8C6E8C on white background.



Black color preview on #8C6E8C background

This text has black color on #8C6E8C background.


White color preview on #8C6E8C background

This text has white color on #8C6E8C background.