COLOR #8A6E8C

HEX: #8A6E8C
RGB: (138,110,140)

Color info

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

RGB color model

#8A6E8C color RGB value is (138,110,140).

  • red value is 138;
  • green value is 110;
  • blue value is 140.
RGB:
(138,110,140)
(54%,43%,55%)

RGB channels and saturation

R 138 of 255 = 54%
G 110 of 255 = 43%
B 140 of 255 = 55%

138
110
140

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

Portions of RGB colors in percentages

R + G + B =
138 + 110 + 140 = 388 (100%)
R 138 of 388 ~ 35.57%
G 110 of 388 ~ 28.35%
B 140 of 388 ~ 36.08%

%35.57
%28.35
%36.08

CMYK color model

#8A6E8C color CMYK value is (1,21,0,45).

  • cyan value is 1.43%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(1,21,0,45)
C1M21Y0K45 
(1%,21%,0%,45%)
(0.01/0.21/0.00/0.45)	

CMYK percentages

%1.43
%21.43
%0
%45.1

Codes

Color #8A6E8C in popluar color models

8A6E8C
RGB138110140
HSL296°12.00%49.02%
HSB/HSV296°21.43%54.90%
CMYK1.43%21.43%0.00%
45.10%

Color #8A6E8C in popluar number systems.

HEX8A6E8C
Decimal138110140
Binary10001010110111010001100
Octal212156214

Shades and tints

Shades of #8A6E8C

#8A6E8C
(138,110,140)
#7E6480
(126,100,128)
#725A74
(114,90,116)
#665068
(102,80,104)
#5A465C
(90,70,92)
#4E3C50
(78,60,80)
#423244
(66,50,68)
#362838
(54,40,56)
#2A1E2C
(42,30,44)
#1E1420
(30,20,32)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #8A6E8C

#8A6E8C
(138,110,140)
#947B96
(148,123,150)
#9E88A0
(158,136,160)
#A895AA
(168,149,170)
#B2A2B4
(178,162,180)
#BCAFBE
(188,175,190)
#C6BCC8
(198,188,200)
#D0C9D2
(208,201,210)
#DAD6DC
(218,214,220)
#E4E3E6
(228,227,230)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6E8C color. Also use rgb(138,110,140) instead hex code.

Text Font Color

.myTextColor { color: #8A6E8C; }

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

This text font color is #8A6E8C.


Background Color

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

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

This div background color is #8A6E8C.


Border color

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

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

This div border color is #8A6E8C.


Opacity

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

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

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

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

This text has shadow with #8A6E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6E8C on black background.


Color preview on white background

This text has color #8A6E8C on white background.



Black color preview on #8A6E8C background

This text has black color on #8A6E8C background.


White color preview on #8A6E8C background

This text has white color on #8A6E8C background.