COLOR #8C6AA6

HEX: #8C6AA6
RGB: (140,106,166)

Color info

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

RGB color model

#8C6AA6 color RGB value is (140,106,166).

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

RGB channels and saturation

R 140 of 255 = 55%
G 106 of 255 = 42%
B 166 of 255 = 65%

140
106
166

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

Portions of RGB colors in percentages

R + G + B =
140 + 106 + 166 = 412 (100%)
R 140 of 412 ~ 33.98%
G 106 of 412 ~ 25.73%
B 166 of 412 ~ 40.29%

%33.98
%25.73
%40.29

CMYK color model

#8C6AA6 color CMYK value is (16,36,0,35).

  • cyan value is 15.66%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(16,36,0,35)
C16M36Y0K35 
(16%,36%,0%,35%)
(0.16/0.36/0.00/0.35)	

CMYK percentages

%15.66
%36.14
%0
%34.9

Codes

Color #8C6AA6 in popluar color models

8C6AA6
RGB140106166
HSL274°25.21%53.33%
HSB/HSV274°36.14%65.10%
CMYK15.66%36.14%0.00%
34.90%

Color #8C6AA6 in popluar number systems.

HEX8C6AA6
Decimal140106166
Binary10001100110101010100110
Octal214152246

Shades and tints

Shades of #8C6AA6

#8C6AA6
(140,106,166)
#806197
(128,97,151)
#745888
(116,88,136)
#684F79
(104,79,121)
#5C466A
(92,70,106)
#503D5B
(80,61,91)
#44344C
(68,52,76)
#382B3D
(56,43,61)
#2C222E
(44,34,46)
#20191F
(32,25,31)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #8C6AA6

#8C6AA6
(140,106,166)
#9677AE
(150,119,174)
#A084B6
(160,132,182)
#AA91BE
(170,145,190)
#B49EC6
(180,158,198)
#BEABCE
(190,171,206)
#C8B8D6
(200,184,214)
#D2C5DE
(210,197,222)
#DCD2E6
(220,210,230)
#E6DFEE
(230,223,238)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6AA6; }

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

This text font color is #8C6AA6.


Background Color

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

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

This div background color is #8C6AA6.


Border color

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

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

This div border color is #8C6AA6.


Opacity

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

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

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

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

This text has shadow with #8C6AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6AA6 on black background.


Color preview on white background

This text has color #8C6AA6 on white background.



Black color preview on #8C6AA6 background

This text has black color on #8C6AA6 background.


White color preview on #8C6AA6 background

This text has white color on #8C6AA6 background.