COLOR #8E58A5

HEX: #8E58A5
RGB: (142,88,165)

Color info

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

RGB color model

#8E58A5 color RGB value is (142,88,165).

  • red value is 142;
  • green value is 88;
  • blue value is 165.
RGB:
(142,88,165)
(56%,35%,65%)

RGB channels and saturation

R 142 of 255 = 56%
G 88 of 255 = 35%
B 165 of 255 = 65%

142
88
165

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

Portions of RGB colors in percentages

R + G + B =
142 + 88 + 165 = 395 (100%)
R 142 of 395 ~ 35.95%
G 88 of 395 ~ 22.28%
B 165 of 395 ~ 41.77%

%35.95
%22.28
%41.77

CMYK color model

#8E58A5 color CMYK value is (14,47,0,35).

  • cyan value is 13.94%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(14,47,0,35)
C14M47Y0K35 
(14%,47%,0%,35%)
(0.14/0.47/0.00/0.35)	

CMYK percentages

%13.94
%46.67
%0
%35.29

Codes

Color #8E58A5 in popluar color models

8E58A5
RGB14288165
HSL282°30.43%49.61%
HSB/HSV282°46.67%64.71%
CMYK13.94%46.67%0.00%
35.29%

Color #8E58A5 in popluar number systems.

HEX8E58A5
Decimal14288165
Binary10001110101100010100101
Octal216130245

Shades and tints

Shades of #8E58A5

#8E58A5
(142,88,165)
#825096
(130,80,150)
#764887
(118,72,135)
#6A4078
(106,64,120)
#5E3869
(94,56,105)
#52305A
(82,48,90)
#46284B
(70,40,75)
#3A203C
(58,32,60)
#2E182D
(46,24,45)
#22101E
(34,16,30)
#16080F
(22,8,15)
#000000
(0,0,0)

Tints of #8E58A5

#8E58A5
(142,88,165)
#9867AD
(152,103,173)
#A276B5
(162,118,181)
#AC85BD
(172,133,189)
#B694C5
(182,148,197)
#C0A3CD
(192,163,205)
#CAB2D5
(202,178,213)
#D4C1DD
(212,193,221)
#DED0E5
(222,208,229)
#E8DFED
(232,223,237)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E58A5 color. Also use rgb(142,88,165) instead hex code.

Text Font Color

.myTextColor { color: #8E58A5; }

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

This text font color is #8E58A5.


Background Color

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

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

This div background color is #8E58A5.


Border color

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

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

This div border color is #8E58A5.


Opacity

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

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

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

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

This text has shadow with #8E58A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E58A5 on black background.


Color preview on white background

This text has color #8E58A5 on white background.



Black color preview on #8E58A5 background

This text has black color on #8E58A5 background.


White color preview on #8E58A5 background

This text has white color on #8E58A5 background.