COLOR #8A6B8D

HEX: #8A6B8D
RGB: (138,107,141)

Color info

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

RGB color model

#8A6B8D color RGB value is (138,107,141).

  • red value is 138;
  • green value is 107;
  • blue value is 141.
RGB:
(138,107,141)
(54%,42%,55%)

RGB channels and saturation

R 138 of 255 = 54%
G 107 of 255 = 42%
B 141 of 255 = 55%

138
107
141

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

Portions of RGB colors in percentages

R + G + B =
138 + 107 + 141 = 386 (100%)
R 138 of 386 ~ 35.75%
G 107 of 386 ~ 27.72%
B 141 of 386 ~ 36.53%

%35.75
%27.72
%36.53

CMYK color model

#8A6B8D color CMYK value is (2,24,0,45).

  • cyan value is 2.13%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(2,24,0,45)
C2M24Y0K45 
(2%,24%,0%,45%)
(0.02/0.24/0.00/0.45)	

CMYK percentages

%2.13
%24.11
%0
%44.71

Codes

Color #8A6B8D in popluar color models

8A6B8D
RGB138107141
HSL295°13.71%48.63%
HSB/HSV295°24.11%55.29%
CMYK2.13%24.11%0.00%
44.71%

Color #8A6B8D in popluar number systems.

HEX8A6B8D
Decimal138107141
Binary10001010110101110001101
Octal212153215

Shades and tints

Shades of #8A6B8D

#8A6B8D
(138,107,141)
#7E6281
(126,98,129)
#725975
(114,89,117)
#665069
(102,80,105)
#5A475D
(90,71,93)
#4E3E51
(78,62,81)
#423545
(66,53,69)
#362C39
(54,44,57)
#2A232D
(42,35,45)
#1E1A21
(30,26,33)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #8A6B8D

#8A6B8D
(138,107,141)
#947897
(148,120,151)
#9E85A1
(158,133,161)
#A892AB
(168,146,171)
#B29FB5
(178,159,181)
#BCACBF
(188,172,191)
#C6B9C9
(198,185,201)
#D0C6D3
(208,198,211)
#DAD3DD
(218,211,221)
#E4E0E7
(228,224,231)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6B8D color. Also use rgb(138,107,141) instead hex code.

Text Font Color

.myTextColor { color: #8A6B8D; }

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

This text font color is #8A6B8D.


Background Color

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

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

This div background color is #8A6B8D.


Border color

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

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

This div border color is #8A6B8D.


Opacity

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

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

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

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

This text has shadow with #8A6B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6B8D on black background.


Color preview on white background

This text has color #8A6B8D on white background.



Black color preview on #8A6B8D background

This text has black color on #8A6B8D background.


White color preview on #8A6B8D background

This text has white color on #8A6B8D background.