COLOR #863F8B

HEX: #863F8B
RGB: (134,63,139)

Color info

#863F8B contains mainly red and blue colors. Web safe color of #863F8B is #993399 (or #939).

RGB color model

#863F8B color RGB value is (134,63,139).

  • red value is 134;
  • green value is 63;
  • blue value is 139.
RGB:
(134,63,139)
(53%,25%,55%)

RGB channels and saturation

R 134 of 255 = 53%
G 63 of 255 = 25%
B 139 of 255 = 55%

134
63
139

R + G + B ~ 44%. #863F8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 63 + 139 = 336 (100%)
R 134 of 336 ~ 39.88%
G 63 of 336 ~ 18.75%
B 139 of 336 ~ 41.37%

%39.88
%18.75
%41.37

CMYK color model

#863F8B color CMYK value is (4,55,0,45).

  • cyan value is 3.60%
  • magenta value is 54.68%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(4,55,0,45)
C4M55Y0K45 
(4%,55%,0%,45%)
(0.04/0.55/0.00/0.45)	

CMYK percentages

%3.6
%54.68
%0
%45.49

Codes

Color #863F8B in popluar color models

863F8B
RGB13463139
HSL296°37.62%39.61%
HSB/HSV296°54.68%54.51%
CMYK3.60%54.68%0.00%
45.49%

Color #863F8B in popluar number systems.

HEX863F8B
Decimal13463139
Binary1000011011111110001011
Octal20677213

Shades and tints

Shades of #863F8B

#863F8B
(134,63,139)
#7A3A7F
(122,58,127)
#6E3573
(110,53,115)
#623067
(98,48,103)
#562B5B
(86,43,91)
#4A264F
(74,38,79)
#3E2143
(62,33,67)
#321C37
(50,28,55)
#26172B
(38,23,43)
#1A121F
(26,18,31)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #863F8B

#863F8B
(134,63,139)
#915095
(145,80,149)
#9C619F
(156,97,159)
#A772A9
(167,114,169)
#B283B3
(178,131,179)
#BD94BD
(189,148,189)
#C8A5C7
(200,165,199)
#D3B6D1
(211,182,209)
#DEC7DB
(222,199,219)
#E9D8E5
(233,216,229)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863F8B color. Also use rgb(134,63,139) instead hex code.

Text Font Color

.myTextColor { color: #863F8B; }

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

This text font color is #863F8B.


Background Color

.myBgColor { background-color: #863F8B; }

<div style="background-color:#863F8B">Inner text</div>

This div background color is #863F8B.


Border color

.myBorderColor { border: 1px solid #863F8B; }

<div style="border:3px solid #863F8B">Div</div>

This div border color is #863F8B.


Opacity

.myOpacity80 { color: #863F8B; opacity: 0.8; }

<p style="color:#863F8B;opacity:0.8;">80%</p>

Text with #863F8B 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 #863F8B;}

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

This text has shadow with #863F8B color.

.textShadow {text-shadow: 3px 3px 1px #863F8B, 3px 3px 1px red;}

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

This text has shadow with #863F8B primary color and red secondary color.


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

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

This text has shadow with #863F8B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863F8B on black background.


Color preview on white background

This text has color #863F8B on white background.



Black color preview on #863F8B background

This text has black color on #863F8B background.


White color preview on #863F8B background

This text has white color on #863F8B background.