COLOR #8E5BAC

HEX: #8E5BAC
RGB: (142,91,172)

Color info

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

RGB color model

#8E5BAC color RGB value is (142,91,172).

  • red value is 142;
  • green value is 91;
  • blue value is 172.
RGB:
(142,91,172)
(56%,36%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 91 of 255 = 36%
B 172 of 255 = 67%

142
91
172

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

Portions of RGB colors in percentages

R + G + B =
142 + 91 + 172 = 405 (100%)
R 142 of 405 ~ 35.06%
G 91 of 405 ~ 22.47%
B 172 of 405 ~ 42.47%

%35.06
%22.47
%42.47

CMYK color model

#8E5BAC color CMYK value is (17,47,0,33).

  • cyan value is 17.44%
  • magenta value is 47.09%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(17,47,0,33)
C17M47Y0K33 
(17%,47%,0%,33%)
(0.17/0.47/0.00/0.33)	

CMYK percentages

%17.44
%47.09
%0
%32.55

Codes

Color #8E5BAC in popluar color models

8E5BAC
RGB14291172
HSL278°32.79%51.57%
HSB/HSV278°47.09%67.45%
CMYK17.44%47.09%0.00%
32.55%

Color #8E5BAC in popluar number systems.

HEX8E5BAC
Decimal14291172
Binary10001110101101110101100
Octal216133254

Shades and tints

Shades of #8E5BAC

#8E5BAC
(142,91,172)
#82539D
(130,83,157)
#764B8E
(118,75,142)
#6A437F
(106,67,127)
#5E3B70
(94,59,112)
#523361
(82,51,97)
#462B52
(70,43,82)
#3A2343
(58,35,67)
#2E1B34
(46,27,52)
#221325
(34,19,37)
#160B16
(22,11,22)
#000000
(0,0,0)

Tints of #8E5BAC

#8E5BAC
(142,91,172)
#9869B3
(152,105,179)
#A277BA
(162,119,186)
#AC85C1
(172,133,193)
#B693C8
(182,147,200)
#C0A1CF
(192,161,207)
#CAAFD6
(202,175,214)
#D4BDDD
(212,189,221)
#DECBE4
(222,203,228)
#E8D9EB
(232,217,235)
#F2E7F2
(242,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5BAC color. Also use rgb(142,91,172) instead hex code.

Text Font Color

.myTextColor { color: #8E5BAC; }

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

This text font color is #8E5BAC.


Background Color

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

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

This div background color is #8E5BAC.


Border color

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

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

This div border color is #8E5BAC.


Opacity

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

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

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

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

This text has shadow with #8E5BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5BAC on black background.


Color preview on white background

This text has color #8E5BAC on white background.



Black color preview on #8E5BAC background

This text has black color on #8E5BAC background.


White color preview on #8E5BAC background

This text has white color on #8E5BAC background.