COLOR #8A6688

HEX: #8A6688
RGB: (138,102,136)

Color info

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

RGB color model

#8A6688 color RGB value is (138,102,136).

  • red value is 138;
  • green value is 102;
  • blue value is 136.
RGB:
(138,102,136)
(54%,40%,53%)

RGB channels and saturation

R 138 of 255 = 54%
G 102 of 255 = 40%
B 136 of 255 = 53%

138
102
136

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

Portions of RGB colors in percentages

R + G + B =
138 + 102 + 136 = 376 (100%)
R 138 of 376 ~ 36.7%
G 102 of 376 ~ 27.13%
B 136 of 376 ~ 36.17%

%36.7
%27.13
%36.17

CMYK color model

#8A6688 color CMYK value is (0,26,1,46).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 1.45%
  • key color value is 45.88%
CMYK:
(0,26,1,46)
C0M26Y1K46 
(0%,26%,1%,46%)
(0.00/0.26/0.01/0.46)	

CMYK percentages

%0
%26.09
%1.45
%45.88

Codes

Color #8A6688 in popluar color models

8A6688
RGB138102136
HSL303°15.00%47.06%
HSB/HSV303°26.09%54.12%
CMYK0.00%26.09%1.45%
45.88%

Color #8A6688 in popluar number systems.

HEX8A6688
Decimal138102136
Binary10001010110011010001000
Octal212146210

Shades and tints

Shades of #8A6688

#8A6688
(138,102,136)
#7E5D7C
(126,93,124)
#725470
(114,84,112)
#664B64
(102,75,100)
#5A4258
(90,66,88)
#4E394C
(78,57,76)
#423040
(66,48,64)
#362734
(54,39,52)
#2A1E28
(42,30,40)
#1E151C
(30,21,28)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #8A6688

#8A6688
(138,102,136)
#947392
(148,115,146)
#9E809C
(158,128,156)
#A88DA6
(168,141,166)
#B29AB0
(178,154,176)
#BCA7BA
(188,167,186)
#C6B4C4
(198,180,196)
#D0C1CE
(208,193,206)
#DACED8
(218,206,216)
#E4DBE2
(228,219,226)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6688 color. Also use rgb(138,102,136) instead hex code.

Text Font Color

.myTextColor { color: #8A6688; }

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

This text font color is #8A6688.


Background Color

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

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

This div background color is #8A6688.


Border color

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

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

This div border color is #8A6688.


Opacity

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

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

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

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

This text has shadow with #8A6688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6688 on black background.


Color preview on white background

This text has color #8A6688 on white background.



Black color preview on #8A6688 background

This text has black color on #8A6688 background.


White color preview on #8A6688 background

This text has white color on #8A6688 background.