COLOR #8D29DD

HEX: #8D29DD
RGB: (141,41,221)

Color info

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

RGB color model

#8D29DD color RGB value is (141,41,221).

  • red value is 141;
  • green value is 41;
  • blue value is 221.
RGB:
(141,41,221)
(55%,16%,87%)

RGB channels and saturation

R 141 of 255 = 55%
G 41 of 255 = 16%
B 221 of 255 = 87%

141
41
221

R + G + B ~ 53%. #8D29DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 41 + 221 = 403 (100%)
R 141 of 403 ~ 34.99%
G 41 of 403 ~ 10.17%
B 221 of 403 ~ 54.84%

%34.99
%10.17
%54.84

CMYK color model

#8D29DD color CMYK value is (36,81,0,13).

  • cyan value is 36.20%
  • magenta value is 81.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(36,81,0,13)
C36M81Y0K13 
(36%,81%,0%,13%)
(0.36/0.81/0.00/0.13)	

CMYK percentages

%36.2
%81.45
%0
%13.33

Codes

Color #8D29DD in popluar color models

8D29DD
RGB14141221
HSL273°72.58%51.37%
HSB/HSV273°81.45%86.67%
CMYK36.20%81.45%0.00%
13.33%

Color #8D29DD in popluar number systems.

HEX8D29DD
Decimal14141221
Binary1000110110100111011101
Octal21551335

Shades and tints

Shades of #8D29DD

#8D29DD
(141,41,221)
#8126C9
(129,38,201)
#7523B5
(117,35,181)
#6920A1
(105,32,161)
#5D1D8D
(93,29,141)
#511A79
(81,26,121)
#451765
(69,23,101)
#391451
(57,20,81)
#2D113D
(45,17,61)
#210E29
(33,14,41)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #8D29DD

#8D29DD
(141,41,221)
#973CE0
(151,60,224)
#A14FE3
(161,79,227)
#AB62E6
(171,98,230)
#B575E9
(181,117,233)
#BF88EC
(191,136,236)
#C99BEF
(201,155,239)
#D3AEF2
(211,174,242)
#DDC1F5
(221,193,245)
#E7D4F8
(231,212,248)
#F1E7FB
(241,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D29DD color. Also use rgb(141,41,221) instead hex code.

Text Font Color

.myTextColor { color: #8D29DD; }

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

This text font color is #8D29DD.


Background Color

.myBgColor { background-color: #8D29DD; }

<div style="background-color:#8D29DD">Inner text</div>

This div background color is #8D29DD.


Border color

.myBorderColor { border: 1px solid #8D29DD; }

<div style="border:3px solid #8D29DD">Div</div>

This div border color is #8D29DD.


Opacity

.myOpacity80 { color: #8D29DD; opacity: 0.8; }

<p style="color:#8D29DD;opacity:0.8;">80%</p>

Text with #8D29DD 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 #8D29DD;}

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

This text has shadow with #8D29DD color.

.textShadow {text-shadow: 3px 3px 1px #8D29DD, 3px 3px 1px red;}

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

This text has shadow with #8D29DD primary color and red secondary color.


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

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

This text has shadow with #8D29DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D29DD on black background.


Color preview on white background

This text has color #8D29DD on white background.



Black color preview on #8D29DD background

This text has black color on #8D29DD background.


White color preview on #8D29DD background

This text has white color on #8D29DD background.