COLOR #8571E5

HEX: #8571E5
RGB: (133,113,229)

Color info

#8571E5 contains mainly blue color. Web safe color of #8571E5 is #9966CC (or #96C).

RGB color model

#8571E5 color RGB value is (133,113,229).

  • red value is 133;
  • green value is 113;
  • blue value is 229.
RGB:
(133,113,229)
(52%,44%,90%)

RGB channels and saturation

R 133 of 255 = 52%
G 113 of 255 = 44%
B 229 of 255 = 90%

133
113
229

R + G + B ~ 62%. #8571E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 113 + 229 = 475 (100%)
R 133 of 475 ~ 28%
G 113 of 475 ~ 23.79%
B 229 of 475 ~ 48.21%

%28
%23.79
%48.21

CMYK color model

#8571E5 color CMYK value is (42,51,0,10).

  • cyan value is 41.92%
  • magenta value is 50.66%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(42,51,0,10)
C42M51Y0K10 
(42%,51%,0%,10%)
(0.42/0.51/0.00/0.10)	

CMYK percentages

%41.92
%50.66
%0
%10.2

Codes

Color #8571E5 in popluar color models

8571E5
RGB133113229
HSL250°69.05%67.06%
HSB/HSV250°50.66%89.80%
CMYK41.92%50.66%0.00%
10.20%

Color #8571E5 in popluar number systems.

HEX8571E5
Decimal133113229
Binary10000101111000111100101
Octal205161345

Shades and tints

Shades of #8571E5

#8571E5
(133,113,229)
#7967D1
(121,103,209)
#6D5DBD
(109,93,189)
#6153A9
(97,83,169)
#554995
(85,73,149)
#493F81
(73,63,129)
#3D356D
(61,53,109)
#312B59
(49,43,89)
#252145
(37,33,69)
#191731
(25,23,49)
#0D0D1D
(13,13,29)
#000000
(0,0,0)

Tints of #8571E5

#8571E5
(133,113,229)
#907DE7
(144,125,231)
#9B89E9
(155,137,233)
#A695EB
(166,149,235)
#B1A1ED
(177,161,237)
#BCADEF
(188,173,239)
#C7B9F1
(199,185,241)
#D2C5F3
(210,197,243)
#DDD1F5
(221,209,245)
#E8DDF7
(232,221,247)
#F3E9F9
(243,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8571E5 color. Also use rgb(133,113,229) instead hex code.

Text Font Color

.myTextColor { color: #8571E5; }

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

This text font color is #8571E5.


Background Color

.myBgColor { background-color: #8571E5; }

<div style="background-color:#8571E5">Inner text</div>

This div background color is #8571E5.


Border color

.myBorderColor { border: 1px solid #8571E5; }

<div style="border:3px solid #8571E5">Div</div>

This div border color is #8571E5.


Opacity

.myOpacity80 { color: #8571E5; opacity: 0.8; }

<p style="color:#8571E5;opacity:0.8;">80%</p>

Text with #8571E5 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 #8571E5;}

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

This text has shadow with #8571E5 color.

.textShadow {text-shadow: 3px 3px 1px #8571E5, 3px 3px 1px red;}

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

This text has shadow with #8571E5 primary color and red secondary color.


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

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

This text has shadow with #8571E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8571E5 on black background.


Color preview on white background

This text has color #8571E5 on white background.



Black color preview on #8571E5 background

This text has black color on #8571E5 background.


White color preview on #8571E5 background

This text has white color on #8571E5 background.