COLOR #8A4178

HEX: #8A4178
RGB: (138,65,120)

Color info

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

RGB color model

#8A4178 color RGB value is (138,65,120).

  • red value is 138;
  • green value is 65;
  • blue value is 120.
RGB:
(138,65,120)
(54%,25%,47%)

RGB channels and saturation

R 138 of 255 = 54%
G 65 of 255 = 25%
B 120 of 255 = 47%

138
65
120

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

Portions of RGB colors in percentages

R + G + B =
138 + 65 + 120 = 323 (100%)
R 138 of 323 ~ 42.72%
G 65 of 323 ~ 20.12%
B 120 of 323 ~ 37.15%

%42.72
%20.12
%37.15

CMYK color model

#8A4178 color CMYK value is (0,53,13,46).

  • cyan value is 0.00%
  • magenta value is 52.90%
  • yellow value is 13.04%
  • key color value is 45.88%
CMYK:
(0,53,13,46)
C0M53Y13K46 
(0%,53%,13%,46%)
(0.00/0.53/0.13/0.46)	

CMYK percentages

%0
%52.9
%13.04
%45.88

Codes

Color #8A4178 in popluar color models

8A4178
RGB13865120
HSL315°35.96%39.80%
HSB/HSV315°52.90%54.12%
CMYK0.00%52.90%13.04%
45.88%

Color #8A4178 in popluar number systems.

HEX8A4178
Decimal13865120
Binary1000101010000011111000
Octal212101170

Shades and tints

Shades of #8A4178

#8A4178
(138,65,120)
#7E3C6E
(126,60,110)
#723764
(114,55,100)
#66325A
(102,50,90)
#5A2D50
(90,45,80)
#4E2846
(78,40,70)
#42233C
(66,35,60)
#361E32
(54,30,50)
#2A1928
(42,25,40)
#1E141E
(30,20,30)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #8A4178

#8A4178
(138,65,120)
#945284
(148,82,132)
#9E6390
(158,99,144)
#A8749C
(168,116,156)
#B285A8
(178,133,168)
#BC96B4
(188,150,180)
#C6A7C0
(198,167,192)
#D0B8CC
(208,184,204)
#DAC9D8
(218,201,216)
#E4DAE4
(228,218,228)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4178 color. Also use rgb(138,65,120) instead hex code.

Text Font Color

.myTextColor { color: #8A4178; }

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

This text font color is #8A4178.


Background Color

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

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

This div background color is #8A4178.


Border color

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

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

This div border color is #8A4178.


Opacity

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

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

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

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

This text has shadow with #8A4178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4178 on black background.


Color preview on white background

This text has color #8A4178 on white background.



Black color preview on #8A4178 background

This text has black color on #8A4178 background.


White color preview on #8A4178 background

This text has white color on #8A4178 background.