COLOR #8A7491

HEX: #8A7491
RGB: (138,116,145)

Color info

#8A7491 contains red, green and blue colors in about the same proportion. Web safe color of #8A7491 is #996699 (or #969).

RGB color model

#8A7491 color RGB value is (138,116,145).

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

RGB channels and saturation

R 138 of 255 = 54%
G 116 of 255 = 45%
B 145 of 255 = 57%

138
116
145

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

Portions of RGB colors in percentages

R + G + B =
138 + 116 + 145 = 399 (100%)
R 138 of 399 ~ 34.59%
G 116 of 399 ~ 29.07%
B 145 of 399 ~ 36.34%

%34.59
%29.07
%36.34

CMYK color model

#8A7491 color CMYK value is (5,20,0,43).

  • cyan value is 4.83%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(5,20,0,43)
C5M20Y0K43 
(5%,20%,0%,43%)
(0.05/0.20/0.00/0.43)	

CMYK percentages

%4.83
%20
%0
%43.14

Codes

Color #8A7491 in popluar color models

8A7491
RGB138116145
HSL286°11.65%51.18%
HSB/HSV286°20.00%56.86%
CMYK4.83%20.00%0.00%
43.14%

Color #8A7491 in popluar number systems.

HEX8A7491
Decimal138116145
Binary10001010111010010010001
Octal212164221

Shades and tints

Shades of #8A7491

#8A7491
(138,116,145)
#7E6A84
(126,106,132)
#726077
(114,96,119)
#66566A
(102,86,106)
#5A4C5D
(90,76,93)
#4E4250
(78,66,80)
#423843
(66,56,67)
#362E36
(54,46,54)
#2A2429
(42,36,41)
#1E1A1C
(30,26,28)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #8A7491

#8A7491
(138,116,145)
#94809B
(148,128,155)
#9E8CA5
(158,140,165)
#A898AF
(168,152,175)
#B2A4B9
(178,164,185)
#BCB0C3
(188,176,195)
#C6BCCD
(198,188,205)
#D0C8D7
(208,200,215)
#DAD4E1
(218,212,225)
#E4E0EB
(228,224,235)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7491; }

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

This text font color is #8A7491.


Background Color

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

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

This div background color is #8A7491.


Border color

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

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

This div border color is #8A7491.


Opacity

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

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

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

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

This text has shadow with #8A7491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7491 on black background.


Color preview on white background

This text has color #8A7491 on white background.



Black color preview on #8A7491 background

This text has black color on #8A7491 background.


White color preview on #8A7491 background

This text has white color on #8A7491 background.