COLOR #8265DD

HEX: #8265DD
RGB: (130,101,221)

Color info

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

RGB color model

#8265DD color RGB value is (130,101,221).

  • red value is 130;
  • green value is 101;
  • blue value is 221.
RGB:
(130,101,221)
(51%,40%,87%)

RGB channels and saturation

R 130 of 255 = 51%
G 101 of 255 = 40%
B 221 of 255 = 87%

130
101
221

R + G + B ~ 59%. #8265DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 101 + 221 = 452 (100%)
R 130 of 452 ~ 28.76%
G 101 of 452 ~ 22.35%
B 221 of 452 ~ 48.89%

%28.76
%22.35
%48.89

CMYK color model

#8265DD color CMYK value is (41,54,0,13).

  • cyan value is 41.18%
  • magenta value is 54.30%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(41,54,0,13)
C41M54Y0K13 
(41%,54%,0%,13%)
(0.41/0.54/0.00/0.13)	

CMYK percentages

%41.18
%54.3
%0
%13.33

Codes

Color #8265DD in popluar color models

8265DD
RGB130101221
HSL255°63.83%63.14%
HSB/HSV255°54.30%86.67%
CMYK41.18%54.30%0.00%
13.33%

Color #8265DD in popluar number systems.

HEX8265DD
Decimal130101221
Binary10000010110010111011101
Octal202145335

Shades and tints

Shades of #8265DD

#8265DD
(130,101,221)
#775CC9
(119,92,201)
#6C53B5
(108,83,181)
#614AA1
(97,74,161)
#56418D
(86,65,141)
#4B3879
(75,56,121)
#402F65
(64,47,101)
#352651
(53,38,81)
#2A1D3D
(42,29,61)
#1F1429
(31,20,41)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #8265DD

#8265DD
(130,101,221)
#8D73E0
(141,115,224)
#9881E3
(152,129,227)
#A38FE6
(163,143,230)
#AE9DE9
(174,157,233)
#B9ABEC
(185,171,236)
#C4B9EF
(196,185,239)
#CFC7F2
(207,199,242)
#DAD5F5
(218,213,245)
#E5E3F8
(229,227,248)
#F0F1FB
(240,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8265DD color. Also use rgb(130,101,221) instead hex code.

Text Font Color

.myTextColor { color: #8265DD; }

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

This text font color is #8265DD.


Background Color

.myBgColor { background-color: #8265DD; }

<div style="background-color:#8265DD">Inner text</div>

This div background color is #8265DD.


Border color

.myBorderColor { border: 1px solid #8265DD; }

<div style="border:3px solid #8265DD">Div</div>

This div border color is #8265DD.


Opacity

.myOpacity80 { color: #8265DD; opacity: 0.8; }

<p style="color:#8265DD;opacity:0.8;">80%</p>

Text with #8265DD 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 #8265DD;}

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

This text has shadow with #8265DD color.

.textShadow {text-shadow: 3px 3px 1px #8265DD, 3px 3px 1px red;}

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

This text has shadow with #8265DD primary color and red secondary color.


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

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

This text has shadow with #8265DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8265DD on black background.


Color preview on white background

This text has color #8265DD on white background.



Black color preview on #8265DD background

This text has black color on #8265DD background.


White color preview on #8265DD background

This text has white color on #8265DD background.