COLOR #8C7397

HEX: #8C7397
RGB: (140,115,151)

Color info

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

RGB color model

#8C7397 color RGB value is (140,115,151).

  • red value is 140;
  • green value is 115;
  • blue value is 151.
RGB:
(140,115,151)
(55%,45%,59%)

RGB channels and saturation

R 140 of 255 = 55%
G 115 of 255 = 45%
B 151 of 255 = 59%

140
115
151

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

Portions of RGB colors in percentages

R + G + B =
140 + 115 + 151 = 406 (100%)
R 140 of 406 ~ 34.48%
G 115 of 406 ~ 28.33%
B 151 of 406 ~ 37.19%

%34.48
%28.33
%37.19

CMYK color model

#8C7397 color CMYK value is (7,24,0,41).

  • cyan value is 7.28%
  • magenta value is 23.84%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(7,24,0,41)
C7M24Y0K41 
(7%,24%,0%,41%)
(0.07/0.24/0.00/0.41)	

CMYK percentages

%7.28
%23.84
%0
%40.78

Codes

Color #8C7397 in popluar color models

8C7397
RGB140115151
HSL282°14.75%52.16%
HSB/HSV282°23.84%59.22%
CMYK7.28%23.84%0.00%
40.78%

Color #8C7397 in popluar number systems.

HEX8C7397
Decimal140115151
Binary10001100111001110010111
Octal214163227

Shades and tints

Shades of #8C7397

#8C7397
(140,115,151)
#80698A
(128,105,138)
#745F7D
(116,95,125)
#685570
(104,85,112)
#5C4B63
(92,75,99)
#504156
(80,65,86)
#443749
(68,55,73)
#382D3C
(56,45,60)
#2C232F
(44,35,47)
#201922
(32,25,34)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #8C7397

#8C7397
(140,115,151)
#967FA0
(150,127,160)
#A08BA9
(160,139,169)
#AA97B2
(170,151,178)
#B4A3BB
(180,163,187)
#BEAFC4
(190,175,196)
#C8BBCD
(200,187,205)
#D2C7D6
(210,199,214)
#DCD3DF
(220,211,223)
#E6DFE8
(230,223,232)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7397 color. Also use rgb(140,115,151) instead hex code.

Text Font Color

.myTextColor { color: #8C7397; }

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

This text font color is #8C7397.


Background Color

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

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

This div background color is #8C7397.


Border color

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

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

This div border color is #8C7397.


Opacity

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

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

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

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

This text has shadow with #8C7397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7397 on black background.


Color preview on white background

This text has color #8C7397 on white background.



Black color preview on #8C7397 background

This text has black color on #8C7397 background.


White color preview on #8C7397 background

This text has white color on #8C7397 background.