#822882

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

Shades of Dark Purple #822882

Tints of Dark Purple #822882

Color information

#822882 (or 0x822882) is unknown color: approx Dark Purple. HEX triplet: 82, 28 and 82. RGB value is (130,40,130). Sum of RGB (Red+Green+Blue) = 130+40+130=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #822882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822882 is #7DD77D. Grayscale: #4C4C4C. Windows color (decimal): -8247166 or 8530050. OLE color: 8530050.

HSL color Cylindrical-coordinate representation of color #822882: hue angle of 300º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #822882 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB13040130-
CMYK00.6900.49
HSL300º52.94%33.33%-
HSV(B)300º69.23%50.98%-
XYZ13.997.8821.9-
YUV77.17157.82165.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 40 (16.02% from 255) = 13.33%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=43.33%
G=13.33%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304013000.6900.4930052.9433.33
Hex82288204503112c3521
Octal2025020201050614546541
Binary1000001010100010000010010001010110001100101100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822882; }

 p { color: rgb(130,40,130); }

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

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

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

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

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

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

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