COLOR #8B63D5

HEX: #8B63D5
RGB: (139,99,213)

Color info

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

RGB color model

#8B63D5 color RGB value is (139,99,213).

  • red value is 139;
  • green value is 99;
  • blue value is 213.
RGB:
(139,99,213)
(55%,39%,84%)

RGB channels and saturation

R 139 of 255 = 55%
G 99 of 255 = 39%
B 213 of 255 = 84%

139
99
213

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

Portions of RGB colors in percentages

R + G + B =
139 + 99 + 213 = 451 (100%)
R 139 of 451 ~ 30.82%
G 99 of 451 ~ 21.95%
B 213 of 451 ~ 47.23%

%30.82
%21.95
%47.23

CMYK color model

#8B63D5 color CMYK value is (35,54,0,16).

  • cyan value is 34.74%
  • magenta value is 53.52%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(35,54,0,16)
C35M54Y0K16 
(35%,54%,0%,16%)
(0.35/0.54/0.00/0.16)	

CMYK percentages

%34.74
%53.52
%0
%16.47

Codes

Color #8B63D5 in popluar color models

8B63D5
RGB13999213
HSL261°57.58%61.18%
HSB/HSV261°53.52%83.53%
CMYK34.74%53.52%0.00%
16.47%

Color #8B63D5 in popluar number systems.

HEX8B63D5
Decimal13999213
Binary10001011110001111010101
Octal213143325

Shades and tints

Shades of #8B63D5

#8B63D5
(139,99,213)
#7F5AC2
(127,90,194)
#7351AF
(115,81,175)
#67489C
(103,72,156)
#5B3F89
(91,63,137)
#4F3676
(79,54,118)
#432D63
(67,45,99)
#372450
(55,36,80)
#2B1B3D
(43,27,61)
#1F122A
(31,18,42)
#130917
(19,9,23)
#000000
(0,0,0)

Tints of #8B63D5

#8B63D5
(139,99,213)
#9571D8
(149,113,216)
#9F7FDB
(159,127,219)
#A98DDE
(169,141,222)
#B39BE1
(179,155,225)
#BDA9E4
(189,169,228)
#C7B7E7
(199,183,231)
#D1C5EA
(209,197,234)
#DBD3ED
(219,211,237)
#E5E1F0
(229,225,240)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B63D5 color. Also use rgb(139,99,213) instead hex code.

Text Font Color

.myTextColor { color: #8B63D5; }

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

This text font color is #8B63D5.


Background Color

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

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

This div background color is #8B63D5.


Border color

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

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

This div border color is #8B63D5.


Opacity

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

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

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

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

This text has shadow with #8B63D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B63D5 on black background.


Color preview on white background

This text has color #8B63D5 on white background.



Black color preview on #8B63D5 background

This text has black color on #8B63D5 background.


White color preview on #8B63D5 background

This text has white color on #8B63D5 background.