COLOR #8A5EAF

HEX: #8A5EAF
RGB: (138,94,175)

Color info

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

RGB color model

#8A5EAF color RGB value is (138,94,175).

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

RGB channels and saturation

R 138 of 255 = 54%
G 94 of 255 = 37%
B 175 of 255 = 69%

138
94
175

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

Portions of RGB colors in percentages

R + G + B =
138 + 94 + 175 = 407 (100%)
R 138 of 407 ~ 33.91%
G 94 of 407 ~ 23.1%
B 175 of 407 ~ 43%

%33.91
%23.1
%43

CMYK color model

#8A5EAF color CMYK value is (21,46,0,31).

  • cyan value is 21.14%
  • magenta value is 46.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(21,46,0,31)
C21M46Y0K31 
(21%,46%,0%,31%)
(0.21/0.46/0.00/0.31)	

CMYK percentages

%21.14
%46.29
%0
%31.37

Codes

Color #8A5EAF in popluar color models

8A5EAF
RGB13894175
HSL273°33.61%52.75%
HSB/HSV273°46.29%68.63%
CMYK21.14%46.29%0.00%
31.37%

Color #8A5EAF in popluar number systems.

HEX8A5EAF
Decimal13894175
Binary10001010101111010101111
Octal212136257

Shades and tints

Shades of #8A5EAF

#8A5EAF
(138,94,175)
#7E56A0
(126,86,160)
#724E91
(114,78,145)
#664682
(102,70,130)
#5A3E73
(90,62,115)
#4E3664
(78,54,100)
#422E55
(66,46,85)
#362646
(54,38,70)
#2A1E37
(42,30,55)
#1E1628
(30,22,40)
#120E19
(18,14,25)
#000000
(0,0,0)

Tints of #8A5EAF

#8A5EAF
(138,94,175)
#946CB6
(148,108,182)
#9E7ABD
(158,122,189)
#A888C4
(168,136,196)
#B296CB
(178,150,203)
#BCA4D2
(188,164,210)
#C6B2D9
(198,178,217)
#D0C0E0
(208,192,224)
#DACEE7
(218,206,231)
#E4DCEE
(228,220,238)
#EEEAF5
(238,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5EAF; }

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

This text font color is #8A5EAF.


Background Color

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

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

This div background color is #8A5EAF.


Border color

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

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

This div border color is #8A5EAF.


Opacity

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

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

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

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

This text has shadow with #8A5EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5EAF on black background.


Color preview on white background

This text has color #8A5EAF on white background.



Black color preview on #8A5EAF background

This text has black color on #8A5EAF background.


White color preview on #8A5EAF background

This text has white color on #8A5EAF background.