COLOR #8A4574

HEX: #8A4574
RGB: (138,69,116)

Color info

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

RGB color model

#8A4574 color RGB value is (138,69,116).

  • red value is 138;
  • green value is 69;
  • blue value is 116.
RGB:
(138,69,116)
(54%,27%,45%)

RGB channels and saturation

R 138 of 255 = 54%
G 69 of 255 = 27%
B 116 of 255 = 45%

138
69
116

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

Portions of RGB colors in percentages

R + G + B =
138 + 69 + 116 = 323 (100%)
R 138 of 323 ~ 42.72%
G 69 of 323 ~ 21.36%
B 116 of 323 ~ 35.91%

%42.72
%21.36
%35.91

CMYK color model

#8A4574 color CMYK value is (0,50,16,46).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 15.94%
  • key color value is 45.88%
CMYK:
(0,50,16,46)
C0M50Y16K46 
(0%,50%,16%,46%)
(0.00/0.50/0.16/0.46)	

CMYK percentages

%0
%50
%15.94
%45.88

Codes

Color #8A4574 in popluar color models

8A4574
RGB13869116
HSL319°33.33%40.59%
HSB/HSV319°50.00%54.12%
CMYK0.00%50.00%15.94%
45.88%

Color #8A4574 in popluar number systems.

HEX8A4574
Decimal13869116
Binary1000101010001011110100
Octal212105164

Shades and tints

Shades of #8A4574

#8A4574
(138,69,116)
#7E3F6A
(126,63,106)
#723960
(114,57,96)
#663356
(102,51,86)
#5A2D4C
(90,45,76)
#4E2742
(78,39,66)
#422138
(66,33,56)
#361B2E
(54,27,46)
#2A1524
(42,21,36)
#1E0F1A
(30,15,26)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #8A4574

#8A4574
(138,69,116)
#945580
(148,85,128)
#9E658C
(158,101,140)
#A87598
(168,117,152)
#B285A4
(178,133,164)
#BC95B0
(188,149,176)
#C6A5BC
(198,165,188)
#D0B5C8
(208,181,200)
#DAC5D4
(218,197,212)
#E4D5E0
(228,213,224)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4574 color. Also use rgb(138,69,116) instead hex code.

Text Font Color

.myTextColor { color: #8A4574; }

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

This text font color is #8A4574.


Background Color

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

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

This div background color is #8A4574.


Border color

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

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

This div border color is #8A4574.


Opacity

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

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

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

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

This text has shadow with #8A4574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4574 on black background.


Color preview on white background

This text has color #8A4574 on white background.



Black color preview on #8A4574 background

This text has black color on #8A4574 background.


White color preview on #8A4574 background

This text has white color on #8A4574 background.