COLOR #8B63E6

HEX: #8B63E6 RGB: (139,99,230)

Color info

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

RGB color model

#8B63E6 color RGB value is (139,99,230).

RGB: (139,99,230) (55%, 39%, 90%)

RGB channels and saturation

R 139 of 255 = 55%
G 99 of 255 = 39%
B 230 of 255 = 90%

139
99
230

R + G + B ~ 61%. #8B63E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 99 + 230 = 468 (100%)
R 139 of 468 ~ 29.7%
G 99 of 468 ~ 21.15%
B 230 of 468 ~ 49.15'%

%29.7
%21.15
%49.15

CMYK color model

#8B63E6 color CMYK value is (40,57,0,10).

  • cyan value is 39.57%
  • magenta value is 56.96%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (40,57,0,10)
C40M57Y0K10 (40%, 57%, 0%, 10%)
(0.40 / 0.57 / 0.00 / 0.10)

CMYK percentages

%39.57
%56.96
%0
%9.8

Codes

Color #8B63E6 in popluar color models

8B 63 E6
RGB 139 99 230
HSL 258° 72.38% 64.51%
HSB/HSV 258° 56.96% 90.20%
CMYK 39.57% 56.96% 0.00%
9.80%

Color #8B63E6 in popluar number systems.

HEX 8B 63 E6
Decimal 139 99 230
Binary 10001011 1100011 11100110
Octal 213 143 346

Shades and tints

Shades of #8B63E6

#8B63E6
(139,99,230)
#7F5AD2
(127,90,210)
#7351BE
(115,81,190)
#6748AA
(103,72,170)
#5B3F96
(91,63,150)
#4F3682
(79,54,130)
#432D6E
(67,45,110)
#37245A
(55,36,90)
#2B1B46
(43,27,70)
#1F1232
(31,18,50)
#13091E
(19,9,30)
#000000
(0,0,0)

Tints of #8B63E6

#8B63E6
(139,99,230)
#9571E8
(149,113,232)
#9F7FEA
(159,127,234)
#A98DEC
(169,141,236)
#B39BEE
(179,155,238)
#BDA9F0
(189,169,240)
#C7B7F2
(199,183,242)
#D1C5F4
(209,197,244)
#DBD3F6
(219,211,246)
#E5E1F8
(229,225,248)
#EFEFFA
(239,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B63E6; }

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

This text font color is #8B63E6.

Background Color

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

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

This div background color is #8B63E6.

Border color

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

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

This div border color is #8B63E6.

Opacity

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

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

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

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

This text has shadow with #8B63E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B63E6.

Preview

Color preview on black background

This text has color #8B63E6 on black background.


Color preview on white background

This text has color #8B63E6 on white background.


Black color preview on #8B63E6 background

This text has black color on #8B63E6 background.


White color preview on #8B63E6 background

This text has white color on #8B63E6 background.


Related colors

Complementary color

Complementary color for #hex is #749C19.


I love getcolorcode.com

Triadic colors

1 #E68B63 and #63E68B with #8B63E6 are triadic colors.

2 #E6638B and #638BE6 with #8B63E6 are triadic colors.