COLOR #8570A9

HEX: #8570A9
RGB: (133,112,169)

Color info

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

RGB color model

#8570A9 color RGB value is (133,112,169).

  • red value is 133;
  • green value is 112;
  • blue value is 169.
RGB:
(133,112,169)
(52%,44%,66%)

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 169 of 255 = 66%

133
112
169

R + G + B ~ 54%. #8570A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 169 = 414 (100%)
R 133 of 414 ~ 32.13%
G 112 of 414 ~ 27.05%
B 169 of 414 ~ 40.82%

%32.13
%27.05
%40.82

CMYK color model

#8570A9 color CMYK value is (21,34,0,34).

  • cyan value is 21.30%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(21,34,0,34)
C21M34Y0K34 
(21%,34%,0%,34%)
(0.21/0.34/0.00/0.34)	

CMYK percentages

%21.3
%33.73
%0
%33.73

Codes

Color #8570A9 in popluar color models

8570A9
RGB133112169
HSL262°24.89%55.10%
HSB/HSV262°33.73%66.27%
CMYK21.30%33.73%0.00%
33.73%

Color #8570A9 in popluar number systems.

HEX8570A9
Decimal133112169
Binary10000101111000010101001
Octal205160251

Shades and tints

Shades of #8570A9

#8570A9
(133,112,169)
#79669A
(121,102,154)
#6D5C8B
(109,92,139)
#61527C
(97,82,124)
#55486D
(85,72,109)
#493E5E
(73,62,94)
#3D344F
(61,52,79)
#312A40
(49,42,64)
#252031
(37,32,49)
#191622
(25,22,34)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #8570A9

#8570A9
(133,112,169)
#907DB0
(144,125,176)
#9B8AB7
(155,138,183)
#A697BE
(166,151,190)
#B1A4C5
(177,164,197)
#BCB1CC
(188,177,204)
#C7BED3
(199,190,211)
#D2CBDA
(210,203,218)
#DDD8E1
(221,216,225)
#E8E5E8
(232,229,232)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8570A9 color. Also use rgb(133,112,169) instead hex code.

Text Font Color

.myTextColor { color: #8570A9; }

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

This text font color is #8570A9.


Background Color

.myBgColor { background-color: #8570A9; }

<div style="background-color:#8570A9">Inner text</div>

This div background color is #8570A9.


Border color

.myBorderColor { border: 1px solid #8570A9; }

<div style="border:3px solid #8570A9">Div</div>

This div border color is #8570A9.


Opacity

.myOpacity80 { color: #8570A9; opacity: 0.8; }

<p style="color:#8570A9;opacity:0.8;">80%</p>

Text with #8570A9 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 #8570A9;}

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

This text has shadow with #8570A9 color.

.textShadow {text-shadow: 3px 3px 1px #8570A9, 3px 3px 1px red;}

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

This text has shadow with #8570A9 primary color and red secondary color.


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

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

This text has shadow with #8570A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8570A9 on black background.


Color preview on white background

This text has color #8570A9 on white background.



Black color preview on #8570A9 background

This text has black color on #8570A9 background.


White color preview on #8570A9 background

This text has white color on #8570A9 background.