COLOR #8A4A6E

HEX: #8A4A6E
RGB: (138,74,110)

Color info

#8A4A6E contains mainly red and blue colors. Web safe color of #8A4A6E is #993366 (or #936).

RGB color model

#8A4A6E color RGB value is (138,74,110).

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

RGB channels and saturation

R 138 of 255 = 54%
G 74 of 255 = 29%
B 110 of 255 = 43%

138
74
110

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

Portions of RGB colors in percentages

R + G + B =
138 + 74 + 110 = 322 (100%)
R 138 of 322 ~ 42.86%
G 74 of 322 ~ 22.98%
B 110 of 322 ~ 34.16%

%42.86
%22.98
%34.16

CMYK color model

#8A4A6E color CMYK value is (0,46,20,46).

  • cyan value is 0.00%
  • magenta value is 46.38%
  • yellow value is 20.29%
  • key color value is 45.88%
CMYK:
(0,46,20,46)
C0M46Y20K46 
(0%,46%,20%,46%)
(0.00/0.46/0.20/0.46)	

CMYK percentages

%0
%46.38
%20.29
%45.88

Codes

Color #8A4A6E in popluar color models

8A4A6E
RGB13874110
HSL326°30.19%41.57%
HSB/HSV326°46.38%54.12%
CMYK0.00%46.38%20.29%
45.88%

Color #8A4A6E in popluar number systems.

HEX8A4A6E
Decimal13874110
Binary1000101010010101101110
Octal212112156

Shades and tints

Shades of #8A4A6E

#8A4A6E
(138,74,110)
#7E4464
(126,68,100)
#723E5A
(114,62,90)
#663850
(102,56,80)
#5A3246
(90,50,70)
#4E2C3C
(78,44,60)
#422632
(66,38,50)
#362028
(54,32,40)
#2A1A1E
(42,26,30)
#1E1414
(30,20,20)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #8A4A6E

#8A4A6E
(138,74,110)
#945A7B
(148,90,123)
#9E6A88
(158,106,136)
#A87A95
(168,122,149)
#B28AA2
(178,138,162)
#BC9AAF
(188,154,175)
#C6AABC
(198,170,188)
#D0BAC9
(208,186,201)
#DACAD6
(218,202,214)
#E4DAE3
(228,218,227)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A4A6E; }

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

This text font color is #8A4A6E.


Background Color

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

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

This div background color is #8A4A6E.


Border color

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

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

This div border color is #8A4A6E.


Opacity

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

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

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

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

This text has shadow with #8A4A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4A6E on black background.


Color preview on white background

This text has color #8A4A6E on white background.



Black color preview on #8A4A6E background

This text has black color on #8A4A6E background.


White color preview on #8A4A6E background

This text has white color on #8A4A6E background.