COLOR #8D73FF

HEX: #8D73FF
RGB: (141,115,255)

Color info

#8D73FF contains mainly blue color. Web safe color of #8D73FF is #9966FF (or #96F).

RGB color model

#8D73FF color RGB value is (141,115,255).

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

RGB channels and saturation

R 141 of 255 = 55%
G 115 of 255 = 45%
B 255 of 255 = 100%

141
115
255

R + G + B ~ 67%. #8D73FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 115 + 255 = 511 (100%)
R 141 of 511 ~ 27.59%
G 115 of 511 ~ 22.5%
B 255 of 511 ~ 49.9%

%27.59
%22.5
%49.9

CMYK color model

#8D73FF color CMYK value is (45,55,0,0).

  • cyan value is 44.71%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(45,55,0,0)
C45M55Y0K0 
(45%,55%,0%,0%)
(0.45/0.55/0.00/0.00)	

CMYK percentages

%44.71
%54.9
%0
%0

Codes

Color #8D73FF in popluar color models

8D73FF
RGB141115255
HSL251°100.00%72.55%
HSB/HSV251°54.90%100.00%
CMYK44.71%54.90%0.00%
0.00%

Color #8D73FF in popluar number systems.

HEX8D73FF
Decimal141115255
Binary10001101111001111111111
Octal215163377

Shades and tints

Shades of #8D73FF

#8D73FF
(141,115,255)
#8169E8
(129,105,232)
#755FD1
(117,95,209)
#6955BA
(105,85,186)
#5D4BA3
(93,75,163)
#51418C
(81,65,140)
#453775
(69,55,117)
#392D5E
(57,45,94)
#2D2347
(45,35,71)
#211930
(33,25,48)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #8D73FF

#8D73FF
(141,115,255)
#977FFF
(151,127,255)
#A18BFF
(161,139,255)
#AB97FF
(171,151,255)
#B5A3FF
(181,163,255)
#BFAFFF
(191,175,255)
#C9BBFF
(201,187,255)
#D3C7FF
(211,199,255)
#DDD3FF
(221,211,255)
#E7DFFF
(231,223,255)
#F1EBFF
(241,235,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D73FF; }

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

This text font color is #8D73FF.


Background Color

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

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

This div background color is #8D73FF.


Border color

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

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

This div border color is #8D73FF.


Opacity

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

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

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

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

This text has shadow with #8D73FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D73FF on black background.


Color preview on white background

This text has color #8D73FF on white background.



Black color preview on #8D73FF background

This text has black color on #8D73FF background.


White color preview on #8D73FF background

This text has white color on #8D73FF background.