COLOR #8256DA

HEX: #8256DA
RGB: (130,86,218)

Color info

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

RGB color model

#8256DA color RGB value is (130,86,218).

  • red value is 130;
  • green value is 86;
  • blue value is 218.
RGB:
(130,86,218)
(51%,34%,85%)

RGB channels and saturation

R 130 of 255 = 51%
G 86 of 255 = 34%
B 218 of 255 = 85%

130
86
218

R + G + B ~ 57%. #8256DA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 86 + 218 = 434 (100%)
R 130 of 434 ~ 29.95%
G 86 of 434 ~ 19.82%
B 218 of 434 ~ 50.23%

%29.95
%19.82
%50.23

CMYK color model

#8256DA color CMYK value is (40,61,0,15).

  • cyan value is 40.37%
  • magenta value is 60.55%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(40,61,0,15)
C40M61Y0K15 
(40%,61%,0%,15%)
(0.40/0.61/0.00/0.15)	

CMYK percentages

%40.37
%60.55
%0
%14.51

Codes

Color #8256DA in popluar color models

8256DA
RGB13086218
HSL260°64.08%59.61%
HSB/HSV260°60.55%85.49%
CMYK40.37%60.55%0.00%
14.51%

Color #8256DA in popluar number systems.

HEX8256DA
Decimal13086218
Binary10000010101011011011010
Octal202126332

Shades and tints

Shades of #8256DA

#8256DA
(130,86,218)
#774FC7
(119,79,199)
#6C48B4
(108,72,180)
#6141A1
(97,65,161)
#563A8E
(86,58,142)
#4B337B
(75,51,123)
#402C68
(64,44,104)
#352555
(53,37,85)
#2A1E42
(42,30,66)
#1F172F
(31,23,47)
#14101C
(20,16,28)
#000000
(0,0,0)

Tints of #8256DA

#8256DA
(130,86,218)
#8D65DD
(141,101,221)
#9874E0
(152,116,224)
#A383E3
(163,131,227)
#AE92E6
(174,146,230)
#B9A1E9
(185,161,233)
#C4B0EC
(196,176,236)
#CFBFEF
(207,191,239)
#DACEF2
(218,206,242)
#E5DDF5
(229,221,245)
#F0ECF8
(240,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8256DA color. Also use rgb(130,86,218) instead hex code.

Text Font Color

.myTextColor { color: #8256DA; }

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

This text font color is #8256DA.


Background Color

.myBgColor { background-color: #8256DA; }

<div style="background-color:#8256DA">Inner text</div>

This div background color is #8256DA.


Border color

.myBorderColor { border: 1px solid #8256DA; }

<div style="border:3px solid #8256DA">Div</div>

This div border color is #8256DA.


Opacity

.myOpacity80 { color: #8256DA; opacity: 0.8; }

<p style="color:#8256DA;opacity:0.8;">80%</p>

Text with #8256DA 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 #8256DA;}

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

This text has shadow with #8256DA color.

.textShadow {text-shadow: 3px 3px 1px #8256DA, 3px 3px 1px red;}

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

This text has shadow with #8256DA primary color and red secondary color.


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

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

This text has shadow with #8256DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8256DA on black background.


Color preview on white background

This text has color #8256DA on white background.



Black color preview on #8256DA background

This text has black color on #8256DA background.


White color preview on #8256DA background

This text has white color on #8256DA background.