COLOR #8A429F

HEX: #8A429F
RGB: (138,66,159)

Color info

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

RGB color model

#8A429F color RGB value is (138,66,159).

  • red value is 138;
  • green value is 66;
  • blue value is 159.
RGB:
(138,66,159)
(54%,26%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 66 of 255 = 26%
B 159 of 255 = 62%

138
66
159

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

Portions of RGB colors in percentages

R + G + B =
138 + 66 + 159 = 363 (100%)
R 138 of 363 ~ 38.02%
G 66 of 363 ~ 18.18%
B 159 of 363 ~ 43.8%

%38.02
%18.18
%43.8

CMYK color model

#8A429F color CMYK value is (13,58,0,38).

  • cyan value is 13.21%
  • magenta value is 58.49%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(13,58,0,38)
C13M58Y0K38 
(13%,58%,0%,38%)
(0.13/0.58/0.00/0.38)	

CMYK percentages

%13.21
%58.49
%0
%37.65

Codes

Color #8A429F in popluar color models

8A429F
RGB13866159
HSL286°41.33%44.12%
HSB/HSV286°58.49%62.35%
CMYK13.21%58.49%0.00%
37.65%

Color #8A429F in popluar number systems.

HEX8A429F
Decimal13866159
Binary10001010100001010011111
Octal212102237

Shades and tints

Shades of #8A429F

#8A429F
(138,66,159)
#7E3C91
(126,60,145)
#723683
(114,54,131)
#663075
(102,48,117)
#5A2A67
(90,42,103)
#4E2459
(78,36,89)
#421E4B
(66,30,75)
#36183D
(54,24,61)
#2A122F
(42,18,47)
#1E0C21
(30,12,33)
#120613
(18,6,19)
#000000
(0,0,0)

Tints of #8A429F

#8A429F
(138,66,159)
#9453A7
(148,83,167)
#9E64AF
(158,100,175)
#A875B7
(168,117,183)
#B286BF
(178,134,191)
#BC97C7
(188,151,199)
#C6A8CF
(198,168,207)
#D0B9D7
(208,185,215)
#DACADF
(218,202,223)
#E4DBE7
(228,219,231)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A429F color. Also use rgb(138,66,159) instead hex code.

Text Font Color

.myTextColor { color: #8A429F; }

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

This text font color is #8A429F.


Background Color

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

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

This div background color is #8A429F.


Border color

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

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

This div border color is #8A429F.


Opacity

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

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

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

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

This text has shadow with #8A429F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A429F on black background.


Color preview on white background

This text has color #8A429F on white background.



Black color preview on #8A429F background

This text has black color on #8A429F background.


White color preview on #8A429F background

This text has white color on #8A429F background.