COLOR #8C67AD

HEX: #8C67AD
RGB: (140,103,173)

Color info

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

RGB color model

#8C67AD color RGB value is (140,103,173).

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

RGB channels and saturation

R 140 of 255 = 55%
G 103 of 255 = 40%
B 173 of 255 = 68%

140
103
173

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

Portions of RGB colors in percentages

R + G + B =
140 + 103 + 173 = 416 (100%)
R 140 of 416 ~ 33.65%
G 103 of 416 ~ 24.76%
B 173 of 416 ~ 41.59%

%33.65
%24.76
%41.59

CMYK color model

#8C67AD color CMYK value is (19,40,0,32).

  • cyan value is 19.08%
  • magenta value is 40.46%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(19,40,0,32)
C19M40Y0K32 
(19%,40%,0%,32%)
(0.19/0.40/0.00/0.32)	

CMYK percentages

%19.08
%40.46
%0
%32.16

Codes

Color #8C67AD in popluar color models

8C67AD
RGB140103173
HSL272°29.91%54.12%
HSB/HSV272°40.46%67.84%
CMYK19.08%40.46%0.00%
32.16%

Color #8C67AD in popluar number systems.

HEX8C67AD
Decimal140103173
Binary10001100110011110101101
Octal214147255

Shades and tints

Shades of #8C67AD

#8C67AD
(140,103,173)
#805E9E
(128,94,158)
#74558F
(116,85,143)
#684C80
(104,76,128)
#5C4371
(92,67,113)
#503A62
(80,58,98)
#443153
(68,49,83)
#382844
(56,40,68)
#2C1F35
(44,31,53)
#201626
(32,22,38)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #8C67AD

#8C67AD
(140,103,173)
#9674B4
(150,116,180)
#A081BB
(160,129,187)
#AA8EC2
(170,142,194)
#B49BC9
(180,155,201)
#BEA8D0
(190,168,208)
#C8B5D7
(200,181,215)
#D2C2DE
(210,194,222)
#DCCFE5
(220,207,229)
#E6DCEC
(230,220,236)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C67AD; }

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

This text font color is #8C67AD.


Background Color

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

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

This div background color is #8C67AD.


Border color

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

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

This div border color is #8C67AD.


Opacity

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

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

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

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

This text has shadow with #8C67AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C67AD on black background.


Color preview on white background

This text has color #8C67AD on white background.



Black color preview on #8C67AD background

This text has black color on #8C67AD background.


White color preview on #8C67AD background

This text has white color on #8C67AD background.