COLOR #8C5497

HEX: #8C5497
RGB: (140,84,151)

Color info

#8C5497 contains mainly red and blue colors. Web safe color of #8C5497 is #996699 (or #969).

RGB color model

#8C5497 color RGB value is (140,84,151).

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

RGB channels and saturation

R 140 of 255 = 55%
G 84 of 255 = 33%
B 151 of 255 = 59%

140
84
151

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

Portions of RGB colors in percentages

R + G + B =
140 + 84 + 151 = 375 (100%)
R 140 of 375 ~ 37.33%
G 84 of 375 ~ 22.4%
B 151 of 375 ~ 40.27%

%37.33
%22.4
%40.27

CMYK color model

#8C5497 color CMYK value is (7,44,0,41).

  • cyan value is 7.28%
  • magenta value is 44.37%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(7,44,0,41)
C7M44Y0K41 
(7%,44%,0%,41%)
(0.07/0.44/0.00/0.41)	

CMYK percentages

%7.28
%44.37
%0
%40.78

Codes

Color #8C5497 in popluar color models

8C5497
RGB14084151
HSL290°28.51%46.08%
HSB/HSV290°44.37%59.22%
CMYK7.28%44.37%0.00%
40.78%

Color #8C5497 in popluar number systems.

HEX8C5497
Decimal14084151
Binary10001100101010010010111
Octal214124227

Shades and tints

Shades of #8C5497

#8C5497
(140,84,151)
#804D8A
(128,77,138)
#74467D
(116,70,125)
#683F70
(104,63,112)
#5C3863
(92,56,99)
#503156
(80,49,86)
#442A49
(68,42,73)
#38233C
(56,35,60)
#2C1C2F
(44,28,47)
#201522
(32,21,34)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #8C5497

#8C5497
(140,84,151)
#9663A0
(150,99,160)
#A072A9
(160,114,169)
#AA81B2
(170,129,178)
#B490BB
(180,144,187)
#BE9FC4
(190,159,196)
#C8AECD
(200,174,205)
#D2BDD6
(210,189,214)
#DCCCDF
(220,204,223)
#E6DBE8
(230,219,232)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5497; }

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

This text font color is #8C5497.


Background Color

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

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

This div background color is #8C5497.


Border color

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

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

This div border color is #8C5497.


Opacity

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

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

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

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

This text has shadow with #8C5497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5497 on black background.


Color preview on white background

This text has color #8C5497 on white background.



Black color preview on #8C5497 background

This text has black color on #8C5497 background.


White color preview on #8C5497 background

This text has white color on #8C5497 background.