COLOR #8562A2

HEX: #8562A2
RGB: (133,98,162)

Color info

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

RGB color model

#8562A2 color RGB value is (133,98,162).

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

RGB channels and saturation

R 133 of 255 = 52%
G 98 of 255 = 38%
B 162 of 255 = 64%

133
98
162

R + G + B ~ 51%. #8562A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 98 + 162 = 393 (100%)
R 133 of 393 ~ 33.84%
G 98 of 393 ~ 24.94%
B 162 of 393 ~ 41.22%

%33.84
%24.94
%41.22

CMYK color model

#8562A2 color CMYK value is (18,40,0,36).

  • cyan value is 17.90%
  • magenta value is 39.51%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(18,40,0,36)
C18M40Y0K36 
(18%,40%,0%,36%)
(0.18/0.40/0.00/0.36)	

CMYK percentages

%17.9
%39.51
%0
%36.47

Codes

Color #8562A2 in popluar color models

8562A2
RGB13398162
HSL273°25.60%50.98%
HSB/HSV273°39.51%63.53%
CMYK17.90%39.51%0.00%
36.47%

Color #8562A2 in popluar number systems.

HEX8562A2
Decimal13398162
Binary10000101110001010100010
Octal205142242

Shades and tints

Shades of #8562A2

#8562A2
(133,98,162)
#795A94
(121,90,148)
#6D5286
(109,82,134)
#614A78
(97,74,120)
#55426A
(85,66,106)
#493A5C
(73,58,92)
#3D324E
(61,50,78)
#312A40
(49,42,64)
#252232
(37,34,50)
#191A24
(25,26,36)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #8562A2

#8562A2
(133,98,162)
#9070AA
(144,112,170)
#9B7EB2
(155,126,178)
#A68CBA
(166,140,186)
#B19AC2
(177,154,194)
#BCA8CA
(188,168,202)
#C7B6D2
(199,182,210)
#D2C4DA
(210,196,218)
#DDD2E2
(221,210,226)
#E8E0EA
(232,224,234)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8562A2; }

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

This text font color is #8562A2.


Background Color

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

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

This div background color is #8562A2.


Border color

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

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

This div border color is #8562A2.


Opacity

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

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

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

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

This text has shadow with #8562A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8562A2 on black background.


Color preview on white background

This text has color #8562A2 on white background.



Black color preview on #8562A2 background

This text has black color on #8562A2 background.


White color preview on #8562A2 background

This text has white color on #8562A2 background.