COLOR #8D63D4

HEX: #8D63D4
RGB: (141,99,212)

Color info

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

RGB color model

#8D63D4 color RGB value is (141,99,212).

  • red value is 141;
  • green value is 99;
  • blue value is 212.
RGB:
(141,99,212)
(55%,39%,83%)

RGB channels and saturation

R 141 of 255 = 55%
G 99 of 255 = 39%
B 212 of 255 = 83%

141
99
212

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

Portions of RGB colors in percentages

R + G + B =
141 + 99 + 212 = 452 (100%)
R 141 of 452 ~ 31.19%
G 99 of 452 ~ 21.9%
B 212 of 452 ~ 46.9%

%31.19
%21.9
%46.9

CMYK color model

#8D63D4 color CMYK value is (33,53,0,17).

  • cyan value is 33.49%
  • magenta value is 53.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(33,53,0,17)
C33M53Y0K17 
(33%,53%,0%,17%)
(0.33/0.53/0.00/0.17)	

CMYK percentages

%33.49
%53.3
%0
%16.86

Codes

Color #8D63D4 in popluar color models

8D63D4
RGB14199212
HSL262°56.78%60.98%
HSB/HSV262°53.30%83.14%
CMYK33.49%53.30%0.00%
16.86%

Color #8D63D4 in popluar number systems.

HEX8D63D4
Decimal14199212
Binary10001101110001111010100
Octal215143324

Shades and tints

Shades of #8D63D4

#8D63D4
(141,99,212)
#815AC1
(129,90,193)
#7551AE
(117,81,174)
#69489B
(105,72,155)
#5D3F88
(93,63,136)
#513675
(81,54,117)
#452D62
(69,45,98)
#39244F
(57,36,79)
#2D1B3C
(45,27,60)
#211229
(33,18,41)
#150916
(21,9,22)
#000000
(0,0,0)

Tints of #8D63D4

#8D63D4
(141,99,212)
#9771D7
(151,113,215)
#A17FDA
(161,127,218)
#AB8DDD
(171,141,221)
#B59BE0
(181,155,224)
#BFA9E3
(191,169,227)
#C9B7E6
(201,183,230)
#D3C5E9
(211,197,233)
#DDD3EC
(221,211,236)
#E7E1EF
(231,225,239)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D63D4 color. Also use rgb(141,99,212) instead hex code.

Text Font Color

.myTextColor { color: #8D63D4; }

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

This text font color is #8D63D4.


Background Color

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

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

This div background color is #8D63D4.


Border color

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

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

This div border color is #8D63D4.


Opacity

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

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

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

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

This text has shadow with #8D63D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D63D4 on black background.


Color preview on white background

This text has color #8D63D4 on white background.



Black color preview on #8D63D4 background

This text has black color on #8D63D4 background.


White color preview on #8D63D4 background

This text has white color on #8D63D4 background.