COLOR #8D5AC7

HEX: #8D5AC7
RGB: (141,90,199)

Color info

#8D5AC7 contains mainly red and blue colors. Web safe color of #8D5AC7 is #9966CC (or #96C).

RGB color model

#8D5AC7 color RGB value is (141,90,199).

  • red value is 141;
  • green value is 90;
  • blue value is 199.
RGB:
(141,90,199)
(55%,35%,78%)

RGB channels and saturation

R 141 of 255 = 55%
G 90 of 255 = 35%
B 199 of 255 = 78%

141
90
199

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

Portions of RGB colors in percentages

R + G + B =
141 + 90 + 199 = 430 (100%)
R 141 of 430 ~ 32.79%
G 90 of 430 ~ 20.93%
B 199 of 430 ~ 46.28%

%32.79
%20.93
%46.28

CMYK color model

#8D5AC7 color CMYK value is (29,55,0,22).

  • cyan value is 29.15%
  • magenta value is 54.77%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(29,55,0,22)
C29M55Y0K22 
(29%,55%,0%,22%)
(0.29/0.55/0.00/0.22)	

CMYK percentages

%29.15
%54.77
%0
%21.96

Codes

Color #8D5AC7 in popluar color models

8D5AC7
RGB14190199
HSL268°49.32%56.67%
HSB/HSV268°54.77%78.04%
CMYK29.15%54.77%0.00%
21.96%

Color #8D5AC7 in popluar number systems.

HEX8D5AC7
Decimal14190199
Binary10001101101101011000111
Octal215132307

Shades and tints

Shades of #8D5AC7

#8D5AC7
(141,90,199)
#8152B5
(129,82,181)
#754AA3
(117,74,163)
#694291
(105,66,145)
#5D3A7F
(93,58,127)
#51326D
(81,50,109)
#452A5B
(69,42,91)
#392249
(57,34,73)
#2D1A37
(45,26,55)
#211225
(33,18,37)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #8D5AC7

#8D5AC7
(141,90,199)
#9769CC
(151,105,204)
#A178D1
(161,120,209)
#AB87D6
(171,135,214)
#B596DB
(181,150,219)
#BFA5E0
(191,165,224)
#C9B4E5
(201,180,229)
#D3C3EA
(211,195,234)
#DDD2EF
(221,210,239)
#E7E1F4
(231,225,244)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5AC7 color. Also use rgb(141,90,199) instead hex code.

Text Font Color

.myTextColor { color: #8D5AC7; }

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

This text font color is #8D5AC7.


Background Color

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

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

This div background color is #8D5AC7.


Border color

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

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

This div border color is #8D5AC7.


Opacity

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

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

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

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

This text has shadow with #8D5AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5AC7 on black background.


Color preview on white background

This text has color #8D5AC7 on white background.



Black color preview on #8D5AC7 background

This text has black color on #8D5AC7 background.


White color preview on #8D5AC7 background

This text has white color on #8D5AC7 background.