#820B81

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

Shades of Purple #820B81

Tints of Purple #820B81

Color information

#820B81 (or 0x820B81) is unknown color: approx Purple. HEX triplet: 82, 0B and 81. RGB value is (130,11,129). Sum of RGB (Red+Green+Blue) = 130+11+129=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #820B81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820B81 is #7DF47E. Grayscale: #3B3B3B. Windows color (decimal): -8254591 or 8457090. OLE color: 8457090.

HSL color Cylindrical-coordinate representation of color #820B81: hue angle of 300.5º 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 #820B81 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13011129-
CMYK00.920.010.49
HSL300.5º84.4%27.65%-
HSV(B)300.5º91.54%50.98%-
XYZ13.296.5721.34-
YUV60.03166.92177.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 11 (4.69% from 255) = 4.07%
BLUE value IS 129 (50.78% from 255) = 47.78%
R=48.15%
G=4.07%
B=47.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301112900.920.010.49300.584.427.65
Hex82B8105C13112d541c
Octal20213201013416145512434
Binary10000010101110000001010111001110001100101101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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