COLOR #8C7AC7

HEX: #8C7AC7 RGB: (140,122,199)

Color info

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

RGB color model

#8C7AC7 color RGB value is (140,122,199).

RGB: (140,122,199) (55%, 48%, 78%)

RGB channels and saturation

R 140 of 255 = 55%
G 122 of 255 = 48%
B 199 of 255 = 78%

140
122
199

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

Portions of RGB colors in percentages

R + G + B = 140 + 122 + 199 = 461 (100%)
R 140 of 461 ~ 30.37%
G 122 of 461 ~ 26.46%
B 199 of 461 ~ 43.17'%

%30.37
%26.46
%43.17

CMYK color model

#8C7AC7 color CMYK value is (30,39,0,22).

  • cyan value is 29.65%
  • magenta value is 38.69%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (30,39,0,22)
C30M39Y0K22 (30%, 39%, 0%, 22%)
(0.30 / 0.39 / 0.00 / 0.22)

CMYK percentages

%29.65
%38.69
%0
%21.96

Codes

Color #8C7AC7 in popluar color models

8C 7A C7
RGB 140 122 199
HSL 254° 40.74% 62.94%
HSB/HSV 254° 38.69% 78.04%
CMYK 29.65% 38.69% 0.00%
21.96%

Color #8C7AC7 in popluar number systems.

HEX 8C 7A C7
Decimal 140 122 199
Binary 10001100 1111010 11000111
Octal 214 172 307

Shades and tints

Shades of #8C7AC7

#8C7AC7
(140,122,199)
#806FB5
(128,111,181)
#7464A3
(116,100,163)
#685991
(104,89,145)
#5C4E7F
(92,78,127)
#50436D
(80,67,109)
#44385B
(68,56,91)
#382D49
(56,45,73)
#2C2237
(44,34,55)
#201725
(32,23,37)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #8C7AC7

#8C7AC7
(140,122,199)
#9686CC
(150,134,204)
#A092D1
(160,146,209)
#AA9ED6
(170,158,214)
#B4AADB
(180,170,219)
#BEB6E0
(190,182,224)
#C8C2E5
(200,194,229)
#D2CEEA
(210,206,234)
#DCDAEF
(220,218,239)
#E6E6F4
(230,230,244)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7AC7; }

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

This text font color is #8C7AC7.

Background Color

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

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

This div background color is #8C7AC7.

Border color

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

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

This div border color is #8C7AC7.

Opacity

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

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

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

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

This text has shadow with #8C7AC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7AC7.

Preview

Color preview on black background

This text has color #8C7AC7 on black background.


Color preview on white background

This text has color #8C7AC7 on white background.


Black color preview on #8C7AC7 background

This text has black color on #8C7AC7 background.


White color preview on #8C7AC7 background

This text has white color on #8C7AC7 background.


Related colors

Complementary color

Complementary color for #hex is #738538.


I love getcolorcode.com

Triadic colors

1 #C78C7A and #7AC78C with #8C7AC7 are triadic colors.

2 #C77A8C and #7A8CC7 with #8C7AC7 are triadic colors.