COLOR #8A41AA

HEX: #8A41AA
RGB: (138,65,170)

Color info

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

RGB color model

#8A41AA color RGB value is (138,65,170).

  • red value is 138;
  • green value is 65;
  • blue value is 170.
RGB:
(138,65,170)
(54%,25%,67%)

RGB channels and saturation

R 138 of 255 = 54%
G 65 of 255 = 25%
B 170 of 255 = 67%

138
65
170

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

Portions of RGB colors in percentages

R + G + B =
138 + 65 + 170 = 373 (100%)
R 138 of 373 ~ 37%
G 65 of 373 ~ 17.43%
B 170 of 373 ~ 45.58%

%37
%17.43
%45.58

CMYK color model

#8A41AA color CMYK value is (19,62,0,33).

  • cyan value is 18.82%
  • magenta value is 61.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(19,62,0,33)
C19M62Y0K33 
(19%,62%,0%,33%)
(0.19/0.62/0.00/0.33)	

CMYK percentages

%18.82
%61.76
%0
%33.33

Codes

Color #8A41AA in popluar color models

8A41AA
RGB13865170
HSL282°44.68%46.08%
HSB/HSV282°61.76%66.67%
CMYK18.82%61.76%0.00%
33.33%

Color #8A41AA in popluar number systems.

HEX8A41AA
Decimal13865170
Binary10001010100000110101010
Octal212101252

Shades and tints

Shades of #8A41AA

#8A41AA
(138,65,170)
#7E3C9B
(126,60,155)
#72378C
(114,55,140)
#66327D
(102,50,125)
#5A2D6E
(90,45,110)
#4E285F
(78,40,95)
#422350
(66,35,80)
#361E41
(54,30,65)
#2A1932
(42,25,50)
#1E1423
(30,20,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #8A41AA

#8A41AA
(138,65,170)
#9452B1
(148,82,177)
#9E63B8
(158,99,184)
#A874BF
(168,116,191)
#B285C6
(178,133,198)
#BC96CD
(188,150,205)
#C6A7D4
(198,167,212)
#D0B8DB
(208,184,219)
#DAC9E2
(218,201,226)
#E4DAE9
(228,218,233)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A41AA; }

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

This text font color is #8A41AA.


Background Color

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

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

This div background color is #8A41AA.


Border color

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

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

This div border color is #8A41AA.


Opacity

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

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

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

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

This text has shadow with #8A41AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A41AA on black background.


Color preview on white background

This text has color #8A41AA on white background.



Black color preview on #8A41AA background

This text has black color on #8A41AA background.


White color preview on #8A41AA background

This text has white color on #8A41AA background.