COLOR #8E4FA9

HEX: #8E4FA9
RGB: (142,79,169)

Color info

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

RGB color model

#8E4FA9 color RGB value is (142,79,169).

  • red value is 142;
  • green value is 79;
  • blue value is 169.
RGB:
(142,79,169)
(56%,31%,66%)

RGB channels and saturation

R 142 of 255 = 56%
G 79 of 255 = 31%
B 169 of 255 = 66%

142
79
169

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

Portions of RGB colors in percentages

R + G + B =
142 + 79 + 169 = 390 (100%)
R 142 of 390 ~ 36.41%
G 79 of 390 ~ 20.26%
B 169 of 390 ~ 43.33%

%36.41
%20.26
%43.33

CMYK color model

#8E4FA9 color CMYK value is (16,53,0,34).

  • cyan value is 15.98%
  • magenta value is 53.25%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(16,53,0,34)
C16M53Y0K34 
(16%,53%,0%,34%)
(0.16/0.53/0.00/0.34)	

CMYK percentages

%15.98
%53.25
%0
%33.73

Codes

Color #8E4FA9 in popluar color models

8E4FA9
RGB14279169
HSL282°36.29%48.63%
HSB/HSV282°53.25%66.27%
CMYK15.98%53.25%0.00%
33.73%

Color #8E4FA9 in popluar number systems.

HEX8E4FA9
Decimal14279169
Binary10001110100111110101001
Octal216117251

Shades and tints

Shades of #8E4FA9

#8E4FA9
(142,79,169)
#82489A
(130,72,154)
#76418B
(118,65,139)
#6A3A7C
(106,58,124)
#5E336D
(94,51,109)
#522C5E
(82,44,94)
#46254F
(70,37,79)
#3A1E40
(58,30,64)
#2E1731
(46,23,49)
#221022
(34,16,34)
#160913
(22,9,19)
#000000
(0,0,0)

Tints of #8E4FA9

#8E4FA9
(142,79,169)
#985FB0
(152,95,176)
#A26FB7
(162,111,183)
#AC7FBE
(172,127,190)
#B68FC5
(182,143,197)
#C09FCC
(192,159,204)
#CAAFD3
(202,175,211)
#D4BFDA
(212,191,218)
#DECFE1
(222,207,225)
#E8DFE8
(232,223,232)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4FA9 color. Also use rgb(142,79,169) instead hex code.

Text Font Color

.myTextColor { color: #8E4FA9; }

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

This text font color is #8E4FA9.


Background Color

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

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

This div background color is #8E4FA9.


Border color

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

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

This div border color is #8E4FA9.


Opacity

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

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

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

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

This text has shadow with #8E4FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4FA9 on black background.


Color preview on white background

This text has color #8E4FA9 on white background.



Black color preview on #8E4FA9 background

This text has black color on #8E4FA9 background.


White color preview on #8E4FA9 background

This text has white color on #8E4FA9 background.