COLOR #8A4683

HEX: #8A4683
RGB: (138,70,131)

Color info

#8A4683 contains mainly red and blue colors. Web safe color of #8A4683 is #993399 (or #939).

RGB color model

#8A4683 color RGB value is (138,70,131).

  • red value is 138;
  • green value is 70;
  • blue value is 131.
RGB:
(138,70,131)
(54%,27%,51%)

RGB channels and saturation

R 138 of 255 = 54%
G 70 of 255 = 27%
B 131 of 255 = 51%

138
70
131

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

Portions of RGB colors in percentages

R + G + B =
138 + 70 + 131 = 339 (100%)
R 138 of 339 ~ 40.71%
G 70 of 339 ~ 20.65%
B 131 of 339 ~ 38.64%

%40.71
%20.65
%38.64

CMYK color model

#8A4683 color CMYK value is (0,49,5,46).

  • cyan value is 0.00%
  • magenta value is 49.28%
  • yellow value is 5.07%
  • key color value is 45.88%
CMYK:
(0,49,5,46)
C0M49Y5K46 
(0%,49%,5%,46%)
(0.00/0.49/0.05/0.46)	

CMYK percentages

%0
%49.28
%5.07
%45.88

Codes

Color #8A4683 in popluar color models

8A4683
RGB13870131
HSL306°32.69%40.78%
HSB/HSV306°49.28%54.12%
CMYK0.00%49.28%5.07%
45.88%

Color #8A4683 in popluar number systems.

HEX8A4683
Decimal13870131
Binary10001010100011010000011
Octal212106203

Shades and tints

Shades of #8A4683

#8A4683
(138,70,131)
#7E4078
(126,64,120)
#723A6D
(114,58,109)
#663462
(102,52,98)
#5A2E57
(90,46,87)
#4E284C
(78,40,76)
#422241
(66,34,65)
#361C36
(54,28,54)
#2A162B
(42,22,43)
#1E1020
(30,16,32)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #8A4683

#8A4683
(138,70,131)
#94568E
(148,86,142)
#9E6699
(158,102,153)
#A876A4
(168,118,164)
#B286AF
(178,134,175)
#BC96BA
(188,150,186)
#C6A6C5
(198,166,197)
#D0B6D0
(208,182,208)
#DAC6DB
(218,198,219)
#E4D6E6
(228,214,230)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4683 color. Also use rgb(138,70,131) instead hex code.

Text Font Color

.myTextColor { color: #8A4683; }

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

This text font color is #8A4683.


Background Color

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

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

This div background color is #8A4683.


Border color

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

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

This div border color is #8A4683.


Opacity

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

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

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

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

This text has shadow with #8A4683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4683 on black background.


Color preview on white background

This text has color #8A4683 on white background.



Black color preview on #8A4683 background

This text has black color on #8A4683 background.


White color preview on #8A4683 background

This text has white color on #8A4683 background.