COLOR #8520A1

HEX: #8520A1
RGB: (133,32,161)

Color info

#8520A1 contains mainly red and blue colors. Web safe color of #8520A1 is #993399 (or #939).

RGB color model

#8520A1 color RGB value is (133,32,161).

  • red value is 133;
  • green value is 32;
  • blue value is 161.
RGB:
(133,32,161)
(52%,13%,63%)

RGB channels and saturation

R 133 of 255 = 52%
G 32 of 255 = 13%
B 161 of 255 = 63%

133
32
161

R + G + B ~ 43%. #8520A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 32 + 161 = 326 (100%)
R 133 of 326 ~ 40.8%
G 32 of 326 ~ 9.82%
B 161 of 326 ~ 49.39%

%40.8
%9.82
%49.39

CMYK color model

#8520A1 color CMYK value is (17,80,0,37).

  • cyan value is 17.39%
  • magenta value is 80.12%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(17,80,0,37)
C17M80Y0K37 
(17%,80%,0%,37%)
(0.17/0.80/0.00/0.37)	

CMYK percentages

%17.39
%80.12
%0
%36.86

Codes

Color #8520A1 in popluar color models

8520A1
RGB13332161
HSL287°66.84%37.84%
HSB/HSV287°80.12%63.14%
CMYK17.39%80.12%0.00%
36.86%

Color #8520A1 in popluar number systems.

HEX8520A1
Decimal13332161
Binary1000010110000010100001
Octal20540241

Shades and tints

Shades of #8520A1

#8520A1
(133,32,161)
#791E93
(121,30,147)
#6D1C85
(109,28,133)
#611A77
(97,26,119)
#551869
(85,24,105)
#49165B
(73,22,91)
#3D144D
(61,20,77)
#31123F
(49,18,63)
#251031
(37,16,49)
#190E23
(25,14,35)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #8520A1

#8520A1
(133,32,161)
#9034A9
(144,52,169)
#9B48B1
(155,72,177)
#A65CB9
(166,92,185)
#B170C1
(177,112,193)
#BC84C9
(188,132,201)
#C798D1
(199,152,209)
#D2ACD9
(210,172,217)
#DDC0E1
(221,192,225)
#E8D4E9
(232,212,233)
#F3E8F1
(243,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8520A1 color. Also use rgb(133,32,161) instead hex code.

Text Font Color

.myTextColor { color: #8520A1; }

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

This text font color is #8520A1.


Background Color

.myBgColor { background-color: #8520A1; }

<div style="background-color:#8520A1">Inner text</div>

This div background color is #8520A1.


Border color

.myBorderColor { border: 1px solid #8520A1; }

<div style="border:3px solid #8520A1">Div</div>

This div border color is #8520A1.


Opacity

.myOpacity80 { color: #8520A1; opacity: 0.8; }

<p style="color:#8520A1;opacity:0.8;">80%</p>

Text with #8520A1 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 #8520A1;}

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

This text has shadow with #8520A1 color.

.textShadow {text-shadow: 3px 3px 1px #8520A1, 3px 3px 1px red;}

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

This text has shadow with #8520A1 primary color and red secondary color.


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

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

This text has shadow with #8520A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8520A1 on black background.


Color preview on white background

This text has color #8520A1 on white background.



Black color preview on #8520A1 background

This text has black color on #8520A1 background.


White color preview on #8520A1 background

This text has white color on #8520A1 background.