COLOR #8D37A5

HEX: #8D37A5
RGB: (141,55,165)

Color info

#8D37A5 contains mainly red and blue colors. Web safe color of #8D37A5 is #993399 (or #939).

RGB color model

#8D37A5 color RGB value is (141,55,165).

  • red value is 141;
  • green value is 55;
  • blue value is 165.
RGB:
(141,55,165)
(55%,22%,65%)

RGB channels and saturation

R 141 of 255 = 55%
G 55 of 255 = 22%
B 165 of 255 = 65%

141
55
165

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

Portions of RGB colors in percentages

R + G + B =
141 + 55 + 165 = 361 (100%)
R 141 of 361 ~ 39.06%
G 55 of 361 ~ 15.24%
B 165 of 361 ~ 45.71%

%39.06
%15.24
%45.71

CMYK color model

#8D37A5 color CMYK value is (15,67,0,35).

  • cyan value is 14.55%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(15,67,0,35)
C15M67Y0K35 
(15%,67%,0%,35%)
(0.15/0.67/0.00/0.35)	

CMYK percentages

%14.55
%66.67
%0
%35.29

Codes

Color #8D37A5 in popluar color models

8D37A5
RGB14155165
HSL287°50.00%43.14%
HSB/HSV287°66.67%64.71%
CMYK14.55%66.67%0.00%
35.29%

Color #8D37A5 in popluar number systems.

HEX8D37A5
Decimal14155165
Binary1000110111011110100101
Octal21567245

Shades and tints

Shades of #8D37A5

#8D37A5
(141,55,165)
#813296
(129,50,150)
#752D87
(117,45,135)
#692878
(105,40,120)
#5D2369
(93,35,105)
#511E5A
(81,30,90)
#45194B
(69,25,75)
#39143C
(57,20,60)
#2D0F2D
(45,15,45)
#210A1E
(33,10,30)
#15050F
(21,5,15)
#000000
(0,0,0)

Tints of #8D37A5

#8D37A5
(141,55,165)
#9749AD
(151,73,173)
#A15BB5
(161,91,181)
#AB6DBD
(171,109,189)
#B57FC5
(181,127,197)
#BF91CD
(191,145,205)
#C9A3D5
(201,163,213)
#D3B5DD
(211,181,221)
#DDC7E5
(221,199,229)
#E7D9ED
(231,217,237)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D37A5 color. Also use rgb(141,55,165) instead hex code.

Text Font Color

.myTextColor { color: #8D37A5; }

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

This text font color is #8D37A5.


Background Color

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

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

This div background color is #8D37A5.


Border color

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

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

This div border color is #8D37A5.


Opacity

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

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

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

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

This text has shadow with #8D37A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D37A5 on black background.


Color preview on white background

This text has color #8D37A5 on white background.



Black color preview on #8D37A5 background

This text has black color on #8D37A5 background.


White color preview on #8D37A5 background

This text has white color on #8D37A5 background.