COLOR #8A5494

HEX: #8A5494 RGB: (138,84,148)

Color info

#8A5494 contains mainly red and blue colors. Web safe color of #8A5494 is #996699 (or #969).

RGB color model

#8A5494 color RGB value is (138,84,148).

RGB: (138,84,148) (54%, 33%, 58%)

RGB channels and saturation

R 138 of 255 = 54%
G 84 of 255 = 33%
B 148 of 255 = 58%

138
84
148

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

Portions of RGB colors in percentages

R + G + B = 138 + 84 + 148 = 370 (100%)
R 138 of 370 ~ 37.3%
G 84 of 370 ~ 22.7%
B 148 of 370 ~ 40'%

%37.3
%22.7
%40

CMYK color model

#8A5494 color CMYK value is (7,43,0,42).

  • cyan value is 6.76%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (7,43,0,42)
C7M43Y0K42 (7%, 43%, 0%, 42%)
(0.07 / 0.43 / 0.00 / 0.42)

CMYK percentages

%6.76
%43.24
%0
%41.96

Codes

Color #8A5494 in popluar color models

8A 54 94
RGB 138 84 148
HSL 291° 27.59% 45.49%
HSB/HSV 291° 43.24% 58.04%
CMYK 6.76% 43.24% 0.00%
41.96%

Color #8A5494 in popluar number systems.

HEX 8A 54 94
Decimal 138 84 148
Binary 10001010 1010100 10010100
Octal 212 124 224

Shades and tints

Shades of #8A5494

#8A5494
(138,84,148)
#7E4D87
(126,77,135)
#72467A
(114,70,122)
#663F6D
(102,63,109)
#5A3860
(90,56,96)
#4E3153
(78,49,83)
#422A46
(66,42,70)
#362339
(54,35,57)
#2A1C2C
(42,28,44)
#1E151F
(30,21,31)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #8A5494

#8A5494
(138,84,148)
#94639D
(148,99,157)
#9E72A6
(158,114,166)
#A881AF
(168,129,175)
#B290B8
(178,144,184)
#BC9FC1
(188,159,193)
#C6AECA
(198,174,202)
#D0BDD3
(208,189,211)
#DACCDC
(218,204,220)
#E4DBE5
(228,219,229)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5494 color. Also use rgb(138,84,148) instead hex code.

Text Font Color

.myTextColor { color: #8A5494; }

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

This text font color is #8A5494.

Background Color

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

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

This div background color is #8A5494.

Border color

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

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

This div border color is #8A5494.

Opacity

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

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

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

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

This text has shadow with #8A5494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A5494.

Preview

Color preview on black background

This text has color #8A5494 on black background.


Color preview on white background

This text has color #8A5494 on white background.


Black color preview on #8A5494 background

This text has black color on #8A5494 background.


White color preview on #8A5494 background

This text has white color on #8A5494 background.


Related colors

Complementary color

Complementary color for #hex is #75AB6B.


I love getcolorcode.com

Triadic colors

1 #948A54 and #54948A with #8A5494 are triadic colors.

2 #94548A and #548A94 with #8A5494 are triadic colors.