COLOR #8C6EB5

HEX: #8C6EB5 RGB: (140,110,181)

Color info

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

RGB color model

#8C6EB5 color RGB value is (140,110,181).

RGB: (140,110,181) (55%, 43%, 71%)

RGB channels and saturation

R 140 of 255 = 55%
G 110 of 255 = 43%
B 181 of 255 = 71%

140
110
181

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

Portions of RGB colors in percentages

R + G + B = 140 + 110 + 181 = 431 (100%)
R 140 of 431 ~ 32.48%
G 110 of 431 ~ 25.52%
B 181 of 431 ~ 42'%

%32.48
%25.52
%42

CMYK color model

#8C6EB5 color CMYK value is (23,39,0,29).

  • cyan value is 22.65%
  • magenta value is 39.23%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (23,39,0,29)
C23M39Y0K29 (23%, 39%, 0%, 29%)
(0.23 / 0.39 / 0.00 / 0.29)

CMYK percentages

%22.65
%39.23
%0
%29.02

Codes

Color #8C6EB5 in popluar color models

8C 6E B5
RGB 140 110 181
HSL 265° 32.42% 57.06%
HSB/HSV 265° 39.23% 70.98%
CMYK 22.65% 39.23% 0.00%
29.02%

Color #8C6EB5 in popluar number systems.

HEX 8C 6E B5
Decimal 140 110 181
Binary 10001100 1101110 10110101
Octal 214 156 265

Shades and tints

Shades of #8C6EB5

#8C6EB5
(140,110,181)
#8064A5
(128,100,165)
#745A95
(116,90,149)
#685085
(104,80,133)
#5C4675
(92,70,117)
#503C65
(80,60,101)
#443255
(68,50,85)
#382845
(56,40,69)
#2C1E35
(44,30,53)
#201425
(32,20,37)
#140A15
(20,10,21)
#000000
(0,0,0)

Tints of #8C6EB5

#8C6EB5
(140,110,181)
#967BBB
(150,123,187)
#A088C1
(160,136,193)
#AA95C7
(170,149,199)
#B4A2CD
(180,162,205)
#BEAFD3
(190,175,211)
#C8BCD9
(200,188,217)
#D2C9DF
(210,201,223)
#DCD6E5
(220,214,229)
#E6E3EB
(230,227,235)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6EB5 color. Also use rgb(140,110,181) instead hex code.

Text Font Color

.myTextColor { color: #8C6EB5; }

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

This text font color is #8C6EB5.

Background Color

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

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

This div background color is #8C6EB5.

Border color

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

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

This div border color is #8C6EB5.

Opacity

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

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

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

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

This text has shadow with #8C6EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6EB5.

Preview

Color preview on black background

This text has color #8C6EB5 on black background.


Color preview on white background

This text has color #8C6EB5 on white background.


Black color preview on #8C6EB5 background

This text has black color on #8C6EB5 background.


White color preview on #8C6EB5 background

This text has white color on #8C6EB5 background.


Related colors

Complementary color

Complementary color for #hex is #73914A.


I love getcolorcode.com

Triadic colors

1 #B58C6E and #6EB58C with #8C6EB5 are triadic colors.

2 #B56E8C and #6E8CB5 with #8C6EB5 are triadic colors.