COLOR #8229C9

HEX: #8229C9
RGB: (130,41,201)

Color info

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

RGB color model

#8229C9 color RGB value is (130,41,201).

  • red value is 130;
  • green value is 41;
  • blue value is 201.
RGB:
(130,41,201)
(51%,16%,79%)

RGB channels and saturation

R 130 of 255 = 51%
G 41 of 255 = 16%
B 201 of 255 = 79%

130
41
201

R + G + B ~ 49%. #8229C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 41 + 201 = 372 (100%)
R 130 of 372 ~ 34.95%
G 41 of 372 ~ 11.02%
B 201 of 372 ~ 54.03%

%34.95
%11.02
%54.03

CMYK color model

#8229C9 color CMYK value is (35,80,0,21).

  • cyan value is 35.32%
  • magenta value is 79.60%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(35,80,0,21)
C35M80Y0K21 
(35%,80%,0%,21%)
(0.35/0.80/0.00/0.21)	

CMYK percentages

%35.32
%79.6
%0
%21.18

Codes

Color #8229C9 in popluar color models

8229C9
RGB13041201
HSL273°66.12%47.45%
HSB/HSV273°79.60%78.82%
CMYK35.32%79.60%0.00%
21.18%

Color #8229C9 in popluar number systems.

HEX8229C9
Decimal13041201
Binary1000001010100111001001
Octal20251311

Shades and tints

Shades of #8229C9

#8229C9
(130,41,201)
#7726B7
(119,38,183)
#6C23A5
(108,35,165)
#612093
(97,32,147)
#561D81
(86,29,129)
#4B1A6F
(75,26,111)
#40175D
(64,23,93)
#35144B
(53,20,75)
#2A1139
(42,17,57)
#1F0E27
(31,14,39)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #8229C9

#8229C9
(130,41,201)
#8D3CCD
(141,60,205)
#984FD1
(152,79,209)
#A362D5
(163,98,213)
#AE75D9
(174,117,217)
#B988DD
(185,136,221)
#C49BE1
(196,155,225)
#CFAEE5
(207,174,229)
#DAC1E9
(218,193,233)
#E5D4ED
(229,212,237)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8229C9 color. Also use rgb(130,41,201) instead hex code.

Text Font Color

.myTextColor { color: #8229C9; }

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

This text font color is #8229C9.


Background Color

.myBgColor { background-color: #8229C9; }

<div style="background-color:#8229C9">Inner text</div>

This div background color is #8229C9.


Border color

.myBorderColor { border: 1px solid #8229C9; }

<div style="border:3px solid #8229C9">Div</div>

This div border color is #8229C9.


Opacity

.myOpacity80 { color: #8229C9; opacity: 0.8; }

<p style="color:#8229C9;opacity:0.8;">80%</p>

Text with #8229C9 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 #8229C9;}

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

This text has shadow with #8229C9 color.

.textShadow {text-shadow: 3px 3px 1px #8229C9, 3px 3px 1px red;}

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

This text has shadow with #8229C9 primary color and red secondary color.


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

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

This text has shadow with #8229C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8229C9 on black background.


Color preview on white background

This text has color #8229C9 on white background.



Black color preview on #8229C9 background

This text has black color on #8229C9 background.


White color preview on #8229C9 background

This text has white color on #8229C9 background.