COLOR #8B63B6

HEX: #8B63B6
RGB: (139,99,182)

Color info

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

RGB color model

#8B63B6 color RGB value is (139,99,182).

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

RGB channels and saturation

R 139 of 255 = 55%
G 99 of 255 = 39%
B 182 of 255 = 71%

139
99
182

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

Portions of RGB colors in percentages

R + G + B =
139 + 99 + 182 = 420 (100%)
R 139 of 420 ~ 33.1%
G 99 of 420 ~ 23.57%
B 182 of 420 ~ 43.33%

%33.1
%23.57
%43.33

CMYK color model

#8B63B6 color CMYK value is (24,46,0,29).

  • cyan value is 23.63%
  • magenta value is 45.60%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(24,46,0,29)
C24M46Y0K29 
(24%,46%,0%,29%)
(0.24/0.46/0.00/0.29)	

CMYK percentages

%23.63
%45.6
%0
%28.63

Codes

Color #8B63B6 in popluar color models

8B63B6
RGB13999182
HSL269°36.24%55.10%
HSB/HSV269°45.60%71.37%
CMYK23.63%45.60%0.00%
28.63%

Color #8B63B6 in popluar number systems.

HEX8B63B6
Decimal13999182
Binary10001011110001110110110
Octal213143266

Shades and tints

Shades of #8B63B6

#8B63B6
(139,99,182)
#7F5AA6
(127,90,166)
#735196
(115,81,150)
#674886
(103,72,134)
#5B3F76
(91,63,118)
#4F3666
(79,54,102)
#432D56
(67,45,86)
#372446
(55,36,70)
#2B1B36
(43,27,54)
#1F1226
(31,18,38)
#130916
(19,9,22)
#000000
(0,0,0)

Tints of #8B63B6

#8B63B6
(139,99,182)
#9571BC
(149,113,188)
#9F7FC2
(159,127,194)
#A98DC8
(169,141,200)
#B39BCE
(179,155,206)
#BDA9D4
(189,169,212)
#C7B7DA
(199,183,218)
#D1C5E0
(209,197,224)
#DBD3E6
(219,211,230)
#E5E1EC
(229,225,236)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B63B6; }

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

This text font color is #8B63B6.


Background Color

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

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

This div background color is #8B63B6.


Border color

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

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

This div border color is #8B63B6.


Opacity

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

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

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

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

This text has shadow with #8B63B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B63B6 on black background.


Color preview on white background

This text has color #8B63B6 on white background.



Black color preview on #8B63B6 background

This text has black color on #8B63B6 background.


White color preview on #8B63B6 background

This text has white color on #8B63B6 background.