COLOR #822A88

HEX: #822A88
RGB: (130,42,136)

Color info

#822A88 contains mainly red and blue colors. Web safe color of #822A88 is #993399 (or #939).

RGB color model

#822A88 color RGB value is (130,42,136).

  • red value is 130;
  • green value is 42;
  • blue value is 136.
RGB:
(130,42,136)
(51%,16%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 42 of 255 = 16%
B 136 of 255 = 53%

130
42
136

R + G + B ~ 40%. #822A88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 42 + 136 = 308 (100%)
R 130 of 308 ~ 42.21%
G 42 of 308 ~ 13.64%
B 136 of 308 ~ 44.16%

%42.21
%13.64
%44.16

CMYK color model

#822A88 color CMYK value is (4,69,0,47).

  • cyan value is 4.41%
  • magenta value is 69.12%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(4,69,0,47)
C4M69Y0K47 
(4%,69%,0%,47%)
(0.04/0.69/0.00/0.47)	

CMYK percentages

%4.41
%69.12
%0
%46.67

Codes

Color #822A88 in popluar color models

822A88
RGB13042136
HSL296°52.81%34.90%
HSB/HSV296°69.12%53.33%
CMYK4.41%69.12%0.00%
46.67%

Color #822A88 in popluar number systems.

HEX822A88
Decimal13042136
Binary1000001010101010001000
Octal20252210

Shades and tints

Shades of #822A88

#822A88
(130,42,136)
#77277C
(119,39,124)
#6C2470
(108,36,112)
#612164
(97,33,100)
#561E58
(86,30,88)
#4B1B4C
(75,27,76)
#401840
(64,24,64)
#351534
(53,21,52)
#2A1228
(42,18,40)
#1F0F1C
(31,15,28)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #822A88

#822A88
(130,42,136)
#8D3D92
(141,61,146)
#98509C
(152,80,156)
#A363A6
(163,99,166)
#AE76B0
(174,118,176)
#B989BA
(185,137,186)
#C49CC4
(196,156,196)
#CFAFCE
(207,175,206)
#DAC2D8
(218,194,216)
#E5D5E2
(229,213,226)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #822A88 color. Also use rgb(130,42,136) instead hex code.

Text Font Color

.myTextColor { color: #822A88; }

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

This text font color is #822A88.


Background Color

.myBgColor { background-color: #822A88; }

<div style="background-color:#822A88">Inner text</div>

This div background color is #822A88.


Border color

.myBorderColor { border: 1px solid #822A88; }

<div style="border:3px solid #822A88">Div</div>

This div border color is #822A88.


Opacity

.myOpacity80 { color: #822A88; opacity: 0.8; }

<p style="color:#822A88;opacity:0.8;">80%</p>

Text with #822A88 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 #822A88;}

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

This text has shadow with #822A88 color.

.textShadow {text-shadow: 3px 3px 1px #822A88, 3px 3px 1px red;}

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

This text has shadow with #822A88 primary color and red secondary color.


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

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

This text has shadow with #822A88 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #822A88 on black background.


Color preview on white background

This text has color #822A88 on white background.



Black color preview on #822A88 background

This text has black color on #822A88 background.


White color preview on #822A88 background

This text has white color on #822A88 background.