COLOR #8C5492

HEX: #8C5492
RGB: (140,84,146)

Color info

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

RGB color model

#8C5492 color RGB value is (140,84,146).

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

RGB channels and saturation

R 140 of 255 = 55%
G 84 of 255 = 33%
B 146 of 255 = 57%

140
84
146

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

Portions of RGB colors in percentages

R + G + B =
140 + 84 + 146 = 370 (100%)
R 140 of 370 ~ 37.84%
G 84 of 370 ~ 22.7%
B 146 of 370 ~ 39.46%

%37.84
%22.7
%39.46

CMYK color model

#8C5492 color CMYK value is (4,42,0,43).

  • cyan value is 4.11%
  • magenta value is 42.47%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(4,42,0,43)
C4M42Y0K43 
(4%,42%,0%,43%)
(0.04/0.42/0.00/0.43)	

CMYK percentages

%4.11
%42.47
%0
%42.75

Codes

Color #8C5492 in popluar color models

8C5492
RGB14084146
HSL294°26.96%45.10%
HSB/HSV294°42.47%57.25%
CMYK4.11%42.47%0.00%
42.75%

Color #8C5492 in popluar number systems.

HEX8C5492
Decimal14084146
Binary10001100101010010010010
Octal214124222

Shades and tints

Shades of #8C5492

#8C5492
(140,84,146)
#804D85
(128,77,133)
#744678
(116,70,120)
#683F6B
(104,63,107)
#5C385E
(92,56,94)
#503151
(80,49,81)
#442A44
(68,42,68)
#382337
(56,35,55)
#2C1C2A
(44,28,42)
#20151D
(32,21,29)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #8C5492

#8C5492
(140,84,146)
#96639B
(150,99,155)
#A072A4
(160,114,164)
#AA81AD
(170,129,173)
#B490B6
(180,144,182)
#BE9FBF
(190,159,191)
#C8AEC8
(200,174,200)
#D2BDD1
(210,189,209)
#DCCCDA
(220,204,218)
#E6DBE3
(230,219,227)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5492; }

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

This text font color is #8C5492.


Background Color

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

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

This div background color is #8C5492.


Border color

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

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

This div border color is #8C5492.


Opacity

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

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

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

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

This text has shadow with #8C5492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5492 on black background.


Color preview on white background

This text has color #8C5492 on white background.



Black color preview on #8C5492 background

This text has black color on #8C5492 background.


White color preview on #8C5492 background

This text has white color on #8C5492 background.