COLOR #8D5FF6

HEX: #8D5FF6
RGB: (141,95,246)

Color info

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

RGB color model

#8D5FF6 color RGB value is (141,95,246).

  • red value is 141;
  • green value is 95;
  • blue value is 246.
RGB:
(141,95,246)
(55%,37%,96%)

RGB channels and saturation

R 141 of 255 = 55%
G 95 of 255 = 37%
B 246 of 255 = 96%

141
95
246

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

Portions of RGB colors in percentages

R + G + B =
141 + 95 + 246 = 482 (100%)
R 141 of 482 ~ 29.25%
G 95 of 482 ~ 19.71%
B 246 of 482 ~ 51.04%

%29.25
%19.71
%51.04

CMYK color model

#8D5FF6 color CMYK value is (43,61,0,4).

  • cyan value is 42.68%
  • magenta value is 61.38%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(43,61,0,4)
C43M61Y0K4 
(43%,61%,0%,4%)
(0.43/0.61/0.00/0.04)	

CMYK percentages

%42.68
%61.38
%0
%3.53

Codes

Color #8D5FF6 in popluar color models

8D5FF6
RGB14195246
HSL258°89.35%66.86%
HSB/HSV258°61.38%96.47%
CMYK42.68%61.38%0.00%
3.53%

Color #8D5FF6 in popluar number systems.

HEX8D5FF6
Decimal14195246
Binary10001101101111111110110
Octal215137366

Shades and tints

Shades of #8D5FF6

#8D5FF6
(141,95,246)
#8157E0
(129,87,224)
#754FCA
(117,79,202)
#6947B4
(105,71,180)
#5D3F9E
(93,63,158)
#513788
(81,55,136)
#452F72
(69,47,114)
#39275C
(57,39,92)
#2D1F46
(45,31,70)
#211730
(33,23,48)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #8D5FF6

#8D5FF6
(141,95,246)
#976DF6
(151,109,246)
#A17BF6
(161,123,246)
#AB89F6
(171,137,246)
#B597F6
(181,151,246)
#BFA5F6
(191,165,246)
#C9B3F6
(201,179,246)
#D3C1F6
(211,193,246)
#DDCFF6
(221,207,246)
#E7DDF6
(231,221,246)
#F1EBF6
(241,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5FF6 color. Also use rgb(141,95,246) instead hex code.

Text Font Color

.myTextColor { color: #8D5FF6; }

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

This text font color is #8D5FF6.


Background Color

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

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

This div background color is #8D5FF6.


Border color

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

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

This div border color is #8D5FF6.


Opacity

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

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

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

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

This text has shadow with #8D5FF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5FF6 on black background.


Color preview on white background

This text has color #8D5FF6 on white background.



Black color preview on #8D5FF6 background

This text has black color on #8D5FF6 background.


White color preview on #8D5FF6 background

This text has white color on #8D5FF6 background.