COLOR #8E5FAA

HEX: #8E5FAA
RGB: (142,95,170)

Color info

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

RGB color model

#8E5FAA color RGB value is (142,95,170).

  • red value is 142;
  • green value is 95;
  • blue value is 170.
RGB:
(142,95,170)
(56%,37%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 95 of 255 = 37%
B 170 of 255 = 67%

142
95
170

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

Portions of RGB colors in percentages

R + G + B =
142 + 95 + 170 = 407 (100%)
R 142 of 407 ~ 34.89%
G 95 of 407 ~ 23.34%
B 170 of 407 ~ 41.77%

%34.89
%23.34
%41.77

CMYK color model

#8E5FAA color CMYK value is (16,44,0,33).

  • cyan value is 16.47%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(16,44,0,33)
C16M44Y0K33 
(16%,44%,0%,33%)
(0.16/0.44/0.00/0.33)	

CMYK percentages

%16.47
%44.12
%0
%33.33

Codes

Color #8E5FAA in popluar color models

8E5FAA
RGB14295170
HSL278°30.61%51.96%
HSB/HSV278°44.12%66.67%
CMYK16.47%44.12%0.00%
33.33%

Color #8E5FAA in popluar number systems.

HEX8E5FAA
Decimal14295170
Binary10001110101111110101010
Octal216137252

Shades and tints

Shades of #8E5FAA

#8E5FAA
(142,95,170)
#82579B
(130,87,155)
#764F8C
(118,79,140)
#6A477D
(106,71,125)
#5E3F6E
(94,63,110)
#52375F
(82,55,95)
#462F50
(70,47,80)
#3A2741
(58,39,65)
#2E1F32
(46,31,50)
#221723
(34,23,35)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #8E5FAA

#8E5FAA
(142,95,170)
#986DB1
(152,109,177)
#A27BB8
(162,123,184)
#AC89BF
(172,137,191)
#B697C6
(182,151,198)
#C0A5CD
(192,165,205)
#CAB3D4
(202,179,212)
#D4C1DB
(212,193,219)
#DECFE2
(222,207,226)
#E8DDE9
(232,221,233)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5FAA color. Also use rgb(142,95,170) instead hex code.

Text Font Color

.myTextColor { color: #8E5FAA; }

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

This text font color is #8E5FAA.


Background Color

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

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

This div background color is #8E5FAA.


Border color

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

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

This div border color is #8E5FAA.


Opacity

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

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

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

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

This text has shadow with #8E5FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5FAA on black background.


Color preview on white background

This text has color #8E5FAA on white background.



Black color preview on #8E5FAA background

This text has black color on #8E5FAA background.


White color preview on #8E5FAA background

This text has white color on #8E5FAA background.