COLOR #8263AB

HEX: #8263AB
RGB: (130,99,171)

Color info

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

RGB color model

#8263AB color RGB value is (130,99,171).

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

RGB channels and saturation

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

130
99
171

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

Portions of RGB colors in percentages

R + G + B =
130 + 99 + 171 = 400 (100%)
R 130 of 400 ~ 32.5%
G 99 of 400 ~ 24.75%
B 171 of 400 ~ 42.75%

%32.5
%24.75
%42.75

CMYK color model

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

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

CMYK percentages

%23.98
%42.11
%0
%32.94

Codes

Color #8263AB in popluar color models

8263AB
RGB13099171
HSL266°30.00%52.94%
HSB/HSV266°42.11%67.06%
CMYK23.98%42.11%0.00%
32.94%

Color #8263AB in popluar number systems.

HEX8263AB
Decimal13099171
Binary10000010110001110101011
Octal202143253

Shades and tints

Shades of #8263AB

#8263AB
(130,99,171)
#775A9C
(119,90,156)
#6C518D
(108,81,141)
#61487E
(97,72,126)
#563F6F
(86,63,111)
#4B3660
(75,54,96)
#402D51
(64,45,81)
#352442
(53,36,66)
#2A1B33
(42,27,51)
#1F1224
(31,18,36)
#140915
(20,9,21)
#000000
(0,0,0)

Tints of #8263AB

#8263AB
(130,99,171)
#8D71B2
(141,113,178)
#987FB9
(152,127,185)
#A38DC0
(163,141,192)
#AE9BC7
(174,155,199)
#B9A9CE
(185,169,206)
#C4B7D5
(196,183,213)
#CFC5DC
(207,197,220)
#DAD3E3
(218,211,227)
#E5E1EA
(229,225,234)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8263AB; }

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

This text font color is #8263AB.


Background Color

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

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

This div background color is #8263AB.


Border color

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

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

This div border color is #8263AB.


Opacity

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

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

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

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

This text has shadow with #8263AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8263AB on black background.


Color preview on white background

This text has color #8263AB on white background.



Black color preview on #8263AB background

This text has black color on #8263AB background.


White color preview on #8263AB background

This text has white color on #8263AB background.