COLOR #885BD8

HEX: #885BD8
RGB: (136,91,216)

Color info

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

RGB color model

#885BD8 color RGB value is (136,91,216).

  • red value is 136;
  • green value is 91;
  • blue value is 216.
RGB:
(136,91,216)
(53%,36%,85%)

RGB channels and saturation

R 136 of 255 = 53%
G 91 of 255 = 36%
B 216 of 255 = 85%

136
91
216

R + G + B ~ 58%. #885BD8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 91 + 216 = 443 (100%)
R 136 of 443 ~ 30.7%
G 91 of 443 ~ 20.54%
B 216 of 443 ~ 48.76%

%30.7
%20.54
%48.76

CMYK color model

#885BD8 color CMYK value is (37,58,0,15).

  • cyan value is 37.04%
  • magenta value is 57.87%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(37,58,0,15)
C37M58Y0K15 
(37%,58%,0%,15%)
(0.37/0.58/0.00/0.15)	

CMYK percentages

%37.04
%57.87
%0
%15.29

Codes

Color #885BD8 in popluar color models

885BD8
RGB13691216
HSL262°61.58%60.20%
HSB/HSV262°57.87%84.71%
CMYK37.04%57.87%0.00%
15.29%

Color #885BD8 in popluar number systems.

HEX885BD8
Decimal13691216
Binary10001000101101111011000
Octal210133330

Shades and tints

Shades of #885BD8

#885BD8
(136,91,216)
#7C53C5
(124,83,197)
#704BB2
(112,75,178)
#64439F
(100,67,159)
#583B8C
(88,59,140)
#4C3379
(76,51,121)
#402B66
(64,43,102)
#342353
(52,35,83)
#281B40
(40,27,64)
#1C132D
(28,19,45)
#100B1A
(16,11,26)
#000000
(0,0,0)

Tints of #885BD8

#885BD8
(136,91,216)
#9269DB
(146,105,219)
#9C77DE
(156,119,222)
#A685E1
(166,133,225)
#B093E4
(176,147,228)
#BAA1E7
(186,161,231)
#C4AFEA
(196,175,234)
#CEBDED
(206,189,237)
#D8CBF0
(216,203,240)
#E2D9F3
(226,217,243)
#ECE7F6
(236,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885BD8 color. Also use rgb(136,91,216) instead hex code.

Text Font Color

.myTextColor { color: #885BD8; }

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

This text font color is #885BD8.


Background Color

.myBgColor { background-color: #885BD8; }

<div style="background-color:#885BD8">Inner text</div>

This div background color is #885BD8.


Border color

.myBorderColor { border: 1px solid #885BD8; }

<div style="border:3px solid #885BD8">Div</div>

This div border color is #885BD8.


Opacity

.myOpacity80 { color: #885BD8; opacity: 0.8; }

<p style="color:#885BD8;opacity:0.8;">80%</p>

Text with #885BD8 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 #885BD8;}

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

This text has shadow with #885BD8 color.

.textShadow {text-shadow: 3px 3px 1px #885BD8, 3px 3px 1px red;}

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

This text has shadow with #885BD8 primary color and red secondary color.


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

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

This text has shadow with #885BD8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885BD8 on black background.


Color preview on white background

This text has color #885BD8 on white background.



Black color preview on #885BD8 background

This text has black color on #885BD8 background.


White color preview on #885BD8 background

This text has white color on #885BD8 background.