COLOR #8A5E93

HEX: #8A5E93
RGB: (138,94,147)

Color info

#8A5E93 contains red, green and blue colors in about the same proportion. Web safe color of #8A5E93 is #996699 (or #969).

RGB color model

#8A5E93 color RGB value is (138,94,147).

  • red value is 138;
  • green value is 94;
  • blue value is 147.
RGB:
(138,94,147)
(54%,37%,58%)

RGB channels and saturation

R 138 of 255 = 54%
G 94 of 255 = 37%
B 147 of 255 = 58%

138
94
147

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

Portions of RGB colors in percentages

R + G + B =
138 + 94 + 147 = 379 (100%)
R 138 of 379 ~ 36.41%
G 94 of 379 ~ 24.8%
B 147 of 379 ~ 38.79%

%36.41
%24.8
%38.79

CMYK color model

#8A5E93 color CMYK value is (6,36,0,42).

  • cyan value is 6.12%
  • magenta value is 36.05%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(6,36,0,42)
C6M36Y0K42 
(6%,36%,0%,42%)
(0.06/0.36/0.00/0.42)	

CMYK percentages

%6.12
%36.05
%0
%42.35

Codes

Color #8A5E93 in popluar color models

8A5E93
RGB13894147
HSL290°21.99%47.25%
HSB/HSV290°36.05%57.65%
CMYK6.12%36.05%0.00%
42.35%

Color #8A5E93 in popluar number systems.

HEX8A5E93
Decimal13894147
Binary10001010101111010010011
Octal212136223

Shades and tints

Shades of #8A5E93

#8A5E93
(138,94,147)
#7E5686
(126,86,134)
#724E79
(114,78,121)
#66466C
(102,70,108)
#5A3E5F
(90,62,95)
#4E3652
(78,54,82)
#422E45
(66,46,69)
#362638
(54,38,56)
#2A1E2B
(42,30,43)
#1E161E
(30,22,30)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #8A5E93

#8A5E93
(138,94,147)
#946C9C
(148,108,156)
#9E7AA5
(158,122,165)
#A888AE
(168,136,174)
#B296B7
(178,150,183)
#BCA4C0
(188,164,192)
#C6B2C9
(198,178,201)
#D0C0D2
(208,192,210)
#DACEDB
(218,206,219)
#E4DCE4
(228,220,228)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5E93 color. Also use rgb(138,94,147) instead hex code.

Text Font Color

.myTextColor { color: #8A5E93; }

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

This text font color is #8A5E93.


Background Color

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

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

This div background color is #8A5E93.


Border color

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

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

This div border color is #8A5E93.


Opacity

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

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

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

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

This text has shadow with #8A5E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5E93 on black background.


Color preview on white background

This text has color #8A5E93 on white background.



Black color preview on #8A5E93 background

This text has black color on #8A5E93 background.


White color preview on #8A5E93 background

This text has white color on #8A5E93 background.