COLOR #8A7393

HEX: #8A7393
RGB: (138,115,147)

Color info

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

RGB color model

#8A7393 color RGB value is (138,115,147).

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

RGB channels and saturation

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

138
115
147

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

Portions of RGB colors in percentages

R + G + B =
138 + 115 + 147 = 400 (100%)
R 138 of 400 ~ 34.5%
G 115 of 400 ~ 28.75%
B 147 of 400 ~ 36.75%

%34.5
%28.75
%36.75

CMYK color model

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

  • cyan value is 6.12%
  • magenta value is 21.77%
  • 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
%21.77
%0
%42.35

Codes

Color #8A7393 in popluar color models

8A7393
RGB138115147
HSL283°12.90%51.37%
HSB/HSV283°21.77%57.65%
CMYK6.12%21.77%0.00%
42.35%

Color #8A7393 in popluar number systems.

HEX8A7393
Decimal138115147
Binary10001010111001110010011
Octal212163223

Shades and tints

Shades of #8A7393

#8A7393
(138,115,147)
#7E6986
(126,105,134)
#725F79
(114,95,121)
#66556C
(102,85,108)
#5A4B5F
(90,75,95)
#4E4152
(78,65,82)
#423745
(66,55,69)
#362D38
(54,45,56)
#2A232B
(42,35,43)
#1E191E
(30,25,30)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #8A7393

#8A7393
(138,115,147)
#947F9C
(148,127,156)
#9E8BA5
(158,139,165)
#A897AE
(168,151,174)
#B2A3B7
(178,163,183)
#BCAFC0
(188,175,192)
#C6BBC9
(198,187,201)
#D0C7D2
(208,199,210)
#DAD3DB
(218,211,219)
#E4DFE4
(228,223,228)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7393; }

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

This text font color is #8A7393.


Background Color

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

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

This div background color is #8A7393.


Border color

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

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

This div border color is #8A7393.


Opacity

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

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

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

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

This text has shadow with #8A7393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7393 on black background.


Color preview on white background

This text has color #8A7393 on white background.



Black color preview on #8A7393 background

This text has black color on #8A7393 background.


White color preview on #8A7393 background

This text has white color on #8A7393 background.