COLOR #8A5488

HEX: #8A5488
RGB: (138,84,136)

Color info

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

RGB color model

#8A5488 color RGB value is (138,84,136).

  • red value is 138;
  • green value is 84;
  • blue value is 136.
RGB:
(138,84,136)
(54%,33%,53%)

RGB channels and saturation

R 138 of 255 = 54%
G 84 of 255 = 33%
B 136 of 255 = 53%

138
84
136

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

Portions of RGB colors in percentages

R + G + B =
138 + 84 + 136 = 358 (100%)
R 138 of 358 ~ 38.55%
G 84 of 358 ~ 23.46%
B 136 of 358 ~ 37.99%

%38.55
%23.46
%37.99

CMYK color model

#8A5488 color CMYK value is (0,39,1,46).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 1.45%
  • key color value is 45.88%
CMYK:
(0,39,1,46)
C0M39Y1K46 
(0%,39%,1%,46%)
(0.00/0.39/0.01/0.46)	

CMYK percentages

%0
%39.13
%1.45
%45.88

Codes

Color #8A5488 in popluar color models

8A5488
RGB13884136
HSL302°24.32%43.53%
HSB/HSV302°39.13%54.12%
CMYK0.00%39.13%1.45%
45.88%

Color #8A5488 in popluar number systems.

HEX8A5488
Decimal13884136
Binary10001010101010010001000
Octal212124210

Shades and tints

Shades of #8A5488

#8A5488
(138,84,136)
#7E4D7C
(126,77,124)
#724670
(114,70,112)
#663F64
(102,63,100)
#5A3858
(90,56,88)
#4E314C
(78,49,76)
#422A40
(66,42,64)
#362334
(54,35,52)
#2A1C28
(42,28,40)
#1E151C
(30,21,28)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #8A5488

#8A5488
(138,84,136)
#946392
(148,99,146)
#9E729C
(158,114,156)
#A881A6
(168,129,166)
#B290B0
(178,144,176)
#BC9FBA
(188,159,186)
#C6AEC4
(198,174,196)
#D0BDCE
(208,189,206)
#DACCD8
(218,204,216)
#E4DBE2
(228,219,226)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5488 color. Also use rgb(138,84,136) instead hex code.

Text Font Color

.myTextColor { color: #8A5488; }

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

This text font color is #8A5488.


Background Color

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

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

This div background color is #8A5488.


Border color

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

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

This div border color is #8A5488.


Opacity

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

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

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

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

This text has shadow with #8A5488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5488 on black background.


Color preview on white background

This text has color #8A5488 on white background.



Black color preview on #8A5488 background

This text has black color on #8A5488 background.


White color preview on #8A5488 background

This text has white color on #8A5488 background.