COLOR #8228D1

HEX: #8228D1
RGB: (130,40,209)

Color info

#8228D1 contains mainly blue color. Web safe color of #8228D1 is #9933CC (or #93C).

RGB color model

#8228D1 color RGB value is (130,40,209).

  • red value is 130;
  • green value is 40;
  • blue value is 209.
RGB:
(130,40,209)
(51%,16%,82%)

RGB channels and saturation

R 130 of 255 = 51%
G 40 of 255 = 16%
B 209 of 255 = 82%

130
40
209

R + G + B ~ 50%. #8228D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 40 + 209 = 379 (100%)
R 130 of 379 ~ 34.3%
G 40 of 379 ~ 10.55%
B 209 of 379 ~ 55.15%

%34.3
%10.55
%55.15

CMYK color model

#8228D1 color CMYK value is (38,81,0,18).

  • cyan value is 37.80%
  • magenta value is 80.86%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(38,81,0,18)
C38M81Y0K18 
(38%,81%,0%,18%)
(0.38/0.81/0.00/0.18)	

CMYK percentages

%37.8
%80.86
%0
%18.04

Codes

Color #8228D1 in popluar color models

8228D1
RGB13040209
HSL272°67.87%48.82%
HSB/HSV272°80.86%81.96%
CMYK37.80%80.86%0.00%
18.04%

Color #8228D1 in popluar number systems.

HEX8228D1
Decimal13040209
Binary1000001010100011010001
Octal20250321

Shades and tints

Shades of #8228D1

#8228D1
(130,40,209)
#7725BE
(119,37,190)
#6C22AB
(108,34,171)
#611F98
(97,31,152)
#561C85
(86,28,133)
#4B1972
(75,25,114)
#40165F
(64,22,95)
#35134C
(53,19,76)
#2A1039
(42,16,57)
#1F0D26
(31,13,38)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #8228D1

#8228D1
(130,40,209)
#8D3BD5
(141,59,213)
#984ED9
(152,78,217)
#A361DD
(163,97,221)
#AE74E1
(174,116,225)
#B987E5
(185,135,229)
#C49AE9
(196,154,233)
#CFADED
(207,173,237)
#DAC0F1
(218,192,241)
#E5D3F5
(229,211,245)
#F0E6F9
(240,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8228D1 color. Also use rgb(130,40,209) instead hex code.

Text Font Color

.myTextColor { color: #8228D1; }

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

This text font color is #8228D1.


Background Color

.myBgColor { background-color: #8228D1; }

<div style="background-color:#8228D1">Inner text</div>

This div background color is #8228D1.


Border color

.myBorderColor { border: 1px solid #8228D1; }

<div style="border:3px solid #8228D1">Div</div>

This div border color is #8228D1.


Opacity

.myOpacity80 { color: #8228D1; opacity: 0.8; }

<p style="color:#8228D1;opacity:0.8;">80%</p>

Text with #8228D1 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 #8228D1;}

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

This text has shadow with #8228D1 color.

.textShadow {text-shadow: 3px 3px 1px #8228D1, 3px 3px 1px red;}

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

This text has shadow with #8228D1 primary color and red secondary color.


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

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

This text has shadow with #8228D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8228D1 on black background.


Color preview on white background

This text has color #8228D1 on white background.



Black color preview on #8228D1 background

This text has black color on #8228D1 background.


White color preview on #8228D1 background

This text has white color on #8228D1 background.