COLOR #8C6391

HEX: #8C6391 RGB: (140,99,145)

Color info

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

RGB color model

#8C6391 color RGB value is (140,99,145).

RGB: (140,99,145) (55%, 39%, 57%)

RGB channels and saturation

R 140 of 255 = 55%
G 99 of 255 = 39%
B 145 of 255 = 57%

140
99
145

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

Portions of RGB colors in percentages

R + G + B = 140 + 99 + 145 = 384 (100%)
R 140 of 384 ~ 36.46%
G 99 of 384 ~ 25.78%
B 145 of 384 ~ 37.76'%

%36.46
%25.78
%37.76

CMYK color model

#8C6391 color CMYK value is (3,32,0,43).

  • cyan value is 3.45%
  • magenta value is 31.72%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (3,32,0,43)
C3M32Y0K43 (3%, 32%, 0%, 43%)
(0.03 / 0.32 / 0.00 / 0.43)

CMYK percentages

%3.45
%31.72
%0
%43.14

Codes

Color #8C6391 in popluar color models

8C 63 91
RGB 140 99 145
HSL 293° 18.85% 47.84%
HSB/HSV 293° 31.72% 56.86%
CMYK 3.45% 31.72% 0.00%
43.14%

Color #8C6391 in popluar number systems.

HEX 8C 63 91
Decimal 140 99 145
Binary 10001100 1100011 10010001
Octal 214 143 221

Shades and tints

Shades of #8C6391

#8C6391
(140,99,145)
#805A84
(128,90,132)
#745177
(116,81,119)
#68486A
(104,72,106)
#5C3F5D
(92,63,93)
#503650
(80,54,80)
#442D43
(68,45,67)
#382436
(56,36,54)
#2C1B29
(44,27,41)
#20121C
(32,18,28)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #8C6391

#8C6391
(140,99,145)
#96719B
(150,113,155)
#A07FA5
(160,127,165)
#AA8DAF
(170,141,175)
#B49BB9
(180,155,185)
#BEA9C3
(190,169,195)
#C8B7CD
(200,183,205)
#D2C5D7
(210,197,215)
#DCD3E1
(220,211,225)
#E6E1EB
(230,225,235)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6391 color. Also use rgb(140,99,145) instead hex code.

Text Font Color

.myTextColor { color: #8C6391; }

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

This text font color is #8C6391.

Background Color

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

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

This div background color is #8C6391.

Border color

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

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

This div border color is #8C6391.

Opacity

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

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

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

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

This text has shadow with #8C6391 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6391.

Preview

Color preview on black background

This text has color #8C6391 on black background.


Color preview on white background

This text has color #8C6391 on white background.


Black color preview on #8C6391 background

This text has black color on #8C6391 background.


White color preview on #8C6391 background

This text has white color on #8C6391 background.


Related colors

Complementary color

Complementary color for #hex is #739C6E.


I love getcolorcode.com

Triadic colors

1 #918C63 and #63918C with #8C6391 are triadic colors.

2 #91638C and #638C91 with #8C6391 are triadic colors.