COLOR #8E3476

HEX: #8E3476
RGB: (142,52,118)

Color info

#8E3476 contains mainly red and blue colors. Web safe color of #8E3476 is #993366 (or #936).

RGB color model

#8E3476 color RGB value is (142,52,118).

  • red value is 142;
  • green value is 52;
  • blue value is 118.
RGB:
(142,52,118)
(56%,20%,46%)

RGB channels and saturation

R 142 of 255 = 56%
G 52 of 255 = 20%
B 118 of 255 = 46%

142
52
118

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

Portions of RGB colors in percentages

R + G + B =
142 + 52 + 118 = 312 (100%)
R 142 of 312 ~ 45.51%
G 52 of 312 ~ 16.67%
B 118 of 312 ~ 37.82%

%45.51
%16.67
%37.82

CMYK color model

#8E3476 color CMYK value is (0,63,17,44).

  • cyan value is 0.00%
  • magenta value is 63.38%
  • yellow value is 16.90%
  • key color value is 44.31%
CMYK:
(0,63,17,44)
C0M63Y17K44 
(0%,63%,17%,44%)
(0.00/0.63/0.17/0.44)	

CMYK percentages

%0
%63.38
%16.9
%44.31

Codes

Color #8E3476 in popluar color models

8E3476
RGB14252118
HSL316°46.39%38.04%
HSB/HSV316°63.38%55.69%
CMYK0.00%63.38%16.90%
44.31%

Color #8E3476 in popluar number systems.

HEX8E3476
Decimal14252118
Binary100011101101001110110
Octal21664166

Shades and tints

Shades of #8E3476

#8E3476
(142,52,118)
#82306C
(130,48,108)
#762C62
(118,44,98)
#6A2858
(106,40,88)
#5E244E
(94,36,78)
#522044
(82,32,68)
#461C3A
(70,28,58)
#3A1830
(58,24,48)
#2E1426
(46,20,38)
#22101C
(34,16,28)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #8E3476

#8E3476
(142,52,118)
#984682
(152,70,130)
#A2588E
(162,88,142)
#AC6A9A
(172,106,154)
#B67CA6
(182,124,166)
#C08EB2
(192,142,178)
#CAA0BE
(202,160,190)
#D4B2CA
(212,178,202)
#DEC4D6
(222,196,214)
#E8D6E2
(232,214,226)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E3476 color. Also use rgb(142,52,118) instead hex code.

Text Font Color

.myTextColor { color: #8E3476; }

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

This text font color is #8E3476.


Background Color

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

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

This div background color is #8E3476.


Border color

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

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

This div border color is #8E3476.


Opacity

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

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

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

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

This text has shadow with #8E3476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3476 on black background.


Color preview on white background

This text has color #8E3476 on white background.



Black color preview on #8E3476 background

This text has black color on #8E3476 background.


White color preview on #8E3476 background

This text has white color on #8E3476 background.