COLOR #884BB6

HEX: #884BB6
RGB: (136,75,182)

Color info

#884BB6 contains mainly red and blue colors. Web safe color of #884BB6 is #9933CC (or #93C).

RGB color model

#884BB6 color RGB value is (136,75,182).

  • red value is 136;
  • green value is 75;
  • blue value is 182.
RGB:
(136,75,182)
(53%,29%,71%)

RGB channels and saturation

R 136 of 255 = 53%
G 75 of 255 = 29%
B 182 of 255 = 71%

136
75
182

R + G + B ~ 51%. #884BB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 75 + 182 = 393 (100%)
R 136 of 393 ~ 34.61%
G 75 of 393 ~ 19.08%
B 182 of 393 ~ 46.31%

%34.61
%19.08
%46.31

CMYK color model

#884BB6 color CMYK value is (25,59,0,29).

  • cyan value is 25.27%
  • magenta value is 58.79%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(25,59,0,29)
C25M59Y0K29 
(25%,59%,0%,29%)
(0.25/0.59/0.00/0.29)	

CMYK percentages

%25.27
%58.79
%0
%28.63

Codes

Color #884BB6 in popluar color models

884BB6
RGB13675182
HSL274°42.29%50.39%
HSB/HSV274°58.79%71.37%
CMYK25.27%58.79%0.00%
28.63%

Color #884BB6 in popluar number systems.

HEX884BB6
Decimal13675182
Binary10001000100101110110110
Octal210113266

Shades and tints

Shades of #884BB6

#884BB6
(136,75,182)
#7C45A6
(124,69,166)
#703F96
(112,63,150)
#643986
(100,57,134)
#583376
(88,51,118)
#4C2D66
(76,45,102)
#402756
(64,39,86)
#342146
(52,33,70)
#281B36
(40,27,54)
#1C1526
(28,21,38)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #884BB6

#884BB6
(136,75,182)
#925BBC
(146,91,188)
#9C6BC2
(156,107,194)
#A67BC8
(166,123,200)
#B08BCE
(176,139,206)
#BA9BD4
(186,155,212)
#C4ABDA
(196,171,218)
#CEBBE0
(206,187,224)
#D8CBE6
(216,203,230)
#E2DBEC
(226,219,236)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884BB6 color. Also use rgb(136,75,182) instead hex code.

Text Font Color

.myTextColor { color: #884BB6; }

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

This text font color is #884BB6.


Background Color

.myBgColor { background-color: #884BB6; }

<div style="background-color:#884BB6">Inner text</div>

This div background color is #884BB6.


Border color

.myBorderColor { border: 1px solid #884BB6; }

<div style="border:3px solid #884BB6">Div</div>

This div border color is #884BB6.


Opacity

.myOpacity80 { color: #884BB6; opacity: 0.8; }

<p style="color:#884BB6;opacity:0.8;">80%</p>

Text with #884BB6 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 #884BB6;}

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

This text has shadow with #884BB6 color.

.textShadow {text-shadow: 3px 3px 1px #884BB6, 3px 3px 1px red;}

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

This text has shadow with #884BB6 primary color and red secondary color.


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

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

This text has shadow with #884BB6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884BB6 on black background.


Color preview on white background

This text has color #884BB6 on white background.



Black color preview on #884BB6 background

This text has black color on #884BB6 background.


White color preview on #884BB6 background

This text has white color on #884BB6 background.