COLOR #8A299D

HEX: #8A299D
RGB: (138,41,157)

Color info

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

RGB color model

#8A299D color RGB value is (138,41,157).

  • red value is 138;
  • green value is 41;
  • blue value is 157.
RGB:
(138,41,157)
(54%,16%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 41 of 255 = 16%
B 157 of 255 = 62%

138
41
157

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

Portions of RGB colors in percentages

R + G + B =
138 + 41 + 157 = 336 (100%)
R 138 of 336 ~ 41.07%
G 41 of 336 ~ 12.2%
B 157 of 336 ~ 46.73%

%41.07
%12.2
%46.73

CMYK color model

#8A299D color CMYK value is (12,74,0,38).

  • cyan value is 12.10%
  • magenta value is 73.89%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(12,74,0,38)
C12M74Y0K38 
(12%,74%,0%,38%)
(0.12/0.74/0.00/0.38)	

CMYK percentages

%12.1
%73.89
%0
%38.43

Codes

Color #8A299D in popluar color models

8A299D
RGB13841157
HSL290°58.59%38.82%
HSB/HSV290°73.89%61.57%
CMYK12.10%73.89%0.00%
38.43%

Color #8A299D in popluar number systems.

HEX8A299D
Decimal13841157
Binary1000101010100110011101
Octal21251235

Shades and tints

Shades of #8A299D

#8A299D
(138,41,157)
#7E268F
(126,38,143)
#722381
(114,35,129)
#662073
(102,32,115)
#5A1D65
(90,29,101)
#4E1A57
(78,26,87)
#421749
(66,23,73)
#36143B
(54,20,59)
#2A112D
(42,17,45)
#1E0E1F
(30,14,31)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #8A299D

#8A299D
(138,41,157)
#943CA5
(148,60,165)
#9E4FAD
(158,79,173)
#A862B5
(168,98,181)
#B275BD
(178,117,189)
#BC88C5
(188,136,197)
#C69BCD
(198,155,205)
#D0AED5
(208,174,213)
#DAC1DD
(218,193,221)
#E4D4E5
(228,212,229)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A299D color. Also use rgb(138,41,157) instead hex code.

Text Font Color

.myTextColor { color: #8A299D; }

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

This text font color is #8A299D.


Background Color

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

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

This div background color is #8A299D.


Border color

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

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

This div border color is #8A299D.


Opacity

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

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

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

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

This text has shadow with #8A299D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A299D on black background.


Color preview on white background

This text has color #8A299D on white background.



Black color preview on #8A299D background

This text has black color on #8A299D background.


White color preview on #8A299D background

This text has white color on #8A299D background.