COLOR #8C6691

HEX: #8C6691
RGB: (140,102,145)

Color info

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

RGB color model

#8C6691 color RGB value is (140,102,145).

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

RGB channels and saturation

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

140
102
145

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

Portions of RGB colors in percentages

R + G + B =
140 + 102 + 145 = 387 (100%)
R 140 of 387 ~ 36.18%
G 102 of 387 ~ 26.36%
B 145 of 387 ~ 37.47%

%36.18
%26.36
%37.47

CMYK color model

#8C6691 color CMYK value is (3,30,0,43).

  • cyan value is 3.45%
  • magenta value is 29.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,30,0,43)
C3M30Y0K43 
(3%,30%,0%,43%)
(0.03/0.30/0.00/0.43)	

CMYK percentages

%3.45
%29.66
%0
%43.14

Codes

Color #8C6691 in popluar color models

8C6691
RGB140102145
HSL293°17.41%48.43%
HSB/HSV293°29.66%56.86%
CMYK3.45%29.66%0.00%
43.14%

Color #8C6691 in popluar number systems.

HEX8C6691
Decimal140102145
Binary10001100110011010010001
Octal214146221

Shades and tints

Shades of #8C6691

#8C6691
(140,102,145)
#805D84
(128,93,132)
#745477
(116,84,119)
#684B6A
(104,75,106)
#5C425D
(92,66,93)
#503950
(80,57,80)
#443043
(68,48,67)
#382736
(56,39,54)
#2C1E29
(44,30,41)
#20151C
(32,21,28)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #8C6691

#8C6691
(140,102,145)
#96739B
(150,115,155)
#A080A5
(160,128,165)
#AA8DAF
(170,141,175)
#B49AB9
(180,154,185)
#BEA7C3
(190,167,195)
#C8B4CD
(200,180,205)
#D2C1D7
(210,193,215)
#DCCEE1
(220,206,225)
#E6DBEB
(230,219,235)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6691; }

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

This text font color is #8C6691.


Background Color

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

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

This div background color is #8C6691.


Border color

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

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

This div border color is #8C6691.


Opacity

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

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

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

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

This text has shadow with #8C6691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6691 on black background.


Color preview on white background

This text has color #8C6691 on white background.



Black color preview on #8C6691 background

This text has black color on #8C6691 background.


White color preview on #8C6691 background

This text has white color on #8C6691 background.