COLOR #8C5592

HEX: #8C5592
RGB: (140,85,146)

Color info

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

RGB color model

#8C5592 color RGB value is (140,85,146).

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

RGB channels and saturation

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

140
85
146

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

Portions of RGB colors in percentages

R + G + B =
140 + 85 + 146 = 371 (100%)
R 140 of 371 ~ 37.74%
G 85 of 371 ~ 22.91%
B 146 of 371 ~ 39.35%

%37.74
%22.91
%39.35

CMYK color model

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

  • cyan value is 4.11%
  • magenta value is 41.78%
  • 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
%41.78
%0
%42.75

Codes

Color #8C5592 in popluar color models

8C5592
RGB14085146
HSL294°26.41%45.29%
HSB/HSV294°41.78%57.25%
CMYK4.11%41.78%0.00%
42.75%

Color #8C5592 in popluar number systems.

HEX8C5592
Decimal14085146
Binary10001100101010110010010
Octal214125222

Shades and tints

Shades of #8C5592

#8C5592
(140,85,146)
#804E85
(128,78,133)
#744778
(116,71,120)
#68406B
(104,64,107)
#5C395E
(92,57,94)
#503251
(80,50,81)
#442B44
(68,43,68)
#382437
(56,36,55)
#2C1D2A
(44,29,42)
#20161D
(32,22,29)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #8C5592

#8C5592
(140,85,146)
#96649B
(150,100,155)
#A073A4
(160,115,164)
#AA82AD
(170,130,173)
#B491B6
(180,145,182)
#BEA0BF
(190,160,191)
#C8AFC8
(200,175,200)
#D2BED1
(210,190,209)
#DCCDDA
(220,205,218)
#E6DCE3
(230,220,227)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5592; }

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

This text font color is #8C5592.


Background Color

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

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

This div background color is #8C5592.


Border color

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

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

This div border color is #8C5592.


Opacity

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

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

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

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

This text has shadow with #8C5592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5592 on black background.


Color preview on white background

This text has color #8C5592 on white background.



Black color preview on #8C5592 background

This text has black color on #8C5592 background.


White color preview on #8C5592 background

This text has white color on #8C5592 background.