COLOR #8D5DEB

HEX: #8D5DEB
RGB: (141,93,235)

Color info

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

RGB color model

#8D5DEB color RGB value is (141,93,235).

  • red value is 141;
  • green value is 93;
  • blue value is 235.
RGB:
(141,93,235)
(55%,36%,92%)

RGB channels and saturation

R 141 of 255 = 55%
G 93 of 255 = 36%
B 235 of 255 = 92%

141
93
235

R + G + B ~ 61%. #8D5DEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 93 + 235 = 469 (100%)
R 141 of 469 ~ 30.06%
G 93 of 469 ~ 19.83%
B 235 of 469 ~ 50.11%

%30.06
%19.83
%50.11

CMYK color model

#8D5DEB color CMYK value is (40,60,0,8).

  • cyan value is 40.00%
  • magenta value is 60.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(40,60,0,8)
C40M60Y0K8 
(40%,60%,0%,8%)
(0.40/0.60/0.00/0.08)	

CMYK percentages

%40
%60.43
%0
%7.84

Codes

Color #8D5DEB in popluar color models

8D5DEB
RGB14193235
HSL260°78.02%64.31%
HSB/HSV260°60.43%92.16%
CMYK40.00%60.43%0.00%
7.84%

Color #8D5DEB in popluar number systems.

HEX8D5DEB
Decimal14193235
Binary10001101101110111101011
Octal215135353

Shades and tints

Shades of #8D5DEB

#8D5DEB
(141,93,235)
#8155D6
(129,85,214)
#754DC1
(117,77,193)
#6945AC
(105,69,172)
#5D3D97
(93,61,151)
#513582
(81,53,130)
#452D6D
(69,45,109)
#392558
(57,37,88)
#2D1D43
(45,29,67)
#21152E
(33,21,46)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #8D5DEB

#8D5DEB
(141,93,235)
#976BEC
(151,107,236)
#A179ED
(161,121,237)
#AB87EE
(171,135,238)
#B595EF
(181,149,239)
#BFA3F0
(191,163,240)
#C9B1F1
(201,177,241)
#D3BFF2
(211,191,242)
#DDCDF3
(221,205,243)
#E7DBF4
(231,219,244)
#F1E9F5
(241,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5DEB color. Also use rgb(141,93,235) instead hex code.

Text Font Color

.myTextColor { color: #8D5DEB; }

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

This text font color is #8D5DEB.


Background Color

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

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

This div background color is #8D5DEB.


Border color

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

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

This div border color is #8D5DEB.


Opacity

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

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

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

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

This text has shadow with #8D5DEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5DEB on black background.


Color preview on white background

This text has color #8D5DEB on white background.



Black color preview on #8D5DEB background

This text has black color on #8D5DEB background.


White color preview on #8D5DEB background

This text has white color on #8D5DEB background.