COLOR #8D45B4

HEX: #8D45B4
RGB: (141,69,180)

Color info

#8D45B4 contains mainly red and blue colors. Web safe color of #8D45B4 is #9933CC (or #93C).

RGB color model

#8D45B4 color RGB value is (141,69,180).

  • red value is 141;
  • green value is 69;
  • blue value is 180.
RGB:
(141,69,180)
(55%,27%,71%)

RGB channels and saturation

R 141 of 255 = 55%
G 69 of 255 = 27%
B 180 of 255 = 71%

141
69
180

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

Portions of RGB colors in percentages

R + G + B =
141 + 69 + 180 = 390 (100%)
R 141 of 390 ~ 36.15%
G 69 of 390 ~ 17.69%
B 180 of 390 ~ 46.15%

%36.15
%17.69
%46.15

CMYK color model

#8D45B4 color CMYK value is (22,62,0,29).

  • cyan value is 21.67%
  • magenta value is 61.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(22,62,0,29)
C22M62Y0K29 
(22%,62%,0%,29%)
(0.22/0.62/0.00/0.29)	

CMYK percentages

%21.67
%61.67
%0
%29.41

Codes

Color #8D45B4 in popluar color models

8D45B4
RGB14169180
HSL279°44.58%48.82%
HSB/HSV279°61.67%70.59%
CMYK21.67%61.67%0.00%
29.41%

Color #8D45B4 in popluar number systems.

HEX8D45B4
Decimal14169180
Binary10001101100010110110100
Octal215105264

Shades and tints

Shades of #8D45B4

#8D45B4
(141,69,180)
#813FA4
(129,63,164)
#753994
(117,57,148)
#693384
(105,51,132)
#5D2D74
(93,45,116)
#512764
(81,39,100)
#452154
(69,33,84)
#391B44
(57,27,68)
#2D1534
(45,21,52)
#210F24
(33,15,36)
#150914
(21,9,20)
#000000
(0,0,0)

Tints of #8D45B4

#8D45B4
(141,69,180)
#9755BA
(151,85,186)
#A165C0
(161,101,192)
#AB75C6
(171,117,198)
#B585CC
(181,133,204)
#BF95D2
(191,149,210)
#C9A5D8
(201,165,216)
#D3B5DE
(211,181,222)
#DDC5E4
(221,197,228)
#E7D5EA
(231,213,234)
#F1E5F0
(241,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D45B4 color. Also use rgb(141,69,180) instead hex code.

Text Font Color

.myTextColor { color: #8D45B4; }

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

This text font color is #8D45B4.


Background Color

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

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

This div background color is #8D45B4.


Border color

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

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

This div border color is #8D45B4.


Opacity

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

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

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

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

This text has shadow with #8D45B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D45B4 on black background.


Color preview on white background

This text has color #8D45B4 on white background.



Black color preview on #8D45B4 background

This text has black color on #8D45B4 background.


White color preview on #8D45B4 background

This text has white color on #8D45B4 background.