COLOR #8C5EAB

HEX: #8C5EAB RGB: (140,94,171)

Color info

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

RGB color model

#8C5EAB color RGB value is (140,94,171).

RGB: (140,94,171) (55%, 37%, 67%)

RGB channels and saturation

R 140 of 255 = 55%
G 94 of 255 = 37%
B 171 of 255 = 67%

140
94
171

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

Portions of RGB colors in percentages

R + G + B = 140 + 94 + 171 = 405 (100%)
R 140 of 405 ~ 34.57%
G 94 of 405 ~ 23.21%
B 171 of 405 ~ 42.22'%

%34.57
%23.21
%42.22

CMYK color model

#8C5EAB color CMYK value is (18,45,0,33).

  • cyan value is 18.13%
  • magenta value is 45.03%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (18,45,0,33) C18M45Y0K33 (18%,45%,0%,33%) (0.18/0.45/0.00/0.33) 

CMYK percentages

%18.13
%45.03
%0
%32.94

Codes

Color #8C5EAB in popluar color models

8C 5E AB
RGB 140 94 171
HSL 276° 31.43% 51.96%
HSB/HSV 276° 45.03% 67.06%
CMYK 18.13% 45.03% 0.00%
32.94%

Color #8C5EAB in popluar number systems.

HEX 8C 5E AB
Decimal 140 94 171
Binary 10001100 1011110 10101011
Octal 214 136 253

Shades and tints

Shades of #8C5EAB

#8C5EAB
(140,94,171)
#80569C
(128,86,156)
#744E8D
(116,78,141)
#68467E
(104,70,126)
#5C3E6F
(92,62,111)
#503660
(80,54,96)
#442E51
(68,46,81)
#382642
(56,38,66)
#2C1E33
(44,30,51)
#201624
(32,22,36)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #8C5EAB

#8C5EAB
(140,94,171)
#966CB2
(150,108,178)
#A07AB9
(160,122,185)
#AA88C0
(170,136,192)
#B496C7
(180,150,199)
#BEA4CE
(190,164,206)
#C8B2D5
(200,178,213)
#D2C0DC
(210,192,220)
#DCCEE3
(220,206,227)
#E6DCEA
(230,220,234)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5EAB; }

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

This text font color is #8C5EAB.

Background Color

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

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

This div background color is #8C5EAB.

Border color

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

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

This div border color is #8C5EAB.

Opacity

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

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

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

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

This text has shadow with #8C5EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5EAB.

Preview

Color preview on black background

This text has color #8C5EAB on black background.


Color preview on white background

This text has color #8C5EAB on white background.


Black color preview on #8C5EAB background

This text has black color on #8C5EAB background.


White color preview on #8C5EAB background

This text has white color on #8C5EAB background.


Related colors

Complementary color

Complementary color for #hex is #73A154.


I love getcolorcode.com

Triadic colors

1 #AB8C5E and #5EAB8C with #8C5EAB are triadic colors.

2 #AB5E8C and #5E8CAB with #8C5EAB are triadic colors.