COLOR #8E5BA2

HEX: #8E5BA2
RGB: (142,91,162)

Color info

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

RGB color model

#8E5BA2 color RGB value is (142,91,162).

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

RGB channels and saturation

R 142 of 255 = 56%
G 91 of 255 = 36%
B 162 of 255 = 64%

142
91
162

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

Portions of RGB colors in percentages

R + G + B =
142 + 91 + 162 = 395 (100%)
R 142 of 395 ~ 35.95%
G 91 of 395 ~ 23.04%
B 162 of 395 ~ 41.01%

%35.95
%23.04
%41.01

CMYK color model

#8E5BA2 color CMYK value is (12,44,0,36).

  • cyan value is 12.35%
  • magenta value is 43.83%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(12,44,0,36)
C12M44Y0K36 
(12%,44%,0%,36%)
(0.12/0.44/0.00/0.36)	

CMYK percentages

%12.35
%43.83
%0
%36.47

Codes

Color #8E5BA2 in popluar color models

8E5BA2
RGB14291162
HSL283°28.06%49.61%
HSB/HSV283°43.83%63.53%
CMYK12.35%43.83%0.00%
36.47%

Color #8E5BA2 in popluar number systems.

HEX8E5BA2
Decimal14291162
Binary10001110101101110100010
Octal216133242

Shades and tints

Shades of #8E5BA2

#8E5BA2
(142,91,162)
#825394
(130,83,148)
#764B86
(118,75,134)
#6A4378
(106,67,120)
#5E3B6A
(94,59,106)
#52335C
(82,51,92)
#462B4E
(70,43,78)
#3A2340
(58,35,64)
#2E1B32
(46,27,50)
#221324
(34,19,36)
#160B16
(22,11,22)
#000000
(0,0,0)

Tints of #8E5BA2

#8E5BA2
(142,91,162)
#9869AA
(152,105,170)
#A277B2
(162,119,178)
#AC85BA
(172,133,186)
#B693C2
(182,147,194)
#C0A1CA
(192,161,202)
#CAAFD2
(202,175,210)
#D4BDDA
(212,189,218)
#DECBE2
(222,203,226)
#E8D9EA
(232,217,234)
#F2E7F2
(242,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5BA2; }

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

This text font color is #8E5BA2.


Background Color

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

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

This div background color is #8E5BA2.


Border color

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

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

This div border color is #8E5BA2.


Opacity

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

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

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

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

This text has shadow with #8E5BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5BA2 on black background.


Color preview on white background

This text has color #8E5BA2 on white background.



Black color preview on #8E5BA2 background

This text has black color on #8E5BA2 background.


White color preview on #8E5BA2 background

This text has white color on #8E5BA2 background.