COLOR #8C67AC

HEX: #8C67AC
RGB: (140,103,172)

Color info

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

RGB color model

#8C67AC color RGB value is (140,103,172).

  • red value is 140;
  • green value is 103;
  • blue value is 172.
RGB:
(140,103,172)
(55%,40%,67%)

RGB channels and saturation

R 140 of 255 = 55%
G 103 of 255 = 40%
B 172 of 255 = 67%

140
103
172

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

Portions of RGB colors in percentages

R + G + B =
140 + 103 + 172 = 415 (100%)
R 140 of 415 ~ 33.73%
G 103 of 415 ~ 24.82%
B 172 of 415 ~ 41.45%

%33.73
%24.82
%41.45

CMYK color model

#8C67AC color CMYK value is (19,40,0,33).

  • cyan value is 18.60%
  • magenta value is 40.12%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(19,40,0,33)
C19M40Y0K33 
(19%,40%,0%,33%)
(0.19/0.40/0.00/0.33)	

CMYK percentages

%18.6
%40.12
%0
%32.55

Codes

Color #8C67AC in popluar color models

8C67AC
RGB140103172
HSL272°29.36%53.92%
HSB/HSV272°40.12%67.45%
CMYK18.60%40.12%0.00%
32.55%

Color #8C67AC in popluar number systems.

HEX8C67AC
Decimal140103172
Binary10001100110011110101100
Octal214147254

Shades and tints

Shades of #8C67AC

#8C67AC
(140,103,172)
#805E9D
(128,94,157)
#74558E
(116,85,142)
#684C7F
(104,76,127)
#5C4370
(92,67,112)
#503A61
(80,58,97)
#443152
(68,49,82)
#382843
(56,40,67)
#2C1F34
(44,31,52)
#201625
(32,22,37)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #8C67AC

#8C67AC
(140,103,172)
#9674B3
(150,116,179)
#A081BA
(160,129,186)
#AA8EC1
(170,142,193)
#B49BC8
(180,155,200)
#BEA8CF
(190,168,207)
#C8B5D6
(200,181,214)
#D2C2DD
(210,194,221)
#DCCFE4
(220,207,228)
#E6DCEB
(230,220,235)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C67AC; }

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

This text font color is #8C67AC.


Background Color

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

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

This div background color is #8C67AC.


Border color

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

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

This div border color is #8C67AC.


Opacity

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

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

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

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

This text has shadow with #8C67AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C67AC on black background.


Color preview on white background

This text has color #8C67AC on white background.



Black color preview on #8C67AC background

This text has black color on #8C67AC background.


White color preview on #8C67AC background

This text has white color on #8C67AC background.