COLOR #8A498E

HEX: #8A498E RGB: (138,73,142)

Color info

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

RGB color model

#8A498E color RGB value is (138,73,142).

RGB: (138,73,142) (54%, 29%, 56%)

RGB channels and saturation

R 138 of 255 = 54%
G 73 of 255 = 29%
B 142 of 255 = 56%

138
73
142

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

Portions of RGB colors in percentages

R + G + B = 138 + 73 + 142 = 353 (100%)
R 138 of 353 ~ 39.09%
G 73 of 353 ~ 20.68%
B 142 of 353 ~ 40.23'%

%39.09
%20.68
%40.23

CMYK color model

#8A498E color CMYK value is (3,49,0,44).

  • cyan value is 2.82%
  • magenta value is 48.59%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (3,49,0,44)
C3M49Y0K44 (3%, 49%, 0%, 44%)
(0.03 / 0.49 / 0.00 / 0.44)

CMYK percentages

%2.82
%48.59
%0
%44.31

Codes

Color #8A498E in popluar color models

8A 49 8E
RGB 138 73 142
HSL 297° 32.09% 42.16%
HSB/HSV 297° 48.59% 55.69%
CMYK 2.82% 48.59% 0.00%
44.31%

Color #8A498E in popluar number systems.

HEX 8A 49 8E
Decimal 138 73 142
Binary 10001010 1001001 10001110
Octal 212 111 216

Shades and tints

Shades of #8A498E

#8A498E
(138,73,142)
#7E4382
(126,67,130)
#723D76
(114,61,118)
#66376A
(102,55,106)
#5A315E
(90,49,94)
#4E2B52
(78,43,82)
#422546
(66,37,70)
#361F3A
(54,31,58)
#2A192E
(42,25,46)
#1E1322
(30,19,34)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #8A498E

#8A498E
(138,73,142)
#945998
(148,89,152)
#9E69A2
(158,105,162)
#A879AC
(168,121,172)
#B289B6
(178,137,182)
#BC99C0
(188,153,192)
#C6A9CA
(198,169,202)
#D0B9D4
(208,185,212)
#DAC9DE
(218,201,222)
#E4D9E8
(228,217,232)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A498E color. Also use rgb(138,73,142) instead hex code.

Text Font Color

.myTextColor { color: #8A498E; }

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

This text font color is #8A498E.

Background Color

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

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

This div background color is #8A498E.

Border color

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

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

This div border color is #8A498E.

Opacity

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

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

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

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

This text has shadow with #8A498E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A498E.

Preview

Color preview on black background

This text has color #8A498E on black background.


Color preview on white background

This text has color #8A498E on white background.


Black color preview on #8A498E background

This text has black color on #8A498E background.


White color preview on #8A498E background

This text has white color on #8A498E background.


Related colors

Complementary color

Complementary color for #hex is #75B671.


I love getcolorcode.com

Triadic colors

1 #8E8A49 and #498E8A with #8A498E are triadic colors.

2 #8E498A and #498A8E with #8A498E are triadic colors.