COLOR #8B63B2

HEX: #8B63B2
RGB: (139,99,178)

Color info

#8B63B2 contains mainly red and blue colors. Web safe color of #8B63B2 is #996699 (or #969).

RGB color model

#8B63B2 color RGB value is (139,99,178).

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

RGB channels and saturation

R 139 of 255 = 55%
G 99 of 255 = 39%
B 178 of 255 = 70%

139
99
178

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

Portions of RGB colors in percentages

R + G + B =
139 + 99 + 178 = 416 (100%)
R 139 of 416 ~ 33.41%
G 99 of 416 ~ 23.8%
B 178 of 416 ~ 42.79%

%33.41
%23.8
%42.79

CMYK color model

#8B63B2 color CMYK value is (22,44,0,30).

  • cyan value is 21.91%
  • magenta value is 44.38%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(22,44,0,30)
C22M44Y0K30 
(22%,44%,0%,30%)
(0.22/0.44/0.00/0.30)	

CMYK percentages

%21.91
%44.38
%0
%30.2

Codes

Color #8B63B2 in popluar color models

8B63B2
RGB13999178
HSL270°33.91%54.31%
HSB/HSV270°44.38%69.80%
CMYK21.91%44.38%0.00%
30.20%

Color #8B63B2 in popluar number systems.

HEX8B63B2
Decimal13999178
Binary10001011110001110110010
Octal213143262

Shades and tints

Shades of #8B63B2

#8B63B2
(139,99,178)
#7F5AA2
(127,90,162)
#735192
(115,81,146)
#674882
(103,72,130)
#5B3F72
(91,63,114)
#4F3662
(79,54,98)
#432D52
(67,45,82)
#372442
(55,36,66)
#2B1B32
(43,27,50)
#1F1222
(31,18,34)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #8B63B2

#8B63B2
(139,99,178)
#9571B9
(149,113,185)
#9F7FC0
(159,127,192)
#A98DC7
(169,141,199)
#B39BCE
(179,155,206)
#BDA9D5
(189,169,213)
#C7B7DC
(199,183,220)
#D1C5E3
(209,197,227)
#DBD3EA
(219,211,234)
#E5E1F1
(229,225,241)
#EFEFF8
(239,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B63B2; }

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

This text font color is #8B63B2.


Background Color

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

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

This div background color is #8B63B2.


Border color

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

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

This div border color is #8B63B2.


Opacity

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

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

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

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

This text has shadow with #8B63B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B63B2 on black background.


Color preview on white background

This text has color #8B63B2 on white background.



Black color preview on #8B63B2 background

This text has black color on #8B63B2 background.


White color preview on #8B63B2 background

This text has white color on #8B63B2 background.