COLOR #8C6CAB

HEX: #8C6CAB
RGB: (140,108,171)

Color info

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

RGB color model

#8C6CAB color RGB value is (140,108,171).

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

RGB channels and saturation

R 140 of 255 = 55%
G 108 of 255 = 42%
B 171 of 255 = 67%

140
108
171

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

Portions of RGB colors in percentages

R + G + B =
140 + 108 + 171 = 419 (100%)
R 140 of 419 ~ 33.41%
G 108 of 419 ~ 25.78%
B 171 of 419 ~ 40.81%

%33.41
%25.78
%40.81

CMYK color model

#8C6CAB color CMYK value is (18,37,0,33).

  • cyan value is 18.13%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(18,37,0,33)
C18M37Y0K33 
(18%,37%,0%,33%)
(0.18/0.37/0.00/0.33)	

CMYK percentages

%18.13
%36.84
%0
%32.94

Codes

Color #8C6CAB in popluar color models

8C6CAB
RGB140108171
HSL270°27.27%54.71%
HSB/HSV270°36.84%67.06%
CMYK18.13%36.84%0.00%
32.94%

Color #8C6CAB in popluar number systems.

HEX8C6CAB
Decimal140108171
Binary10001100110110010101011
Octal214154253

Shades and tints

Shades of #8C6CAB

#8C6CAB
(140,108,171)
#80639C
(128,99,156)
#745A8D
(116,90,141)
#68517E
(104,81,126)
#5C486F
(92,72,111)
#503F60
(80,63,96)
#443651
(68,54,81)
#382D42
(56,45,66)
#2C2433
(44,36,51)
#201B24
(32,27,36)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #8C6CAB

#8C6CAB
(140,108,171)
#9679B2
(150,121,178)
#A086B9
(160,134,185)
#AA93C0
(170,147,192)
#B4A0C7
(180,160,199)
#BEADCE
(190,173,206)
#C8BAD5
(200,186,213)
#D2C7DC
(210,199,220)
#DCD4E3
(220,212,227)
#E6E1EA
(230,225,234)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6CAB; }

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

This text font color is #8C6CAB.


Background Color

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

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

This div background color is #8C6CAB.


Border color

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

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

This div border color is #8C6CAB.


Opacity

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

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

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

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

This text has shadow with #8C6CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6CAB on black background.


Color preview on white background

This text has color #8C6CAB on white background.



Black color preview on #8C6CAB background

This text has black color on #8C6CAB background.


White color preview on #8C6CAB background

This text has white color on #8C6CAB background.