COLOR #8C7193

HEX: #8C7193
RGB: (140,113,147)

Color info

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

RGB color model

#8C7193 color RGB value is (140,113,147).

  • red value is 140;
  • green value is 113;
  • blue value is 147.
RGB:
(140,113,147)
(55%,44%,58%)

RGB channels and saturation

R 140 of 255 = 55%
G 113 of 255 = 44%
B 147 of 255 = 58%

140
113
147

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

Portions of RGB colors in percentages

R + G + B =
140 + 113 + 147 = 400 (100%)
R 140 of 400 ~ 35%
G 113 of 400 ~ 28.25%
B 147 of 400 ~ 36.75%

%35
%28.25
%36.75

CMYK color model

#8C7193 color CMYK value is (5,23,0,42).

  • cyan value is 4.76%
  • magenta value is 23.13%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(5,23,0,42)
C5M23Y0K42 
(5%,23%,0%,42%)
(0.05/0.23/0.00/0.42)	

CMYK percentages

%4.76
%23.13
%0
%42.35

Codes

Color #8C7193 in popluar color models

8C7193
RGB140113147
HSL288°13.60%50.98%
HSB/HSV288°23.13%57.65%
CMYK4.76%23.13%0.00%
42.35%

Color #8C7193 in popluar number systems.

HEX8C7193
Decimal140113147
Binary10001100111000110010011
Octal214161223

Shades and tints

Shades of #8C7193

#8C7193
(140,113,147)
#806786
(128,103,134)
#745D79
(116,93,121)
#68536C
(104,83,108)
#5C495F
(92,73,95)
#503F52
(80,63,82)
#443545
(68,53,69)
#382B38
(56,43,56)
#2C212B
(44,33,43)
#20171E
(32,23,30)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #8C7193

#8C7193
(140,113,147)
#967D9C
(150,125,156)
#A089A5
(160,137,165)
#AA95AE
(170,149,174)
#B4A1B7
(180,161,183)
#BEADC0
(190,173,192)
#C8B9C9
(200,185,201)
#D2C5D2
(210,197,210)
#DCD1DB
(220,209,219)
#E6DDE4
(230,221,228)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7193 color. Also use rgb(140,113,147) instead hex code.

Text Font Color

.myTextColor { color: #8C7193; }

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

This text font color is #8C7193.


Background Color

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

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

This div background color is #8C7193.


Border color

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

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

This div border color is #8C7193.


Opacity

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

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

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

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

This text has shadow with #8C7193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7193 on black background.


Color preview on white background

This text has color #8C7193 on white background.



Black color preview on #8C7193 background

This text has black color on #8C7193 background.


White color preview on #8C7193 background

This text has white color on #8C7193 background.