COLOR #8D61E0

HEX: #8D61E0
RGB: (141,97,224)

Color info

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

RGB color model

#8D61E0 color RGB value is (141,97,224).

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

RGB channels and saturation

R 141 of 255 = 55%
G 97 of 255 = 38%
B 224 of 255 = 88%

141
97
224

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

Portions of RGB colors in percentages

R + G + B =
141 + 97 + 224 = 462 (100%)
R 141 of 462 ~ 30.52%
G 97 of 462 ~ 21%
B 224 of 462 ~ 48.48%

%30.52
%21
%48.48

CMYK color model

#8D61E0 color CMYK value is (37,57,0,12).

  • cyan value is 37.05%
  • magenta value is 56.70%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(37,57,0,12)
C37M57Y0K12 
(37%,57%,0%,12%)
(0.37/0.57/0.00/0.12)	

CMYK percentages

%37.05
%56.7
%0
%12.16

Codes

Color #8D61E0 in popluar color models

8D61E0
RGB14197224
HSL261°67.20%62.94%
HSB/HSV261°56.70%87.84%
CMYK37.05%56.70%0.00%
12.16%

Color #8D61E0 in popluar number systems.

HEX8D61E0
Decimal14197224
Binary10001101110000111100000
Octal215141340

Shades and tints

Shades of #8D61E0

#8D61E0
(141,97,224)
#8159CC
(129,89,204)
#7551B8
(117,81,184)
#6949A4
(105,73,164)
#5D4190
(93,65,144)
#51397C
(81,57,124)
#453168
(69,49,104)
#392954
(57,41,84)
#2D2140
(45,33,64)
#21192C
(33,25,44)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #8D61E0

#8D61E0
(141,97,224)
#976FE2
(151,111,226)
#A17DE4
(161,125,228)
#AB8BE6
(171,139,230)
#B599E8
(181,153,232)
#BFA7EA
(191,167,234)
#C9B5EC
(201,181,236)
#D3C3EE
(211,195,238)
#DDD1F0
(221,209,240)
#E7DFF2
(231,223,242)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D61E0; }

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

This text font color is #8D61E0.


Background Color

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

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

This div background color is #8D61E0.


Border color

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

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

This div border color is #8D61E0.


Opacity

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

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

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

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

This text has shadow with #8D61E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D61E0 on black background.


Color preview on white background

This text has color #8D61E0 on white background.



Black color preview on #8D61E0 background

This text has black color on #8D61E0 background.


White color preview on #8D61E0 background

This text has white color on #8D61E0 background.