COLOR #8A3E7B

HEX: #8A3E7B
RGB: (138,62,123)

Color info

#8A3E7B contains mainly red and blue colors. Web safe color of #8A3E7B is #993366 (or #936).

RGB color model

#8A3E7B color RGB value is (138,62,123).

  • red value is 138;
  • green value is 62;
  • blue value is 123.
RGB:
(138,62,123)
(54%,24%,48%)

RGB channels and saturation

R 138 of 255 = 54%
G 62 of 255 = 24%
B 123 of 255 = 48%

138
62
123

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

Portions of RGB colors in percentages

R + G + B =
138 + 62 + 123 = 323 (100%)
R 138 of 323 ~ 42.72%
G 62 of 323 ~ 19.2%
B 123 of 323 ~ 38.08%

%42.72
%19.2
%38.08

CMYK color model

#8A3E7B color CMYK value is (0,55,11,46).

  • cyan value is 0.00%
  • magenta value is 55.07%
  • yellow value is 10.87%
  • key color value is 45.88%
CMYK:
(0,55,11,46)
C0M55Y11K46 
(0%,55%,11%,46%)
(0.00/0.55/0.11/0.46)	

CMYK percentages

%0
%55.07
%10.87
%45.88

Codes

Color #8A3E7B in popluar color models

8A3E7B
RGB13862123
HSL312°38.00%39.22%
HSB/HSV312°55.07%54.12%
CMYK0.00%55.07%10.87%
45.88%

Color #8A3E7B in popluar number systems.

HEX8A3E7B
Decimal13862123
Binary100010101111101111011
Octal21276173

Shades and tints

Shades of #8A3E7B

#8A3E7B
(138,62,123)
#7E3970
(126,57,112)
#723465
(114,52,101)
#662F5A
(102,47,90)
#5A2A4F
(90,42,79)
#4E2544
(78,37,68)
#422039
(66,32,57)
#361B2E
(54,27,46)
#2A1623
(42,22,35)
#1E1118
(30,17,24)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #8A3E7B

#8A3E7B
(138,62,123)
#944F87
(148,79,135)
#9E6093
(158,96,147)
#A8719F
(168,113,159)
#B282AB
(178,130,171)
#BC93B7
(188,147,183)
#C6A4C3
(198,164,195)
#D0B5CF
(208,181,207)
#DAC6DB
(218,198,219)
#E4D7E7
(228,215,231)
#EEE8F3
(238,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A3E7B color. Also use rgb(138,62,123) instead hex code.

Text Font Color

.myTextColor { color: #8A3E7B; }

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

This text font color is #8A3E7B.


Background Color

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

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

This div background color is #8A3E7B.


Border color

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

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

This div border color is #8A3E7B.


Opacity

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

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

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

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

This text has shadow with #8A3E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3E7B on black background.


Color preview on white background

This text has color #8A3E7B on white background.



Black color preview on #8A3E7B background

This text has black color on #8A3E7B background.


White color preview on #8A3E7B background

This text has white color on #8A3E7B background.