COLOR #855DD2

HEX: #855DD2 RGB: (133,93,210)

Color info

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

RGB color model

#855DD2 color RGB value is (133,93,210).

RGB: (133,93,210) (52%, 36%, 82%)

RGB channels and saturation

R 133 of 255 = 52%
G 93 of 255 = 36%
B 210 of 255 = 82%

133
93
210

R + G + B ~ 57%. #855DD2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 93 + 210 = 436 (100%)
R 133 of 436 ~ 30.5%
G 93 of 436 ~ 21.33%
B 210 of 436 ~ 48.17'%

%30.5
%21.33
%48.17

CMYK color model

#855DD2 color CMYK value is (37,56,0,18).

  • cyan value is 36.67%
  • magenta value is 55.71%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (37,56,0,18)
C37M56Y0K18 (37%, 56%, 0%, 18%)
(0.37 / 0.56 / 0.00 / 0.18)

CMYK percentages

%36.67
%55.71
%0
%17.65

Codes

Color #855DD2 in popluar color models

85 5D D2
RGB 133 93 210
HSL 261° 56.52% 59.41%
HSB/HSV 261° 55.71% 82.35%
CMYK 36.67% 55.71% 0.00%
17.65%

Color #855DD2 in popluar number systems.

HEX 85 5D D2
Decimal 133 93 210
Binary 10000101 1011101 11010010
Octal 205 135 322

Shades and tints

Shades of #855DD2

#855DD2
(133,93,210)
#7955BF
(121,85,191)
#6D4DAC
(109,77,172)
#614599
(97,69,153)
#553D86
(85,61,134)
#493573
(73,53,115)
#3D2D60
(61,45,96)
#31254D
(49,37,77)
#251D3A
(37,29,58)
#191527
(25,21,39)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #855DD2

#855DD2
(133,93,210)
#906BD6
(144,107,214)
#9B79DA
(155,121,218)
#A687DE
(166,135,222)
#B195E2
(177,149,226)
#BCA3E6
(188,163,230)
#C7B1EA
(199,177,234)
#D2BFEE
(210,191,238)
#DDCDF2
(221,205,242)
#E8DBF6
(232,219,246)
#F3E9FA
(243,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855DD2 color. Also use rgb(133,93,210) instead hex code.

Text Font Color

.myTextColor { color: #855DD2; }

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

This text font color is #855DD2.

Background Color

.myBgColor { background-color: #855DD2; }

<div style="background-color:#855DD2">Inner text</div>

This div background color is #855DD2.

Border color

.myBorderColor { border: 1px solid #855DD2; }

<div style="border:3px solid #855DD2">Div</div>

This div border color is #855DD2.

Opacity

.myOpacity80 { color: #855DD2; opacity: 0.8; }

<p style="color:#855DD2;opacity:0.8;">80%</p>

Text with #855DD2 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 #855DD2;}

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

This text has shadow with #855DD2 color.


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

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

This text has shadow with #855DD2 primary color and red secondary color.


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

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

This text has shadow with #855DD2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #855DD2.

Preview

Color preview on black background

This text has color #855DD2 on black background.


Color preview on white background

This text has color #855DD2 on white background.


Black color preview on #855DD2 background

This text has black color on #855DD2 background.


White color preview on #855DD2 background

This text has white color on #855DD2 background.


Related colors

Complementary color

Complementary color for #hex is #7AA22D.


I love getcolorcode.com

Triadic colors

1 #D2855D and #5DD285 with #855DD2 are triadic colors.

2 #D25D85 and #5D85D2 with #855DD2 are triadic colors.