COLOR #8A6286

HEX: #8A6286
RGB: (138,98,134)

Color info

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

RGB color model

#8A6286 color RGB value is (138,98,134).

  • red value is 138;
  • green value is 98;
  • blue value is 134.
RGB:
(138,98,134)
(54%,38%,53%)

RGB channels and saturation

R 138 of 255 = 54%
G 98 of 255 = 38%
B 134 of 255 = 53%

138
98
134

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

Portions of RGB colors in percentages

R + G + B =
138 + 98 + 134 = 370 (100%)
R 138 of 370 ~ 37.3%
G 98 of 370 ~ 26.49%
B 134 of 370 ~ 36.22%

%37.3
%26.49
%36.22

CMYK color model

#8A6286 color CMYK value is (0,29,3,46).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 2.90%
  • key color value is 45.88%
CMYK:
(0,29,3,46)
C0M29Y3K46 
(0%,29%,3%,46%)
(0.00/0.29/0.03/0.46)	

CMYK percentages

%0
%28.99
%2.9
%45.88

Codes

Color #8A6286 in popluar color models

8A6286
RGB13898134
HSL306°16.95%46.27%
HSB/HSV306°28.99%54.12%
CMYK0.00%28.99%2.90%
45.88%

Color #8A6286 in popluar number systems.

HEX8A6286
Decimal13898134
Binary10001010110001010000110
Octal212142206

Shades and tints

Shades of #8A6286

#8A6286
(138,98,134)
#7E5A7A
(126,90,122)
#72526E
(114,82,110)
#664A62
(102,74,98)
#5A4256
(90,66,86)
#4E3A4A
(78,58,74)
#42323E
(66,50,62)
#362A32
(54,42,50)
#2A2226
(42,34,38)
#1E1A1A
(30,26,26)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #8A6286

#8A6286
(138,98,134)
#947091
(148,112,145)
#9E7E9C
(158,126,156)
#A88CA7
(168,140,167)
#B29AB2
(178,154,178)
#BCA8BD
(188,168,189)
#C6B6C8
(198,182,200)
#D0C4D3
(208,196,211)
#DAD2DE
(218,210,222)
#E4E0E9
(228,224,233)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6286 color. Also use rgb(138,98,134) instead hex code.

Text Font Color

.myTextColor { color: #8A6286; }

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

This text font color is #8A6286.


Background Color

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

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

This div background color is #8A6286.


Border color

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

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

This div border color is #8A6286.


Opacity

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

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

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

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

This text has shadow with #8A6286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6286 on black background.


Color preview on white background

This text has color #8A6286 on white background.



Black color preview on #8A6286 background

This text has black color on #8A6286 background.


White color preview on #8A6286 background

This text has white color on #8A6286 background.