COLOR #8502A2

HEX: #8502A2
RGB: (133,2,162)

Color info

#8502A2 contains mainly red and blue colors. Web safe color of #8502A2 is #990099 (or #909).

RGB color model

#8502A2 color RGB value is (133,2,162).

  • red value is 133;
  • green value is 2;
  • blue value is 162.
RGB:
(133,2,162)
(52%,1%,64%)

RGB channels and saturation

R 133 of 255 = 52%
G 2 of 255 = 1%
B 162 of 255 = 64%

133
2
162

R + G + B ~ 39%. #8502A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 2 + 162 = 297 (100%)
R 133 of 297 ~ 44.78%
G 2 of 297 ~ 0.67%
B 162 of 297 ~ 54.55%

%44.78
%54.55

CMYK color model

#8502A2 color CMYK value is (18,99,0,36).

  • cyan value is 17.90%
  • magenta value is 98.77%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(18,99,0,36)
C18M99Y0K36 
(18%,99%,0%,36%)
(0.18/0.99/0.00/0.36)	

CMYK percentages

%17.9
%98.77
%0
%36.47

Codes

Color #8502A2 in popluar color models

8502A2
RGB1332162
HSL289°97.56%32.16%
HSB/HSV289°98.77%63.53%
CMYK17.90%98.77%0.00%
36.47%

Color #8502A2 in popluar number systems.

HEX8502A2
Decimal1332162
Binary100001011010100010
Octal2052242

Shades and tints

Shades of #8502A2

#8502A2
(133,2,162)
#790294
(121,2,148)
#6D0286
(109,2,134)
#610278
(97,2,120)
#55026A
(85,2,106)
#49025C
(73,2,92)
#3D024E
(61,2,78)
#310240
(49,2,64)
#250232
(37,2,50)
#190224
(25,2,36)
#0D0216
(13,2,22)
#000000
(0,0,0)

Tints of #8502A2

#8502A2
(133,2,162)
#9019AA
(144,25,170)
#9B30B2
(155,48,178)
#A647BA
(166,71,186)
#B15EC2
(177,94,194)
#BC75CA
(188,117,202)
#C78CD2
(199,140,210)
#D2A3DA
(210,163,218)
#DDBAE2
(221,186,226)
#E8D1EA
(232,209,234)
#F3E8F2
(243,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8502A2 color. Also use rgb(133,2,162) instead hex code.

Text Font Color

.myTextColor { color: #8502A2; }

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

This text font color is #8502A2.


Background Color

.myBgColor { background-color: #8502A2; }

<div style="background-color:#8502A2">Inner text</div>

This div background color is #8502A2.


Border color

.myBorderColor { border: 1px solid #8502A2; }

<div style="border:3px solid #8502A2">Div</div>

This div border color is #8502A2.


Opacity

.myOpacity80 { color: #8502A2; opacity: 0.8; }

<p style="color:#8502A2;opacity:0.8;">80%</p>

Text with #8502A2 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 #8502A2;}

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

This text has shadow with #8502A2 color.

.textShadow {text-shadow: 3px 3px 1px #8502A2, 3px 3px 1px red;}

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

This text has shadow with #8502A2 primary color and red secondary color.


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

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

This text has shadow with #8502A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8502A2 on black background.


Color preview on white background

This text has color #8502A2 on white background.



Black color preview on #8502A2 background

This text has black color on #8502A2 background.


White color preview on #8502A2 background

This text has white color on #8502A2 background.