COLOR #885BBD

HEX: #885BBD
RGB: (136,91,189)

Color info

#885BBD contains mainly red and blue colors. Web safe color of #885BBD is #9966CC (or #96C).

RGB color model

#885BBD color RGB value is (136,91,189).

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

RGB channels and saturation

R 136 of 255 = 53%
G 91 of 255 = 36%
B 189 of 255 = 74%

136
91
189

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

Portions of RGB colors in percentages

R + G + B =
136 + 91 + 189 = 416 (100%)
R 136 of 416 ~ 32.69%
G 91 of 416 ~ 21.88%
B 189 of 416 ~ 45.43%

%32.69
%21.88
%45.43

CMYK color model

#885BBD color CMYK value is (28,52,0,26).

  • cyan value is 28.04%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(28,52,0,26)
C28M52Y0K26 
(28%,52%,0%,26%)
(0.28/0.52/0.00/0.26)	

CMYK percentages

%28.04
%51.85
%0
%25.88

Codes

Color #885BBD in popluar color models

885BBD
RGB13691189
HSL268°42.61%54.90%
HSB/HSV268°51.85%74.12%
CMYK28.04%51.85%0.00%
25.88%

Color #885BBD in popluar number systems.

HEX885BBD
Decimal13691189
Binary10001000101101110111101
Octal210133275

Shades and tints

Shades of #885BBD

#885BBD
(136,91,189)
#7C53AC
(124,83,172)
#704B9B
(112,75,155)
#64438A
(100,67,138)
#583B79
(88,59,121)
#4C3368
(76,51,104)
#402B57
(64,43,87)
#342346
(52,35,70)
#281B35
(40,27,53)
#1C1324
(28,19,36)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #885BBD

#885BBD
(136,91,189)
#9269C3
(146,105,195)
#9C77C9
(156,119,201)
#A685CF
(166,133,207)
#B093D5
(176,147,213)
#BAA1DB
(186,161,219)
#C4AFE1
(196,175,225)
#CEBDE7
(206,189,231)
#D8CBED
(216,203,237)
#E2D9F3
(226,217,243)
#ECE7F9
(236,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885BBD; }

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

This text font color is #885BBD.


Background Color

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

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

This div background color is #885BBD.


Border color

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

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

This div border color is #885BBD.


Opacity

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

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

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

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

This text has shadow with #885BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885BBD on black background.


Color preview on white background

This text has color #885BBD on white background.



Black color preview on #885BBD background

This text has black color on #885BBD background.


White color preview on #885BBD background

This text has white color on #885BBD background.