#820B80

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

Shades of Purple #820B80

Tints of Purple #820B80

Color information

#820B80 (or 0x820B80) is unknown color: approx Purple. HEX triplet: 82, 0B and 80. RGB value is (130,11,128). Sum of RGB (Red+Green+Blue) = 130+11+128=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #820B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820B80 is #7DF47F. Grayscale: #3B3B3B. Windows color (decimal): -8254592 or 8391554. OLE color: 8391554.

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

Color convert

RGB13011128-
CMYK00.920.020.49
HSL301.01º84.4%27.65%-
HSV(B)301.01º91.54%50.98%-
XYZ13.226.5420.99-
YUV59.92166.42177.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 11 (4.69% from 255) = 4.09%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=48.33%
G=4.09%
B=47.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301112800.920.020.49301.0184.427.65
Hex82B8005C23112d541c
Octal20213200013426145512434
Binary100000101011100000000101110010110001100101101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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