COLOR #8A3CAA

HEX: #8A3CAA RGB: (138,60,170)

Color info

#8A3CAA contains mainly red and blue colors. Web safe color of #8A3CAA is #993399 (or #939).

RGB color model

#8A3CAA color RGB value is (138,60,170).

RGB: (138,60,170) (54%, 24%, 67%)

RGB channels and saturation

R 138 of 255 = 54%
G 60 of 255 = 24%
B 170 of 255 = 67%

138
60
170

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

Portions of RGB colors in percentages

R + G + B = 138 + 60 + 170 = 368 (100%)
R 138 of 368 ~ 37.5%
G 60 of 368 ~ 16.3%
B 170 of 368 ~ 46.2'%

%37.5
%16.3
%46.2

CMYK color model

#8A3CAA color CMYK value is (19,65,0,33).

  • cyan value is 18.82%
  • magenta value is 64.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (19,65,0,33)
C19M65Y0K33 (19%, 65%, 0%, 33%)
(0.19 / 0.65 / 0.00 / 0.33)

CMYK percentages

%18.82
%64.71
%0
%33.33

Codes

Color #8A3CAA in popluar color models

8A 3C AA
RGB 138 60 170
HSL 283° 47.83% 45.10%
HSB/HSV 283° 64.71% 66.67%
CMYK 18.82% 64.71% 0.00%
33.33%

Color #8A3CAA in popluar number systems.

HEX 8A 3C AA
Decimal 138 60 170
Binary 10001010 111100 10101010
Octal 212 74 252

Shades and tints

Shades of #8A3CAA

#8A3CAA
(138,60,170)
#7E379B
(126,55,155)
#72328C
(114,50,140)
#662D7D
(102,45,125)
#5A286E
(90,40,110)
#4E235F
(78,35,95)
#421E50
(66,30,80)
#361941
(54,25,65)
#2A1432
(42,20,50)
#1E0F23
(30,15,35)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #8A3CAA

#8A3CAA
(138,60,170)
#944DB1
(148,77,177)
#9E5EB8
(158,94,184)
#A86FBF
(168,111,191)
#B280C6
(178,128,198)
#BC91CD
(188,145,205)
#C6A2D4
(198,162,212)
#D0B3DB
(208,179,219)
#DAC4E2
(218,196,226)
#E4D5E9
(228,213,233)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A3CAA color. Also use rgb(138,60,170) instead hex code.

Text Font Color

.myTextColor { color: #8A3CAA; }

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

This text font color is #8A3CAA.

Background Color

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

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

This div background color is #8A3CAA.

Border color

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

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

This div border color is #8A3CAA.

Opacity

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

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

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

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

This text has shadow with #8A3CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A3CAA.

Preview

Color preview on black background

This text has color #8A3CAA on black background.


Color preview on white background

This text has color #8A3CAA on white background.


Black color preview on #8A3CAA background

This text has black color on #8A3CAA background.


White color preview on #8A3CAA background

This text has white color on #8A3CAA background.


Related colors

Complementary color

Complementary color for #hex is #75C355.


I love getcolorcode.com

Triadic colors

1 #AA8A3C and #3CAA8A with #8A3CAA are triadic colors.

2 #AA3C8A and #3C8AAA with #8A3CAA are triadic colors.