COLOR #8C7FAF

HEX: #8C7FAF RGB: (140,127,175)

Color info

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

RGB color model

#8C7FAF color RGB value is (140,127,175).

RGB: (140,127,175) (55%, 50%, 69%)

RGB channels and saturation

R 140 of 255 = 55%
G 127 of 255 = 50%
B 175 of 255 = 69%

140
127
175

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

Portions of RGB colors in percentages

R + G + B = 140 + 127 + 175 = 442 (100%)
R 140 of 442 ~ 31.67%
G 127 of 442 ~ 28.73%
B 175 of 442 ~ 39.59'%

%31.67
%28.73
%39.59

CMYK color model

#8C7FAF color CMYK value is (20,27,0,31).

  • cyan value is 20.00%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (20,27,0,31)
C20M27Y0K31 (20%, 27%, 0%, 31%)
(0.20 / 0.27 / 0.00 / 0.31)

CMYK percentages

%20
%27.43
%0
%31.37

Codes

Color #8C7FAF in popluar color models

8C 7F AF
RGB 140 127 175
HSL 256° 23.08% 59.22%
HSB/HSV 256° 27.43% 68.63%
CMYK 20.00% 27.43% 0.00%
31.37%

Color #8C7FAF in popluar number systems.

HEX 8C 7F AF
Decimal 140 127 175
Binary 10001100 1111111 10101111
Octal 214 177 257

Shades and tints

Shades of #8C7FAF

#8C7FAF
(140,127,175)
#8074A0
(128,116,160)
#746991
(116,105,145)
#685E82
(104,94,130)
#5C5373
(92,83,115)
#504864
(80,72,100)
#443D55
(68,61,85)
#383246
(56,50,70)
#2C2737
(44,39,55)
#201C28
(32,28,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #8C7FAF

#8C7FAF
(140,127,175)
#968AB6
(150,138,182)
#A095BD
(160,149,189)
#AAA0C4
(170,160,196)
#B4ABCB
(180,171,203)
#BEB6D2
(190,182,210)
#C8C1D9
(200,193,217)
#D2CCE0
(210,204,224)
#DCD7E7
(220,215,231)
#E6E2EE
(230,226,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7FAF; }

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

This text font color is #8C7FAF.

Background Color

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

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

This div background color is #8C7FAF.

Border color

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

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

This div border color is #8C7FAF.

Opacity

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

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

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

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

This text has shadow with #8C7FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7FAF.

Preview

Color preview on black background

This text has color #8C7FAF on black background.


Color preview on white background

This text has color #8C7FAF on white background.


Black color preview on #8C7FAF background

This text has black color on #8C7FAF background.


White color preview on #8C7FAF background

This text has white color on #8C7FAF background.


Related colors

Complementary color

Complementary color for #hex is #738050.


I love getcolorcode.com

Triadic colors

1 #AF8C7F and #7FAF8C with #8C7FAF are triadic colors.

2 #AF7F8C and #7F8CAF with #8C7FAF are triadic colors.