COLOR #8A4491

HEX: #8A4491
RGB: (138,68,145)

Color info

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

RGB color model

#8A4491 color RGB value is (138,68,145).

  • red value is 138;
  • green value is 68;
  • blue value is 145.
RGB:
(138,68,145)
(54%,27%,57%)

RGB channels and saturation

R 138 of 255 = 54%
G 68 of 255 = 27%
B 145 of 255 = 57%

138
68
145

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

Portions of RGB colors in percentages

R + G + B =
138 + 68 + 145 = 351 (100%)
R 138 of 351 ~ 39.32%
G 68 of 351 ~ 19.37%
B 145 of 351 ~ 41.31%

%39.32
%19.37
%41.31

CMYK color model

#8A4491 color CMYK value is (5,53,0,43).

  • cyan value is 4.83%
  • magenta value is 53.10%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(5,53,0,43)
C5M53Y0K43 
(5%,53%,0%,43%)
(0.05/0.53/0.00/0.43)	

CMYK percentages

%4.83
%53.1
%0
%43.14

Codes

Color #8A4491 in popluar color models

8A4491
RGB13868145
HSL295°36.15%41.76%
HSB/HSV295°53.10%56.86%
CMYK4.83%53.10%0.00%
43.14%

Color #8A4491 in popluar number systems.

HEX8A4491
Decimal13868145
Binary10001010100010010010001
Octal212104221

Shades and tints

Shades of #8A4491

#8A4491
(138,68,145)
#7E3E84
(126,62,132)
#723877
(114,56,119)
#66326A
(102,50,106)
#5A2C5D
(90,44,93)
#4E2650
(78,38,80)
#422043
(66,32,67)
#361A36
(54,26,54)
#2A1429
(42,20,41)
#1E0E1C
(30,14,28)
#12080F
(18,8,15)
#000000
(0,0,0)

Tints of #8A4491

#8A4491
(138,68,145)
#94559B
(148,85,155)
#9E66A5
(158,102,165)
#A877AF
(168,119,175)
#B288B9
(178,136,185)
#BC99C3
(188,153,195)
#C6AACD
(198,170,205)
#D0BBD7
(208,187,215)
#DACCE1
(218,204,225)
#E4DDEB
(228,221,235)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4491 color. Also use rgb(138,68,145) instead hex code.

Text Font Color

.myTextColor { color: #8A4491; }

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

This text font color is #8A4491.


Background Color

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

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

This div background color is #8A4491.


Border color

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

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

This div border color is #8A4491.


Opacity

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

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

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

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

This text has shadow with #8A4491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4491 on black background.


Color preview on white background

This text has color #8A4491 on white background.



Black color preview on #8A4491 background

This text has black color on #8A4491 background.


White color preview on #8A4491 background

This text has white color on #8A4491 background.