COLOR #8A5784

HEX: #8A5784
RGB: (138,87,132)

Color info

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

RGB color model

#8A5784 color RGB value is (138,87,132).

  • red value is 138;
  • green value is 87;
  • blue value is 132.
RGB:
(138,87,132)
(54%,34%,52%)

RGB channels and saturation

R 138 of 255 = 54%
G 87 of 255 = 34%
B 132 of 255 = 52%

138
87
132

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

Portions of RGB colors in percentages

R + G + B =
138 + 87 + 132 = 357 (100%)
R 138 of 357 ~ 38.66%
G 87 of 357 ~ 24.37%
B 132 of 357 ~ 36.97%

%38.66
%24.37
%36.97

CMYK color model

#8A5784 color CMYK value is (0,37,4,46).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 4.35%
  • key color value is 45.88%
CMYK:
(0,37,4,46)
C0M37Y4K46 
(0%,37%,4%,46%)
(0.00/0.37/0.04/0.46)	

CMYK percentages

%0
%36.96
%4.35
%45.88

Codes

Color #8A5784 in popluar color models

8A5784
RGB13887132
HSL307°22.67%44.12%
HSB/HSV307°36.96%54.12%
CMYK0.00%36.96%4.35%
45.88%

Color #8A5784 in popluar number systems.

HEX8A5784
Decimal13887132
Binary10001010101011110000100
Octal212127204

Shades and tints

Shades of #8A5784

#8A5784
(138,87,132)
#7E5078
(126,80,120)
#72496C
(114,73,108)
#664260
(102,66,96)
#5A3B54
(90,59,84)
#4E3448
(78,52,72)
#422D3C
(66,45,60)
#362630
(54,38,48)
#2A1F24
(42,31,36)
#1E1818
(30,24,24)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #8A5784

#8A5784
(138,87,132)
#94668F
(148,102,143)
#9E759A
(158,117,154)
#A884A5
(168,132,165)
#B293B0
(178,147,176)
#BCA2BB
(188,162,187)
#C6B1C6
(198,177,198)
#D0C0D1
(208,192,209)
#DACFDC
(218,207,220)
#E4DEE7
(228,222,231)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5784 color. Also use rgb(138,87,132) instead hex code.

Text Font Color

.myTextColor { color: #8A5784; }

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

This text font color is #8A5784.


Background Color

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

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

This div background color is #8A5784.


Border color

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

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

This div border color is #8A5784.


Opacity

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

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

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

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

This text has shadow with #8A5784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5784 on black background.


Color preview on white background

This text has color #8A5784 on white background.



Black color preview on #8A5784 background

This text has black color on #8A5784 background.


White color preview on #8A5784 background

This text has white color on #8A5784 background.