COLOR #8C7093

HEX: #8C7093
RGB: (140,112,147)

Color info

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

RGB color model

#8C7093 color RGB value is (140,112,147).

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

RGB channels and saturation

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

140
112
147

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

Portions of RGB colors in percentages

R + G + B =
140 + 112 + 147 = 399 (100%)
R 140 of 399 ~ 35.09%
G 112 of 399 ~ 28.07%
B 147 of 399 ~ 36.84%

%35.09
%28.07
%36.84

CMYK color model

#8C7093 color CMYK value is (5,24,0,42).

  • cyan value is 4.76%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(5,24,0,42)
C5M24Y0K42 
(5%,24%,0%,42%)
(0.05/0.24/0.00/0.42)	

CMYK percentages

%4.76
%23.81
%0
%42.35

Codes

Color #8C7093 in popluar color models

8C7093
RGB140112147
HSL288°13.94%50.78%
HSB/HSV288°23.81%57.65%
CMYK4.76%23.81%0.00%
42.35%

Color #8C7093 in popluar number systems.

HEX8C7093
Decimal140112147
Binary10001100111000010010011
Octal214160223

Shades and tints

Shades of #8C7093

#8C7093
(140,112,147)
#806686
(128,102,134)
#745C79
(116,92,121)
#68526C
(104,82,108)
#5C485F
(92,72,95)
#503E52
(80,62,82)
#443445
(68,52,69)
#382A38
(56,42,56)
#2C202B
(44,32,43)
#20161E
(32,22,30)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #8C7093

#8C7093
(140,112,147)
#967D9C
(150,125,156)
#A08AA5
(160,138,165)
#AA97AE
(170,151,174)
#B4A4B7
(180,164,183)
#BEB1C0
(190,177,192)
#C8BEC9
(200,190,201)
#D2CBD2
(210,203,210)
#DCD8DB
(220,216,219)
#E6E5E4
(230,229,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7093; }

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

This text font color is #8C7093.


Background Color

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

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

This div background color is #8C7093.


Border color

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

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

This div border color is #8C7093.


Opacity

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

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

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

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

This text has shadow with #8C7093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7093 on black background.


Color preview on white background

This text has color #8C7093 on white background.



Black color preview on #8C7093 background

This text has black color on #8C7093 background.


White color preview on #8C7093 background

This text has white color on #8C7093 background.