COLOR #8A57BD

HEX: #8A57BD
RGB: (138,87,189)

Color info

#8A57BD contains mainly red and blue colors. Web safe color of #8A57BD is #9966CC (or #96C).

RGB color model

#8A57BD color RGB value is (138,87,189).

  • red value is 138;
  • green value is 87;
  • blue value is 189.
RGB:
(138,87,189)
(54%,34%,74%)

RGB channels and saturation

R 138 of 255 = 54%
G 87 of 255 = 34%
B 189 of 255 = 74%

138
87
189

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

Portions of RGB colors in percentages

R + G + B =
138 + 87 + 189 = 414 (100%)
R 138 of 414 ~ 33.33%
G 87 of 414 ~ 21.01%
B 189 of 414 ~ 45.65%

%33.33
%21.01
%45.65

CMYK color model

#8A57BD color CMYK value is (27,54,0,26).

  • cyan value is 26.98%
  • magenta value is 53.97%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(27,54,0,26)
C27M54Y0K26 
(27%,54%,0%,26%)
(0.27/0.54/0.00/0.26)	

CMYK percentages

%26.98
%53.97
%0
%25.88

Codes

Color #8A57BD in popluar color models

8A57BD
RGB13887189
HSL270°43.59%54.12%
HSB/HSV270°53.97%74.12%
CMYK26.98%53.97%0.00%
25.88%

Color #8A57BD in popluar number systems.

HEX8A57BD
Decimal13887189
Binary10001010101011110111101
Octal212127275

Shades and tints

Shades of #8A57BD

#8A57BD
(138,87,189)
#7E50AC
(126,80,172)
#72499B
(114,73,155)
#66428A
(102,66,138)
#5A3B79
(90,59,121)
#4E3468
(78,52,104)
#422D57
(66,45,87)
#362646
(54,38,70)
#2A1F35
(42,31,53)
#1E1824
(30,24,36)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #8A57BD

#8A57BD
(138,87,189)
#9466C3
(148,102,195)
#9E75C9
(158,117,201)
#A884CF
(168,132,207)
#B293D5
(178,147,213)
#BCA2DB
(188,162,219)
#C6B1E1
(198,177,225)
#D0C0E7
(208,192,231)
#DACFED
(218,207,237)
#E4DEF3
(228,222,243)
#EEEDF9
(238,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A57BD color. Also use rgb(138,87,189) instead hex code.

Text Font Color

.myTextColor { color: #8A57BD; }

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

This text font color is #8A57BD.


Background Color

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

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

This div background color is #8A57BD.


Border color

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

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

This div border color is #8A57BD.


Opacity

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

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

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

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

This text has shadow with #8A57BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A57BD on black background.


Color preview on white background

This text has color #8A57BD on white background.



Black color preview on #8A57BD background

This text has black color on #8A57BD background.


White color preview on #8A57BD background

This text has white color on #8A57BD background.