COLOR #8A6DAB

HEX: #8A6DAB
RGB: (138,109,171)

Color info

#8A6DAB contains mainly red and blue colors. Web safe color of #8A6DAB is #996699 (or #969).

RGB color model

#8A6DAB color RGB value is (138,109,171).

  • red value is 138;
  • green value is 109;
  • blue value is 171.
RGB:
(138,109,171)
(54%,43%,67%)

RGB channels and saturation

R 138 of 255 = 54%
G 109 of 255 = 43%
B 171 of 255 = 67%

138
109
171

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

Portions of RGB colors in percentages

R + G + B =
138 + 109 + 171 = 418 (100%)
R 138 of 418 ~ 33.01%
G 109 of 418 ~ 26.08%
B 171 of 418 ~ 40.91%

%33.01
%26.08
%40.91

CMYK color model

#8A6DAB color CMYK value is (19,36,0,33).

  • cyan value is 19.30%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(19,36,0,33)
C19M36Y0K33 
(19%,36%,0%,33%)
(0.19/0.36/0.00/0.33)	

CMYK percentages

%19.3
%36.26
%0
%32.94

Codes

Color #8A6DAB in popluar color models

8A6DAB
RGB138109171
HSL268°26.96%54.90%
HSB/HSV268°36.26%67.06%
CMYK19.30%36.26%0.00%
32.94%

Color #8A6DAB in popluar number systems.

HEX8A6DAB
Decimal138109171
Binary10001010110110110101011
Octal212155253

Shades and tints

Shades of #8A6DAB

#8A6DAB
(138,109,171)
#7E649C
(126,100,156)
#725B8D
(114,91,141)
#66527E
(102,82,126)
#5A496F
(90,73,111)
#4E4060
(78,64,96)
#423751
(66,55,81)
#362E42
(54,46,66)
#2A2533
(42,37,51)
#1E1C24
(30,28,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #8A6DAB

#8A6DAB
(138,109,171)
#947AB2
(148,122,178)
#9E87B9
(158,135,185)
#A894C0
(168,148,192)
#B2A1C7
(178,161,199)
#BCAECE
(188,174,206)
#C6BBD5
(198,187,213)
#D0C8DC
(208,200,220)
#DAD5E3
(218,213,227)
#E4E2EA
(228,226,234)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6DAB color. Also use rgb(138,109,171) instead hex code.

Text Font Color

.myTextColor { color: #8A6DAB; }

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

This text font color is #8A6DAB.


Background Color

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

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

This div background color is #8A6DAB.


Border color

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

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

This div border color is #8A6DAB.


Opacity

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

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

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

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

This text has shadow with #8A6DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6DAB on black background.


Color preview on white background

This text has color #8A6DAB on white background.



Black color preview on #8A6DAB background

This text has black color on #8A6DAB background.


White color preview on #8A6DAB background

This text has white color on #8A6DAB background.