COLOR #881DDA

HEX: #881DDA
RGB: (136,29,218)

Color info

#881DDA contains mainly blue color. Web safe color of #881DDA is #9933CC (or #93C).

RGB color model

#881DDA color RGB value is (136,29,218).

  • red value is 136;
  • green value is 29;
  • blue value is 218.
RGB:
(136,29,218)
(53%,11%,85%)

RGB channels and saturation

R 136 of 255 = 53%
G 29 of 255 = 11%
B 218 of 255 = 85%

136
29
218

R + G + B ~ 50%. #881DDA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 29 + 218 = 383 (100%)
R 136 of 383 ~ 35.51%
G 29 of 383 ~ 7.57%
B 218 of 383 ~ 56.92%

%35.51
%56.92

CMYK color model

#881DDA color CMYK value is (38,87,0,15).

  • cyan value is 37.61%
  • magenta value is 86.70%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(38,87,0,15)
C38M87Y0K15 
(38%,87%,0%,15%)
(0.38/0.87/0.00/0.15)	

CMYK percentages

%37.61
%86.7
%0
%14.51

Codes

Color #881DDA in popluar color models

881DDA
RGB13629218
HSL274°76.52%48.43%
HSB/HSV274°86.70%85.49%
CMYK37.61%86.70%0.00%
14.51%

Color #881DDA in popluar number systems.

HEX881DDA
Decimal13629218
Binary100010001110111011010
Octal21035332

Shades and tints

Shades of #881DDA

#881DDA
(136,29,218)
#7C1BC7
(124,27,199)
#7019B4
(112,25,180)
#6417A1
(100,23,161)
#58158E
(88,21,142)
#4C137B
(76,19,123)
#401168
(64,17,104)
#340F55
(52,15,85)
#280D42
(40,13,66)
#1C0B2F
(28,11,47)
#10091C
(16,9,28)
#000000
(0,0,0)

Tints of #881DDA

#881DDA
(136,29,218)
#9231DD
(146,49,221)
#9C45E0
(156,69,224)
#A659E3
(166,89,227)
#B06DE6
(176,109,230)
#BA81E9
(186,129,233)
#C495EC
(196,149,236)
#CEA9EF
(206,169,239)
#D8BDF2
(216,189,242)
#E2D1F5
(226,209,245)
#ECE5F8
(236,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #881DDA color. Also use rgb(136,29,218) instead hex code.

Text Font Color

.myTextColor { color: #881DDA; }

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

This text font color is #881DDA.


Background Color

.myBgColor { background-color: #881DDA; }

<div style="background-color:#881DDA">Inner text</div>

This div background color is #881DDA.


Border color

.myBorderColor { border: 1px solid #881DDA; }

<div style="border:3px solid #881DDA">Div</div>

This div border color is #881DDA.


Opacity

.myOpacity80 { color: #881DDA; opacity: 0.8; }

<p style="color:#881DDA;opacity:0.8;">80%</p>

Text with #881DDA 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 #881DDA;}

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

This text has shadow with #881DDA color.

.textShadow {text-shadow: 3px 3px 1px #881DDA, 3px 3px 1px red;}

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

This text has shadow with #881DDA primary color and red secondary color.


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

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

This text has shadow with #881DDA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #881DDA on black background.


Color preview on white background

This text has color #881DDA on white background.



Black color preview on #881DDA background

This text has black color on #881DDA background.


White color preview on #881DDA background

This text has white color on #881DDA background.