COLOR #8C7AC0

HEX: #8C7AC0 RGB: (140,122,192)

Color info

#8C7AC0 contains mainly red and blue colors. Web safe color of #8C7AC0 is #9966CC (or #96C).

RGB color model

#8C7AC0 color RGB value is (140,122,192).

RGB: (140,122,192) (55%, 48%, 75%)

RGB channels and saturation

R 140 of 255 = 55%
G 122 of 255 = 48%
B 192 of 255 = 75%

140
122
192

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

Portions of RGB colors in percentages

R + G + B = 140 + 122 + 192 = 454 (100%)
R 140 of 454 ~ 30.84%
G 122 of 454 ~ 26.87%
B 192 of 454 ~ 42.29'%

%30.84
%26.87
%42.29

CMYK color model

#8C7AC0 color CMYK value is (27,36,0,25).

  • cyan value is 27.08%
  • magenta value is 36.46%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (27,36,0,25)
C27M36Y0K25 (27%, 36%, 0%, 25%)
(0.27 / 0.36 / 0.00 / 0.25)

CMYK percentages

%27.08
%36.46
%0
%24.71

Codes

Color #8C7AC0 in popluar color models

8C 7A C0
RGB 140 122 192
HSL 255° 35.71% 61.57%
HSB/HSV 255° 36.46% 75.29%
CMYK 27.08% 36.46% 0.00%
24.71%

Color #8C7AC0 in popluar number systems.

HEX 8C 7A C0
Decimal 140 122 192
Binary 10001100 1111010 11000000
Octal 214 172 300

Shades and tints

Shades of #8C7AC0

#8C7AC0
(140,122,192)
#806FAF
(128,111,175)
#74649E
(116,100,158)
#68598D
(104,89,141)
#5C4E7C
(92,78,124)
#50436B
(80,67,107)
#44385A
(68,56,90)
#382D49
(56,45,73)
#2C2238
(44,34,56)
#201727
(32,23,39)
#140C16
(20,12,22)
#000000
(0,0,0)

Tints of #8C7AC0

#8C7AC0
(140,122,192)
#9686C5
(150,134,197)
#A092CA
(160,146,202)
#AA9ECF
(170,158,207)
#B4AAD4
(180,170,212)
#BEB6D9
(190,182,217)
#C8C2DE
(200,194,222)
#D2CEE3
(210,206,227)
#DCDAE8
(220,218,232)
#E6E6ED
(230,230,237)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7AC0 color. Also use rgb(140,122,192) instead hex code.

Text Font Color

.myTextColor { color: #8C7AC0; }

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

This text font color is #8C7AC0.

Background Color

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

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

This div background color is #8C7AC0.

Border color

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

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

This div border color is #8C7AC0.

Opacity

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

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

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

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

This text has shadow with #8C7AC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7AC0.

Preview

Color preview on black background

This text has color #8C7AC0 on black background.


Color preview on white background

This text has color #8C7AC0 on white background.


Black color preview on #8C7AC0 background

This text has black color on #8C7AC0 background.


White color preview on #8C7AC0 background

This text has white color on #8C7AC0 background.


Related colors

Complementary color

Complementary color for #hex is #73853F.


I love getcolorcode.com

Triadic colors

1 #C08C7A and #7AC08C with #8C7AC0 are triadic colors.

2 #C07A8C and #7A8CC0 with #8C7AC0 are triadic colors.