COLOR #8C6791

HEX: #8C6791
RGB: (140,103,145)

Color info

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

RGB color model

#8C6791 color RGB value is (140,103,145).

  • red value is 140;
  • green value is 103;
  • blue value is 145.
RGB:
(140,103,145)
(55%,40%,57%)

RGB channels and saturation

R 140 of 255 = 55%
G 103 of 255 = 40%
B 145 of 255 = 57%

140
103
145

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

Portions of RGB colors in percentages

R + G + B =
140 + 103 + 145 = 388 (100%)
R 140 of 388 ~ 36.08%
G 103 of 388 ~ 26.55%
B 145 of 388 ~ 37.37%

%36.08
%26.55
%37.37

CMYK color model

#8C6791 color CMYK value is (3,29,0,43).

  • cyan value is 3.45%
  • magenta value is 28.97%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,29,0,43)
C3M29Y0K43 
(3%,29%,0%,43%)
(0.03/0.29/0.00/0.43)	

CMYK percentages

%3.45
%28.97
%0
%43.14

Codes

Color #8C6791 in popluar color models

8C6791
RGB140103145
HSL293°16.94%48.63%
HSB/HSV293°28.97%56.86%
CMYK3.45%28.97%0.00%
43.14%

Color #8C6791 in popluar number systems.

HEX8C6791
Decimal140103145
Binary10001100110011110010001
Octal214147221

Shades and tints

Shades of #8C6791

#8C6791
(140,103,145)
#805E84
(128,94,132)
#745577
(116,85,119)
#684C6A
(104,76,106)
#5C435D
(92,67,93)
#503A50
(80,58,80)
#443143
(68,49,67)
#382836
(56,40,54)
#2C1F29
(44,31,41)
#20161C
(32,22,28)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #8C6791

#8C6791
(140,103,145)
#96749B
(150,116,155)
#A081A5
(160,129,165)
#AA8EAF
(170,142,175)
#B49BB9
(180,155,185)
#BEA8C3
(190,168,195)
#C8B5CD
(200,181,205)
#D2C2D7
(210,194,215)
#DCCFE1
(220,207,225)
#E6DCEB
(230,220,235)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6791; }

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

This text font color is #8C6791.


Background Color

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

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

This div background color is #8C6791.


Border color

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

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

This div border color is #8C6791.


Opacity

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

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

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

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

This text has shadow with #8C6791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6791 on black background.


Color preview on white background

This text has color #8C6791 on white background.



Black color preview on #8C6791 background

This text has black color on #8C6791 background.


White color preview on #8C6791 background

This text has white color on #8C6791 background.