COLOR #8E4585

HEX: #8E4585
RGB: (142,69,133)

Color info

#8E4585 contains mainly red and blue colors. Web safe color of #8E4585 is #993399 (or #939).

RGB color model

#8E4585 color RGB value is (142,69,133).

  • red value is 142;
  • green value is 69;
  • blue value is 133.
RGB:
(142,69,133)
(56%,27%,52%)

RGB channels and saturation

R 142 of 255 = 56%
G 69 of 255 = 27%
B 133 of 255 = 52%

142
69
133

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

Portions of RGB colors in percentages

R + G + B =
142 + 69 + 133 = 344 (100%)
R 142 of 344 ~ 41.28%
G 69 of 344 ~ 20.06%
B 133 of 344 ~ 38.66%

%41.28
%20.06
%38.66

CMYK color model

#8E4585 color CMYK value is (0,51,6,44).

  • cyan value is 0.00%
  • magenta value is 51.41%
  • yellow value is 6.34%
  • key color value is 44.31%
CMYK:
(0,51,6,44)
C0M51Y6K44 
(0%,51%,6%,44%)
(0.00/0.51/0.06/0.44)	

CMYK percentages

%0
%51.41
%6.34
%44.31

Codes

Color #8E4585 in popluar color models

8E4585
RGB14269133
HSL307°34.60%41.37%
HSB/HSV307°51.41%55.69%
CMYK0.00%51.41%6.34%
44.31%

Color #8E4585 in popluar number systems.

HEX8E4585
Decimal14269133
Binary10001110100010110000101
Octal216105205

Shades and tints

Shades of #8E4585

#8E4585
(142,69,133)
#823F79
(130,63,121)
#76396D
(118,57,109)
#6A3361
(106,51,97)
#5E2D55
(94,45,85)
#522749
(82,39,73)
#46213D
(70,33,61)
#3A1B31
(58,27,49)
#2E1525
(46,21,37)
#220F19
(34,15,25)
#16090D
(22,9,13)
#000000
(0,0,0)

Tints of #8E4585

#8E4585
(142,69,133)
#985590
(152,85,144)
#A2659B
(162,101,155)
#AC75A6
(172,117,166)
#B685B1
(182,133,177)
#C095BC
(192,149,188)
#CAA5C7
(202,165,199)
#D4B5D2
(212,181,210)
#DEC5DD
(222,197,221)
#E8D5E8
(232,213,232)
#F2E5F3
(242,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4585 color. Also use rgb(142,69,133) instead hex code.

Text Font Color

.myTextColor { color: #8E4585; }

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

This text font color is #8E4585.


Background Color

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

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

This div background color is #8E4585.


Border color

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

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

This div border color is #8E4585.


Opacity

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

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

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

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

This text has shadow with #8E4585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4585 on black background.


Color preview on white background

This text has color #8E4585 on white background.



Black color preview on #8E4585 background

This text has black color on #8E4585 background.


White color preview on #8E4585 background

This text has white color on #8E4585 background.