COLOR #8215B5

HEX: #8215B5
RGB: (130,21,181)

Color info

#8215B5 contains mainly red and blue colors. Web safe color of #8215B5 is #9900CC (or #90C).

RGB color model

#8215B5 color RGB value is (130,21,181).

  • red value is 130;
  • green value is 21;
  • blue value is 181.
RGB:
(130,21,181)
(51%,8%,71%)

RGB channels and saturation

R 130 of 255 = 51%
G 21 of 255 = 8%
B 181 of 255 = 71%

130
21
181

R + G + B ~ 43%. #8215B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 21 + 181 = 332 (100%)
R 130 of 332 ~ 39.16%
G 21 of 332 ~ 6.33%
B 181 of 332 ~ 54.52%

%39.16
%54.52

CMYK color model

#8215B5 color CMYK value is (28,88,0,29).

  • cyan value is 28.18%
  • magenta value is 88.40%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(28,88,0,29)
C28M88Y0K29 
(28%,88%,0%,29%)
(0.28/0.88/0.00/0.29)	

CMYK percentages

%28.18
%88.4
%0
%29.02

Codes

Color #8215B5 in popluar color models

8215B5
RGB13021181
HSL281°79.21%39.61%
HSB/HSV281°88.40%70.98%
CMYK28.18%88.40%0.00%
29.02%

Color #8215B5 in popluar number systems.

HEX8215B5
Decimal13021181
Binary100000101010110110101
Octal20225265

Shades and tints

Shades of #8215B5

#8215B5
(130,21,181)
#7714A5
(119,20,165)
#6C1395
(108,19,149)
#611285
(97,18,133)
#561175
(86,17,117)
#4B1065
(75,16,101)
#400F55
(64,15,85)
#350E45
(53,14,69)
#2A0D35
(42,13,53)
#1F0C25
(31,12,37)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #8215B5

#8215B5
(130,21,181)
#8D2ABB
(141,42,187)
#983FC1
(152,63,193)
#A354C7
(163,84,199)
#AE69CD
(174,105,205)
#B97ED3
(185,126,211)
#C493D9
(196,147,217)
#CFA8DF
(207,168,223)
#DABDE5
(218,189,229)
#E5D2EB
(229,210,235)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8215B5 color. Also use rgb(130,21,181) instead hex code.

Text Font Color

.myTextColor { color: #8215B5; }

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

This text font color is #8215B5.


Background Color

.myBgColor { background-color: #8215B5; }

<div style="background-color:#8215B5">Inner text</div>

This div background color is #8215B5.


Border color

.myBorderColor { border: 1px solid #8215B5; }

<div style="border:3px solid #8215B5">Div</div>

This div border color is #8215B5.


Opacity

.myOpacity80 { color: #8215B5; opacity: 0.8; }

<p style="color:#8215B5;opacity:0.8;">80%</p>

Text with #8215B5 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 #8215B5;}

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

This text has shadow with #8215B5 color.

.textShadow {text-shadow: 3px 3px 1px #8215B5, 3px 3px 1px red;}

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

This text has shadow with #8215B5 primary color and red secondary color.


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

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

This text has shadow with #8215B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8215B5 on black background.


Color preview on white background

This text has color #8215B5 on white background.



Black color preview on #8215B5 background

This text has black color on #8215B5 background.


White color preview on #8215B5 background

This text has white color on #8215B5 background.