COLOR #8A6793

HEX: #8A6793
RGB: (138,103,147)

Color info

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

RGB color model

#8A6793 color RGB value is (138,103,147).

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

RGB channels and saturation

R 138 of 255 = 54%
G 103 of 255 = 40%
B 147 of 255 = 58%

138
103
147

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

Portions of RGB colors in percentages

R + G + B =
138 + 103 + 147 = 388 (100%)
R 138 of 388 ~ 35.57%
G 103 of 388 ~ 26.55%
B 147 of 388 ~ 37.89%

%35.57
%26.55
%37.89

CMYK color model

#8A6793 color CMYK value is (6,30,0,42).

  • cyan value is 6.12%
  • magenta value is 29.93%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(6,30,0,42)
C6M30Y0K42 
(6%,30%,0%,42%)
(0.06/0.30/0.00/0.42)	

CMYK percentages

%6.12
%29.93
%0
%42.35

Codes

Color #8A6793 in popluar color models

8A6793
RGB138103147
HSL288°17.60%49.02%
HSB/HSV288°29.93%57.65%
CMYK6.12%29.93%0.00%
42.35%

Color #8A6793 in popluar number systems.

HEX8A6793
Decimal138103147
Binary10001010110011110010011
Octal212147223

Shades and tints

Shades of #8A6793

#8A6793
(138,103,147)
#7E5E86
(126,94,134)
#725579
(114,85,121)
#664C6C
(102,76,108)
#5A435F
(90,67,95)
#4E3A52
(78,58,82)
#423145
(66,49,69)
#362838
(54,40,56)
#2A1F2B
(42,31,43)
#1E161E
(30,22,30)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #8A6793

#8A6793
(138,103,147)
#94749C
(148,116,156)
#9E81A5
(158,129,165)
#A88EAE
(168,142,174)
#B29BB7
(178,155,183)
#BCA8C0
(188,168,192)
#C6B5C9
(198,181,201)
#D0C2D2
(208,194,210)
#DACFDB
(218,207,219)
#E4DCE4
(228,220,228)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6793; }

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

This text font color is #8A6793.


Background Color

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

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

This div background color is #8A6793.


Border color

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

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

This div border color is #8A6793.


Opacity

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

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

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

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

This text has shadow with #8A6793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6793 on black background.


Color preview on white background

This text has color #8A6793 on white background.



Black color preview on #8A6793 background

This text has black color on #8A6793 background.


White color preview on #8A6793 background

This text has white color on #8A6793 background.