COLOR #8A5297

HEX: #8A5297
RGB: (138,82,151)

Color info

#8A5297 contains mainly red and blue colors. Web safe color of #8A5297 is #996699 (or #969).

RGB color model

#8A5297 color RGB value is (138,82,151).

  • red value is 138;
  • green value is 82;
  • blue value is 151.
RGB:
(138,82,151)
(54%,32%,59%)

RGB channels and saturation

R 138 of 255 = 54%
G 82 of 255 = 32%
B 151 of 255 = 59%

138
82
151

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

Portions of RGB colors in percentages

R + G + B =
138 + 82 + 151 = 371 (100%)
R 138 of 371 ~ 37.2%
G 82 of 371 ~ 22.1%
B 151 of 371 ~ 40.7%

%37.2
%22.1
%40.7

CMYK color model

#8A5297 color CMYK value is (9,46,0,41).

  • cyan value is 8.61%
  • magenta value is 45.70%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(9,46,0,41)
C9M46Y0K41 
(9%,46%,0%,41%)
(0.09/0.46/0.00/0.41)	

CMYK percentages

%8.61
%45.7
%0
%40.78

Codes

Color #8A5297 in popluar color models

8A5297
RGB13882151
HSL289°29.61%45.69%
HSB/HSV289°45.70%59.22%
CMYK8.61%45.70%0.00%
40.78%

Color #8A5297 in popluar number systems.

HEX8A5297
Decimal13882151
Binary10001010101001010010111
Octal212122227

Shades and tints

Shades of #8A5297

#8A5297
(138,82,151)
#7E4B8A
(126,75,138)
#72447D
(114,68,125)
#663D70
(102,61,112)
#5A3663
(90,54,99)
#4E2F56
(78,47,86)
#422849
(66,40,73)
#36213C
(54,33,60)
#2A1A2F
(42,26,47)
#1E1322
(30,19,34)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #8A5297

#8A5297
(138,82,151)
#9461A0
(148,97,160)
#9E70A9
(158,112,169)
#A87FB2
(168,127,178)
#B28EBB
(178,142,187)
#BC9DC4
(188,157,196)
#C6ACCD
(198,172,205)
#D0BBD6
(208,187,214)
#DACADF
(218,202,223)
#E4D9E8
(228,217,232)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5297 color. Also use rgb(138,82,151) instead hex code.

Text Font Color

.myTextColor { color: #8A5297; }

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

This text font color is #8A5297.


Background Color

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

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

This div background color is #8A5297.


Border color

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

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

This div border color is #8A5297.


Opacity

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

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

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

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

This text has shadow with #8A5297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5297 on black background.


Color preview on white background

This text has color #8A5297 on white background.



Black color preview on #8A5297 background

This text has black color on #8A5297 background.


White color preview on #8A5297 background

This text has white color on #8A5297 background.