COLOR #8D73E0

HEX: #8D73E0
RGB: (141,115,224)

Color info

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

RGB color model

#8D73E0 color RGB value is (141,115,224).

  • red value is 141;
  • green value is 115;
  • blue value is 224.
RGB:
(141,115,224)
(55%,45%,88%)

RGB channels and saturation

R 141 of 255 = 55%
G 115 of 255 = 45%
B 224 of 255 = 88%

141
115
224

R + G + B ~ 63%. #8D73E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 115 + 224 = 480 (100%)
R 141 of 480 ~ 29.38%
G 115 of 480 ~ 23.96%
B 224 of 480 ~ 46.67%

%29.38
%23.96
%46.67

CMYK color model

#8D73E0 color CMYK value is (37,49,0,12).

  • cyan value is 37.05%
  • magenta value is 48.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(37,49,0,12)
C37M49Y0K12 
(37%,49%,0%,12%)
(0.37/0.49/0.00/0.12)	

CMYK percentages

%37.05
%48.66
%0
%12.16

Codes

Color #8D73E0 in popluar color models

8D73E0
RGB141115224
HSL254°63.74%66.47%
HSB/HSV254°48.66%87.84%
CMYK37.05%48.66%0.00%
12.16%

Color #8D73E0 in popluar number systems.

HEX8D73E0
Decimal141115224
Binary10001101111001111100000
Octal215163340

Shades and tints

Shades of #8D73E0

#8D73E0
(141,115,224)
#8169CC
(129,105,204)
#755FB8
(117,95,184)
#6955A4
(105,85,164)
#5D4B90
(93,75,144)
#51417C
(81,65,124)
#453768
(69,55,104)
#392D54
(57,45,84)
#2D2340
(45,35,64)
#21192C
(33,25,44)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #8D73E0

#8D73E0
(141,115,224)
#977FE2
(151,127,226)
#A18BE4
(161,139,228)
#AB97E6
(171,151,230)
#B5A3E8
(181,163,232)
#BFAFEA
(191,175,234)
#C9BBEC
(201,187,236)
#D3C7EE
(211,199,238)
#DDD3F0
(221,211,240)
#E7DFF2
(231,223,242)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D73E0 color. Also use rgb(141,115,224) instead hex code.

Text Font Color

.myTextColor { color: #8D73E0; }

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

This text font color is #8D73E0.


Background Color

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

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

This div background color is #8D73E0.


Border color

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

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

This div border color is #8D73E0.


Opacity

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

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

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

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

This text has shadow with #8D73E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D73E0 on black background.


Color preview on white background

This text has color #8D73E0 on white background.



Black color preview on #8D73E0 background

This text has black color on #8D73E0 background.


White color preview on #8D73E0 background

This text has white color on #8D73E0 background.