COLOR #8A37B5

HEX: #8A37B5
RGB: (138,55,181)

Color info

#8A37B5 contains mainly red and blue colors. Web safe color of #8A37B5 is #9933CC (or #93C).

RGB color model

#8A37B5 color RGB value is (138,55,181).

  • red value is 138;
  • green value is 55;
  • blue value is 181.
RGB:
(138,55,181)
(54%,22%,71%)

RGB channels and saturation

R 138 of 255 = 54%
G 55 of 255 = 22%
B 181 of 255 = 71%

138
55
181

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

Portions of RGB colors in percentages

R + G + B =
138 + 55 + 181 = 374 (100%)
R 138 of 374 ~ 36.9%
G 55 of 374 ~ 14.71%
B 181 of 374 ~ 48.4%

%36.9
%14.71
%48.4

CMYK color model

#8A37B5 color CMYK value is (24,70,0,29).

  • cyan value is 23.76%
  • magenta value is 69.61%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(24,70,0,29)
C24M70Y0K29 
(24%,70%,0%,29%)
(0.24/0.70/0.00/0.29)	

CMYK percentages

%23.76
%69.61
%0
%29.02

Codes

Color #8A37B5 in popluar color models

8A37B5
RGB13855181
HSL280°53.39%46.27%
HSB/HSV280°69.61%70.98%
CMYK23.76%69.61%0.00%
29.02%

Color #8A37B5 in popluar number systems.

HEX8A37B5
Decimal13855181
Binary1000101011011110110101
Octal21267265

Shades and tints

Shades of #8A37B5

#8A37B5
(138,55,181)
#7E32A5
(126,50,165)
#722D95
(114,45,149)
#662885
(102,40,133)
#5A2375
(90,35,117)
#4E1E65
(78,30,101)
#421955
(66,25,85)
#361445
(54,20,69)
#2A0F35
(42,15,53)
#1E0A25
(30,10,37)
#120515
(18,5,21)
#000000
(0,0,0)

Tints of #8A37B5

#8A37B5
(138,55,181)
#9449BB
(148,73,187)
#9E5BC1
(158,91,193)
#A86DC7
(168,109,199)
#B27FCD
(178,127,205)
#BC91D3
(188,145,211)
#C6A3D9
(198,163,217)
#D0B5DF
(208,181,223)
#DAC7E5
(218,199,229)
#E4D9EB
(228,217,235)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A37B5 color. Also use rgb(138,55,181) instead hex code.

Text Font Color

.myTextColor { color: #8A37B5; }

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

This text font color is #8A37B5.


Background Color

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

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

This div background color is #8A37B5.


Border color

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

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

This div border color is #8A37B5.


Opacity

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

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

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

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

This text has shadow with #8A37B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A37B5 on black background.


Color preview on white background

This text has color #8A37B5 on white background.



Black color preview on #8A37B5 background

This text has black color on #8A37B5 background.


White color preview on #8A37B5 background

This text has white color on #8A37B5 background.