COLOR #8573DA

HEX: #8573DA RGB: (133,115,218)

Color info

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

RGB color model

#8573DA color RGB value is (133,115,218).

RGB: (133,115,218) (52%, 45%, 85%)

RGB channels and saturation

R 133 of 255 = 52%
G 115 of 255 = 45%
B 218 of 255 = 85%

133
115
218

R + G + B ~ 61%. #8573DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 115 + 218 = 466 (100%)
R 133 of 466 ~ 28.54%
G 115 of 466 ~ 24.68%
B 218 of 466 ~ 46.78'%

%28.54
%24.68
%46.78

CMYK color model

#8573DA color CMYK value is (39,47,0,15).

  • cyan value is 38.99%
  • magenta value is 47.25%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (39,47,0,15)
C39M47Y0K15 (39%, 47%, 0%, 15%)
(0.39 / 0.47 / 0.00 / 0.15)

CMYK percentages

%38.99
%47.25
%0
%14.51

Codes

Color #8573DA in popluar color models

85 73 DA
RGB 133 115 218
HSL 250° 58.19% 65.29%
HSB/HSV 250° 47.25% 85.49%
CMYK 38.99% 47.25% 0.00%
14.51%

Color #8573DA in popluar number systems.

HEX 85 73 DA
Decimal 133 115 218
Binary 10000101 1110011 11011010
Octal 205 163 332

Shades and tints

Shades of #8573DA

#8573DA
(133,115,218)
#7969C7
(121,105,199)
#6D5FB4
(109,95,180)
#6155A1
(97,85,161)
#554B8E
(85,75,142)
#49417B
(73,65,123)
#3D3768
(61,55,104)
#312D55
(49,45,85)
#252342
(37,35,66)
#19192F
(25,25,47)
#0D0F1C
(13,15,28)
#000000
(0,0,0)

Tints of #8573DA

#8573DA
(133,115,218)
#907FDD
(144,127,221)
#9B8BE0
(155,139,224)
#A697E3
(166,151,227)
#B1A3E6
(177,163,230)
#BCAFE9
(188,175,233)
#C7BBEC
(199,187,236)
#D2C7EF
(210,199,239)
#DDD3F2
(221,211,242)
#E8DFF5
(232,223,245)
#F3EBF8
(243,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8573DA color. Also use rgb(133,115,218) instead hex code.

Text Font Color

.myTextColor { color: #8573DA; }

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

This text font color is #8573DA.

Background Color

.myBgColor { background-color: #8573DA; }

<div style="background-color:#8573DA">Inner text</div>

This div background color is #8573DA.

Border color

.myBorderColor { border: 1px solid #8573DA; }

<div style="border:3px solid #8573DA">Div</div>

This div border color is #8573DA.

Opacity

.myOpacity80 { color: #8573DA; opacity: 0.8; }

<p style="color:#8573DA;opacity:0.8;">80%</p>

Text with #8573DA 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 #8573DA;}

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

This text has shadow with #8573DA color.


.textShadow {text-shadow: 3px 3px 1px #8573DA', 3px 3px 1px red;}

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

This text has shadow with #8573DA primary color and red secondary color.


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

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

This text has shadow with #8573DA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8573DA; -webkit-box-shadow: 1px 1px 3px 2px #8573DA; box-shadow:1px 1px 3px 2px #8573DA;">
Div content here
</div>

This div box has shadow with color #8573DA.

Preview

Color preview on black background

This text has color #8573DA on black background.


Color preview on white background

This text has color #8573DA on white background.


Black color preview on #8573DA background

This text has black color on #8573DA background.


White color preview on #8573DA background

This text has white color on #8573DA background.


Related colors

Complementary color

Complementary color for #hex is #7A8C25.


I love getcolorcode.com

Triadic colors

1 #DA8573 and #73DA85 with #8573DA are triadic colors.

2 #DA7385 and #7385DA with #8573DA are triadic colors.