COLOR #8A6F8F

HEX: #8A6F8F RGB: (138,111,143)

Color info

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

RGB color model

#8A6F8F color RGB value is (138,111,143).

RGB: (138,111,143) (54%, 44%, 56%)

RGB channels and saturation

R 138 of 255 = 54%
G 111 of 255 = 44%
B 143 of 255 = 56%

138
111
143

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

Portions of RGB colors in percentages

R + G + B = 138 + 111 + 143 = 392 (100%)
R 138 of 392 ~ 35.2%
G 111 of 392 ~ 28.32%
B 143 of 392 ~ 36.48'%

%35.2
%28.32
%36.48

CMYK color model

#8A6F8F color CMYK value is (3,22,0,44).

  • cyan value is 3.50%
  • magenta value is 22.38%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (3,22,0,44)
C3M22Y0K44 (3%, 22%, 0%, 44%)
(0.03 / 0.22 / 0.00 / 0.44)

CMYK percentages

%3.5
%22.38
%0
%43.92

Codes

Color #8A6F8F in popluar color models

8A 6F 8F
RGB 138 111 143
HSL 291° 12.60% 49.80%
HSB/HSV 291° 22.38% 56.08%
CMYK 3.50% 22.38% 0.00%
43.92%

Color #8A6F8F in popluar number systems.

HEX 8A 6F 8F
Decimal 138 111 143
Binary 10001010 1101111 10001111
Octal 212 157 217

Shades and tints

Shades of #8A6F8F

#8A6F8F
(138,111,143)
#7E6582
(126,101,130)
#725B75
(114,91,117)
#665168
(102,81,104)
#5A475B
(90,71,91)
#4E3D4E
(78,61,78)
#423341
(66,51,65)
#362934
(54,41,52)
#2A1F27
(42,31,39)
#1E151A
(30,21,26)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #8A6F8F

#8A6F8F
(138,111,143)
#947C99
(148,124,153)
#9E89A3
(158,137,163)
#A896AD
(168,150,173)
#B2A3B7
(178,163,183)
#BCB0C1
(188,176,193)
#C6BDCB
(198,189,203)
#D0CAD5
(208,202,213)
#DAD7DF
(218,215,223)
#E4E4E9
(228,228,233)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6F8F; }

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

This text font color is #8A6F8F.

Background Color

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

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

This div background color is #8A6F8F.

Border color

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

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

This div border color is #8A6F8F.

Opacity

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

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

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

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

This text has shadow with #8A6F8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A6F8F.

Preview

Color preview on black background

This text has color #8A6F8F on black background.


Color preview on white background

This text has color #8A6F8F on white background.


Black color preview on #8A6F8F background

This text has black color on #8A6F8F background.


White color preview on #8A6F8F background

This text has white color on #8A6F8F background.


Related colors

Complementary color

Complementary color for #hex is #759070.


I love getcolorcode.com

Triadic colors

1 #8F8A6F and #6F8F8A with #8A6F8F are triadic colors.

2 #8F6F8A and #6F8A8F with #8A6F8F are triadic colors.