#822A80

Color #822A80 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #822A80

Tints of Dark Purple #822A80

Color information

#822A80 (or 0x822A80) is unknown color: approx Dark Purple. HEX triplet: 82, 2A and 80. RGB value is (130,42,128). Sum of RGB (Red+Green+Blue) = 130+42+128=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #822A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822A80 is #7DD57F. Grayscale: #4D4D4D. Windows color (decimal): -8246656 or 8399490. OLE color: 8399490.

HSL color Cylindrical-coordinate representation of color #822A80: hue angle of 301.36º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822A80 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13042128-
CMYK00.680.020.49
HSL301.36º51.16%33.73%-
HSV(B)301.36º67.69%50.98%-
XYZ13.937.9621.22-
YUV78.12156.15165.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 42 (16.80% from 255) = 14%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=43.33%
G=14%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304212800.680.020.49301.3651.1633.73
Hex822A8004423112d3322
Octal2025220001042614556342
Binary10000010101010100000000100010010110001100101101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822A80; }

 p { color: rgb(130,42,128); }

 H1.HeaderClassName
 {
   color: #822A80;
 }
 .AnyTagClassName
 {
   color: #822A80;
 }
</style>
background-color css

<style>
 a { background-color: #822A80; }

 a { background-color: rgb(130,42,128); }

 div.DivClassName
 {
   background-color: #822A80;
 }
 .BgClassName
 {
   background-color: #822A80;
 }
</style>
border-color css

<style>
 span { border-color: #822A80; }

 span { border-color: rgb(130,42,128); }

 td.TdClassName
 {
   border-color: #822A80;
 }
 .TagClassName
 {
   border-color: #822A80;
 }
</style>