COLOR #8263AA

HEX: #8263AA
RGB: (130,99,170)

Color info

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

RGB color model

#8263AA color RGB value is (130,99,170).

  • red value is 130;
  • green value is 99;
  • blue value is 170.
RGB:
(130,99,170)
(51%,39%,67%)

RGB channels and saturation

R 130 of 255 = 51%
G 99 of 255 = 39%
B 170 of 255 = 67%

130
99
170

R + G + B ~ 52%. #8263AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 99 + 170 = 399 (100%)
R 130 of 399 ~ 32.58%
G 99 of 399 ~ 24.81%
B 170 of 399 ~ 42.61%

%32.58
%24.81
%42.61

CMYK color model

#8263AA color CMYK value is (24,42,0,33).

  • cyan value is 23.53%
  • magenta value is 41.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(24,42,0,33)
C24M42Y0K33 
(24%,42%,0%,33%)
(0.24/0.42/0.00/0.33)	

CMYK percentages

%23.53
%41.76
%0
%33.33

Codes

Color #8263AA in popluar color models

8263AA
RGB13099170
HSL266°29.46%52.75%
HSB/HSV266°41.76%66.67%
CMYK23.53%41.76%0.00%
33.33%

Color #8263AA in popluar number systems.

HEX8263AA
Decimal13099170
Binary10000010110001110101010
Octal202143252

Shades and tints

Shades of #8263AA

#8263AA
(130,99,170)
#775A9B
(119,90,155)
#6C518C
(108,81,140)
#61487D
(97,72,125)
#563F6E
(86,63,110)
#4B365F
(75,54,95)
#402D50
(64,45,80)
#352441
(53,36,65)
#2A1B32
(42,27,50)
#1F1223
(31,18,35)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #8263AA

#8263AA
(130,99,170)
#8D71B1
(141,113,177)
#987FB8
(152,127,184)
#A38DBF
(163,141,191)
#AE9BC6
(174,155,198)
#B9A9CD
(185,169,205)
#C4B7D4
(196,183,212)
#CFC5DB
(207,197,219)
#DAD3E2
(218,211,226)
#E5E1E9
(229,225,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8263AA color. Also use rgb(130,99,170) instead hex code.

Text Font Color

.myTextColor { color: #8263AA; }

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

This text font color is #8263AA.


Background Color

.myBgColor { background-color: #8263AA; }

<div style="background-color:#8263AA">Inner text</div>

This div background color is #8263AA.


Border color

.myBorderColor { border: 1px solid #8263AA; }

<div style="border:3px solid #8263AA">Div</div>

This div border color is #8263AA.


Opacity

.myOpacity80 { color: #8263AA; opacity: 0.8; }

<p style="color:#8263AA;opacity:0.8;">80%</p>

Text with #8263AA 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 #8263AA;}

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

This text has shadow with #8263AA color.

.textShadow {text-shadow: 3px 3px 1px #8263AA, 3px 3px 1px red;}

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

This text has shadow with #8263AA primary color and red secondary color.


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

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

This text has shadow with #8263AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8263AA on black background.


Color preview on white background

This text has color #8263AA on white background.



Black color preview on #8263AA background

This text has black color on #8263AA background.


White color preview on #8263AA background

This text has white color on #8263AA background.