COLOR #8A6F8D

HEX: #8A6F8D
RGB: (138,111,141)

Color info

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

RGB color model

#8A6F8D color RGB value is (138,111,141).

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

RGB channels and saturation

R 138 of 255 = 54%
G 111 of 255 = 44%
B 141 of 255 = 55%

138
111
141

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

Portions of RGB colors in percentages

R + G + B =
138 + 111 + 141 = 390 (100%)
R 138 of 390 ~ 35.38%
G 111 of 390 ~ 28.46%
B 141 of 390 ~ 36.15%

%35.38
%28.46
%36.15

CMYK color model

#8A6F8D color CMYK value is (2,21,0,45).

  • cyan value is 2.13%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(2,21,0,45)
C2M21Y0K45 
(2%,21%,0%,45%)
(0.02/0.21/0.00/0.45)	

CMYK percentages

%2.13
%21.28
%0
%44.71

Codes

Color #8A6F8D in popluar color models

8A6F8D
RGB138111141
HSL294°11.90%49.41%
HSB/HSV294°21.28%55.29%
CMYK2.13%21.28%0.00%
44.71%

Color #8A6F8D in popluar number systems.

HEX8A6F8D
Decimal138111141
Binary10001010110111110001101
Octal212157215

Shades and tints

Shades of #8A6F8D

#8A6F8D
(138,111,141)
#7E6581
(126,101,129)
#725B75
(114,91,117)
#665169
(102,81,105)
#5A475D
(90,71,93)
#4E3D51
(78,61,81)
#423345
(66,51,69)
#362939
(54,41,57)
#2A1F2D
(42,31,45)
#1E1521
(30,21,33)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #8A6F8D

#8A6F8D
(138,111,141)
#947C97
(148,124,151)
#9E89A1
(158,137,161)
#A896AB
(168,150,171)
#B2A3B5
(178,163,181)
#BCB0BF
(188,176,191)
#C6BDC9
(198,189,201)
#D0CAD3
(208,202,211)
#DAD7DD
(218,215,221)
#E4E4E7
(228,228,231)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6F8D; }

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

This text font color is #8A6F8D.


Background Color

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

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

This div background color is #8A6F8D.


Border color

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

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

This div border color is #8A6F8D.


Opacity

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

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

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

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

This text has shadow with #8A6F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6F8D on black background.


Color preview on white background

This text has color #8A6F8D on white background.



Black color preview on #8A6F8D background

This text has black color on #8A6F8D background.


White color preview on #8A6F8D background

This text has white color on #8A6F8D background.