COLOR #8A7293

HEX: #8A7293
RGB: (138,114,147)

Color info

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

RGB color model

#8A7293 color RGB value is (138,114,147).

  • red value is 138;
  • green value is 114;
  • blue value is 147.
RGB:
(138,114,147)
(54%,45%,58%)

RGB channels and saturation

R 138 of 255 = 54%
G 114 of 255 = 45%
B 147 of 255 = 58%

138
114
147

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

Portions of RGB colors in percentages

R + G + B =
138 + 114 + 147 = 399 (100%)
R 138 of 399 ~ 34.59%
G 114 of 399 ~ 28.57%
B 147 of 399 ~ 36.84%

%34.59
%28.57
%36.84

CMYK color model

#8A7293 color CMYK value is (6,22,0,42).

  • cyan value is 6.12%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(6,22,0,42)
C6M22Y0K42 
(6%,22%,0%,42%)
(0.06/0.22/0.00/0.42)	

CMYK percentages

%6.12
%22.45
%0
%42.35

Codes

Color #8A7293 in popluar color models

8A7293
RGB138114147
HSL284°13.25%51.18%
HSB/HSV284°22.45%57.65%
CMYK6.12%22.45%0.00%
42.35%

Color #8A7293 in popluar number systems.

HEX8A7293
Decimal138114147
Binary10001010111001010010011
Octal212162223

Shades and tints

Shades of #8A7293

#8A7293
(138,114,147)
#7E6886
(126,104,134)
#725E79
(114,94,121)
#66546C
(102,84,108)
#5A4A5F
(90,74,95)
#4E4052
(78,64,82)
#423645
(66,54,69)
#362C38
(54,44,56)
#2A222B
(42,34,43)
#1E181E
(30,24,30)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #8A7293

#8A7293
(138,114,147)
#947E9C
(148,126,156)
#9E8AA5
(158,138,165)
#A896AE
(168,150,174)
#B2A2B7
(178,162,183)
#BCAEC0
(188,174,192)
#C6BAC9
(198,186,201)
#D0C6D2
(208,198,210)
#DAD2DB
(218,210,219)
#E4DEE4
(228,222,228)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7293 color. Also use rgb(138,114,147) instead hex code.

Text Font Color

.myTextColor { color: #8A7293; }

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

This text font color is #8A7293.


Background Color

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

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

This div background color is #8A7293.


Border color

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

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

This div border color is #8A7293.


Opacity

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

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

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

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

This text has shadow with #8A7293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7293 on black background.


Color preview on white background

This text has color #8A7293 on white background.



Black color preview on #8A7293 background

This text has black color on #8A7293 background.


White color preview on #8A7293 background

This text has white color on #8A7293 background.