#820D80

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

Shades of Purple #820D80

Tints of Purple #820D80

Color information

#820D80 (or 0x820D80) is unknown color: approx Purple. HEX triplet: 82, 0D and 80. RGB value is (130,13,128). Sum of RGB (Red+Green+Blue) = 130+13+128=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #820D80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820D80 is #7DF27F. Grayscale: #3C3C3C. Windows color (decimal): -8254080 or 8392066. OLE color: 8392066.

HSL color Cylindrical-coordinate representation of color #820D80: hue angle of 301.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D80 is Cyan = 0, Magento = 0.9, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13013128-
CMYK00.90.020.49
HSL301.03º81.82%28.04%-
HSV(B)301.03º90%50.98%-
XYZ13.256.5921-
YUV61.09165.76177.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 13 (5.47% from 255) = 4.80%
BLUE value IS 128 (50.39% from 255) = 47.23%
R=47.97%
G=4.80%
B=47.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301312800.90.020.49301.0381.8228.04
Hex82D8005A23112d521c
Octal20215200013226145512234
Binary100000101101100000000101101010110001100101101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820D80; }

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

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

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

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

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

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

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

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