COLOR #855EE5

HEX: #855EE5 RGB: (133,94,229)

Color info

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

RGB color model

#855EE5 color RGB value is (133,94,229).

RGB: (133,94,229) (52%, 37%, 90%)

RGB channels and saturation

R 133 of 255 = 52%
G 94 of 255 = 37%
B 229 of 255 = 90%

133
94
229

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

Portions of RGB colors in percentages

R + G + B = 133 + 94 + 229 = 456 (100%)
R 133 of 456 ~ 29.17%
G 94 of 456 ~ 20.61%
B 229 of 456 ~ 50.22'%

%29.17
%20.61
%50.22

CMYK color model

#855EE5 color CMYK value is (42,59,0,10).

  • cyan value is 41.92%
  • magenta value is 58.95%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (42,59,0,10) C42M59Y0K10 (42%,59%,0%,10%) (0.42/0.59/0.00/0.10) 

CMYK percentages

%41.92
%58.95
%0
%10.2

Codes

Color #855EE5 in popluar color models

85 5E E5
RGB 133 94 229
HSL 257° 72.19% 63.33%
HSB/HSV 257° 58.95% 89.80%
CMYK 41.92% 58.95% 0.00%
10.20%

Color #855EE5 in popluar number systems.

HEX 85 5E E5
Decimal 133 94 229
Binary 10000101 1011110 11100101
Octal 205 136 345

Shades and tints

Shades of #855EE5

#855EE5
(133,94,229)
#7956D1
(121,86,209)
#6D4EBD
(109,78,189)
#6146A9
(97,70,169)
#553E95
(85,62,149)
#493681
(73,54,129)
#3D2E6D
(61,46,109)
#312659
(49,38,89)
#251E45
(37,30,69)
#191631
(25,22,49)
#0D0E1D
(13,14,29)
#000000
(0,0,0)

Tints of #855EE5

#855EE5
(133,94,229)
#906CE7
(144,108,231)
#9B7AE9
(155,122,233)
#A688EB
(166,136,235)
#B196ED
(177,150,237)
#BCA4EF
(188,164,239)
#C7B2F1
(199,178,241)
#D2C0F3
(210,192,243)
#DDCEF5
(221,206,245)
#E8DCF7
(232,220,247)
#F3EAF9
(243,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855EE5 color. Also use rgb(133,94,229) instead hex code.

Text Font Color

.myTextColor { color: #855EE5; }

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

This text font color is #855EE5.

Background Color

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

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

This div background color is #855EE5.

Border color

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

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

This div border color is #855EE5.

Opacity

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

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

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

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

This text has shadow with #855EE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855EE5.

Preview

Color preview on black background

This text has color #855EE5 on black background.


Color preview on white background

This text has color #855EE5 on white background.


Black color preview on #855EE5 background

This text has black color on #855EE5 background.


White color preview on #855EE5 background

This text has white color on #855EE5 background.


Related colors

Complementary color

Complementary color for #hex is #7AA11A.


I love getcolorcode.com

Triadic colors

1 #E5855E and #5EE585 with #855EE5 are triadic colors.

2 #E55E85 and #5E85E5 with #855EE5 are triadic colors.