COLOR #8C5EA8

HEX: #8C5EA8
RGB: (140,94,168)

Color info

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

RGB color model

#8C5EA8 color RGB value is (140,94,168).

  • red value is 140;
  • green value is 94;
  • blue value is 168.
RGB:
(140,94,168)
(55%,37%,66%)

RGB channels and saturation

R 140 of 255 = 55%
G 94 of 255 = 37%
B 168 of 255 = 66%

140
94
168

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

Portions of RGB colors in percentages

R + G + B =
140 + 94 + 168 = 402 (100%)
R 140 of 402 ~ 34.83%
G 94 of 402 ~ 23.38%
B 168 of 402 ~ 41.79%

%34.83
%23.38
%41.79

CMYK color model

#8C5EA8 color CMYK value is (17,44,0,34).

  • cyan value is 16.67%
  • magenta value is 44.05%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(17,44,0,34)
C17M44Y0K34 
(17%,44%,0%,34%)
(0.17/0.44/0.00/0.34)	

CMYK percentages

%16.67
%44.05
%0
%34.12

Codes

Color #8C5EA8 in popluar color models

8C5EA8
RGB14094168
HSL277°29.84%51.37%
HSB/HSV277°44.05%65.88%
CMYK16.67%44.05%0.00%
34.12%

Color #8C5EA8 in popluar number systems.

HEX8C5EA8
Decimal14094168
Binary10001100101111010101000
Octal214136250

Shades and tints

Shades of #8C5EA8

#8C5EA8
(140,94,168)
#805699
(128,86,153)
#744E8A
(116,78,138)
#68467B
(104,70,123)
#5C3E6C
(92,62,108)
#50365D
(80,54,93)
#442E4E
(68,46,78)
#38263F
(56,38,63)
#2C1E30
(44,30,48)
#201621
(32,22,33)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #8C5EA8

#8C5EA8
(140,94,168)
#966CAF
(150,108,175)
#A07AB6
(160,122,182)
#AA88BD
(170,136,189)
#B496C4
(180,150,196)
#BEA4CB
(190,164,203)
#C8B2D2
(200,178,210)
#D2C0D9
(210,192,217)
#DCCEE0
(220,206,224)
#E6DCE7
(230,220,231)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5EA8 color. Also use rgb(140,94,168) instead hex code.

Text Font Color

.myTextColor { color: #8C5EA8; }

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

This text font color is #8C5EA8.


Background Color

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

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

This div background color is #8C5EA8.


Border color

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

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

This div border color is #8C5EA8.


Opacity

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

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

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

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

This text has shadow with #8C5EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5EA8 on black background.


Color preview on white background

This text has color #8C5EA8 on white background.



Black color preview on #8C5EA8 background

This text has black color on #8C5EA8 background.


White color preview on #8C5EA8 background

This text has white color on #8C5EA8 background.