COLOR #8A00A9

HEX: #8A00A9
RGB: (138,0,169)

Color info

#8A00A9 contains only red and blue colors. Web safe color of #8A00A9 is #990099 (or #909).

RGB color model

#8A00A9 color RGB value is (138,0,169).

  • red value is 138;
  • green value is 0;
  • blue value is 169.
RGB:
(138,0,169)
(54%,0%,66%)

RGB channels and saturation

R 138 of 255 = 54%
G 0 of 255 = 0%
B 169 of 255 = 66%

138
0
169

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

Portions of RGB colors in percentages

R + G + B =
138 + 0 + 169 = 307 (100%)
R 138 of 307 ~ 44.95%
G 0 of 307 ~ 0%
B 169 of 307 ~ 55.05%

%44.95
%55.05

CMYK color model

#8A00A9 color CMYK value is (18,100,0,34).

  • cyan value is 18.34%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(18,100,0,34)
C18M100Y0K34 
(18%,100%,0%,34%)
(0.18/1.00/0.00/0.34)	

CMYK percentages

%18.34
%100
%0
%33.73

Codes

Color #8A00A9 in popluar color models

8A00A9
RGB1380169
HSL289°100.00%33.14%
HSB/HSV289°100.00%66.27%
CMYK18.34%100.00%0.00%
33.73%

Color #8A00A9 in popluar number systems.

HEX8A00A9
Decimal1380169
Binary10001010010101001
Octal2120251

Shades and tints

Shades of #8A00A9

#8A00A9
(138,0,169)
#7E009A
(126,0,154)
#72008B
(114,0,139)
#66007C
(102,0,124)
#5A006D
(90,0,109)
#4E005E
(78,0,94)
#42004F
(66,0,79)
#360040
(54,0,64)
#2A0031
(42,0,49)
#1E0022
(30,0,34)
#120013
(18,0,19)
#000000
(0,0,0)

Tints of #8A00A9

#8A00A9
(138,0,169)
#9417B0
(148,23,176)
#9E2EB7
(158,46,183)
#A845BE
(168,69,190)
#B25CC5
(178,92,197)
#BC73CC
(188,115,204)
#C68AD3
(198,138,211)
#D0A1DA
(208,161,218)
#DAB8E1
(218,184,225)
#E4CFE8
(228,207,232)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A00A9 color. Also use rgb(138,0,169) instead hex code.

Text Font Color

.myTextColor { color: #8A00A9; }

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

This text font color is #8A00A9.


Background Color

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

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

This div background color is #8A00A9.


Border color

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

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

This div border color is #8A00A9.


Opacity

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

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

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

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

This text has shadow with #8A00A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A00A9 on black background.


Color preview on white background

This text has color #8A00A9 on white background.



Black color preview on #8A00A9 background

This text has black color on #8A00A9 background.


White color preview on #8A00A9 background

This text has white color on #8A00A9 background.