COLOR #8D72DE

HEX: #8D72DE
RGB: (141,114,222)

Color info

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

RGB color model

#8D72DE color RGB value is (141,114,222).

  • red value is 141;
  • green value is 114;
  • blue value is 222.
RGB:
(141,114,222)
(55%,45%,87%)

RGB channels and saturation

R 141 of 255 = 55%
G 114 of 255 = 45%
B 222 of 255 = 87%

141
114
222

R + G + B ~ 62%. #8D72DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 114 + 222 = 477 (100%)
R 141 of 477 ~ 29.56%
G 114 of 477 ~ 23.9%
B 222 of 477 ~ 46.54%

%29.56
%23.9
%46.54

CMYK color model

#8D72DE color CMYK value is (36,49,0,13).

  • cyan value is 36.49%
  • magenta value is 48.65%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(36,49,0,13)
C36M49Y0K13 
(36%,49%,0%,13%)
(0.36/0.49/0.00/0.13)	

CMYK percentages

%36.49
%48.65
%0
%12.94

Codes

Color #8D72DE in popluar color models

8D72DE
RGB141114222
HSL255°62.07%65.88%
HSB/HSV255°48.65%87.06%
CMYK36.49%48.65%0.00%
12.94%

Color #8D72DE in popluar number systems.

HEX8D72DE
Decimal141114222
Binary10001101111001011011110
Octal215162336

Shades and tints

Shades of #8D72DE

#8D72DE
(141,114,222)
#8168CA
(129,104,202)
#755EB6
(117,94,182)
#6954A2
(105,84,162)
#5D4A8E
(93,74,142)
#51407A
(81,64,122)
#453666
(69,54,102)
#392C52
(57,44,82)
#2D223E
(45,34,62)
#21182A
(33,24,42)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #8D72DE

#8D72DE
(141,114,222)
#977EE1
(151,126,225)
#A18AE4
(161,138,228)
#AB96E7
(171,150,231)
#B5A2EA
(181,162,234)
#BFAEED
(191,174,237)
#C9BAF0
(201,186,240)
#D3C6F3
(211,198,243)
#DDD2F6
(221,210,246)
#E7DEF9
(231,222,249)
#F1EAFC
(241,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D72DE color. Also use rgb(141,114,222) instead hex code.

Text Font Color

.myTextColor { color: #8D72DE; }

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

This text font color is #8D72DE.


Background Color

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

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

This div background color is #8D72DE.


Border color

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

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

This div border color is #8D72DE.


Opacity

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

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

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

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

This text has shadow with #8D72DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D72DE on black background.


Color preview on white background

This text has color #8D72DE on white background.



Black color preview on #8D72DE background

This text has black color on #8D72DE background.


White color preview on #8D72DE background

This text has white color on #8D72DE background.