COLOR #8363A2

HEX: #8363A2
RGB: (131,99,162)

Color info

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

RGB color model

#8363A2 color RGB value is (131,99,162).

  • red value is 131;
  • green value is 99;
  • blue value is 162.
RGB:
(131,99,162)
(51%,39%,64%)

RGB channels and saturation

R 131 of 255 = 51%
G 99 of 255 = 39%
B 162 of 255 = 64%

131
99
162

R + G + B ~ 51%. #8363A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 99 + 162 = 392 (100%)
R 131 of 392 ~ 33.42%
G 99 of 392 ~ 25.26%
B 162 of 392 ~ 41.33%

%33.42
%25.26
%41.33

CMYK color model

#8363A2 color CMYK value is (19,39,0,36).

  • cyan value is 19.14%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(19,39,0,36)
C19M39Y0K36 
(19%,39%,0%,36%)
(0.19/0.39/0.00/0.36)	

CMYK percentages

%19.14
%38.89
%0
%36.47

Codes

Color #8363A2 in popluar color models

8363A2
RGB13199162
HSL270°25.30%51.18%
HSB/HSV270°38.89%63.53%
CMYK19.14%38.89%0.00%
36.47%

Color #8363A2 in popluar number systems.

HEX8363A2
Decimal13199162
Binary10000011110001110100010
Octal203143242

Shades and tints

Shades of #8363A2

#8363A2
(131,99,162)
#785A94
(120,90,148)
#6D5186
(109,81,134)
#624878
(98,72,120)
#573F6A
(87,63,106)
#4C365C
(76,54,92)
#412D4E
(65,45,78)
#362440
(54,36,64)
#2B1B32
(43,27,50)
#201224
(32,18,36)
#150916
(21,9,22)
#000000
(0,0,0)

Tints of #8363A2

#8363A2
(131,99,162)
#8E71AA
(142,113,170)
#997FB2
(153,127,178)
#A48DBA
(164,141,186)
#AF9BC2
(175,155,194)
#BAA9CA
(186,169,202)
#C5B7D2
(197,183,210)
#D0C5DA
(208,197,218)
#DBD3E2
(219,211,226)
#E6E1EA
(230,225,234)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8363A2 color. Also use rgb(131,99,162) instead hex code.

Text Font Color

.myTextColor { color: #8363A2; }

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

This text font color is #8363A2.


Background Color

.myBgColor { background-color: #8363A2; }

<div style="background-color:#8363A2">Inner text</div>

This div background color is #8363A2.


Border color

.myBorderColor { border: 1px solid #8363A2; }

<div style="border:3px solid #8363A2">Div</div>

This div border color is #8363A2.


Opacity

.myOpacity80 { color: #8363A2; opacity: 0.8; }

<p style="color:#8363A2;opacity:0.8;">80%</p>

Text with #8363A2 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 #8363A2;}

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

This text has shadow with #8363A2 color.

.textShadow {text-shadow: 3px 3px 1px #8363A2, 3px 3px 1px red;}

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

This text has shadow with #8363A2 primary color and red secondary color.


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

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

This text has shadow with #8363A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8363A2 on black background.


Color preview on white background

This text has color #8363A2 on white background.



Black color preview on #8363A2 background

This text has black color on #8363A2 background.


White color preview on #8363A2 background

This text has white color on #8363A2 background.