COLOR #8C7FAA

HEX: #8C7FAA RGB: (140,127,170)

Color info

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

RGB color model

#8C7FAA color RGB value is (140,127,170).

RGB: (140,127,170) (55%, 50%, 67%)

RGB channels and saturation

R 140 of 255 = 55%
G 127 of 255 = 50%
B 170 of 255 = 67%

140
127
170

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

Portions of RGB colors in percentages

R + G + B = 140 + 127 + 170 = 437 (100%)
R 140 of 437 ~ 32.04%
G 127 of 437 ~ 29.06%
B 170 of 437 ~ 38.9'%

%32.04
%29.06
%38.9

CMYK color model

#8C7FAA color CMYK value is (18,25,0,33).

  • cyan value is 17.65%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (18,25,0,33)
C18M25Y0K33 (18%, 25%, 0%, 33%)
(0.18 / 0.25 / 0.00 / 0.33)

CMYK percentages

%17.65
%25.29
%0
%33.33

Codes

Color #8C7FAA in popluar color models

8C 7F AA
RGB 140 127 170
HSL 258° 20.19% 58.24%
HSB/HSV 258° 25.29% 66.67%
CMYK 17.65% 25.29% 0.00%
33.33%

Color #8C7FAA in popluar number systems.

HEX 8C 7F AA
Decimal 140 127 170
Binary 10001100 1111111 10101010
Octal 214 177 252

Shades and tints

Shades of #8C7FAA

#8C7FAA
(140,127,170)
#80749B
(128,116,155)
#74698C
(116,105,140)
#685E7D
(104,94,125)
#5C536E
(92,83,110)
#50485F
(80,72,95)
#443D50
(68,61,80)
#383241
(56,50,65)
#2C2732
(44,39,50)
#201C23
(32,28,35)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #8C7FAA

#8C7FAA
(140,127,170)
#968AB1
(150,138,177)
#A095B8
(160,149,184)
#AAA0BF
(170,160,191)
#B4ABC6
(180,171,198)
#BEB6CD
(190,182,205)
#C8C1D4
(200,193,212)
#D2CCDB
(210,204,219)
#DCD7E2
(220,215,226)
#E6E2E9
(230,226,233)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7FAA; }

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

This text font color is #8C7FAA.

Background Color

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

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

This div background color is #8C7FAA.

Border color

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

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

This div border color is #8C7FAA.

Opacity

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

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

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

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

This text has shadow with #8C7FAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7FAA.

Preview

Color preview on black background

This text has color #8C7FAA on black background.


Color preview on white background

This text has color #8C7FAA on white background.


Black color preview on #8C7FAA background

This text has black color on #8C7FAA background.


White color preview on #8C7FAA background

This text has white color on #8C7FAA background.


Related colors

Complementary color

Complementary color for #hex is #738055.


I love getcolorcode.com

Triadic colors

1 #AA8C7F and #7FAA8C with #8C7FAA are triadic colors.

2 #AA7F8C and #7F8CAA with #8C7FAA are triadic colors.