#820A81

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

Shades of Purple #820A81

Tints of Purple #820A81

Color information

#820A81 (or 0x820A81) is unknown color: approx Purple. HEX triplet: 82, 0A and 81. RGB value is (130,10,129). Sum of RGB (Red+Green+Blue) = 130+10+129=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #820A81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820A81 is #7DF57E. Grayscale: #3B3B3B. Windows color (decimal): -8254847 or 8456834. OLE color: 8456834.

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

Color convert

RGB13010129-
CMYK00.920.010.49
HSL300.5º85.71%27.45%-
HSV(B)300.5º92.31%50.98%-
XYZ13.286.5521.33-
YUV59.45167.26178.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 10 (4.30% from 255) = 3.72%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=48.33%
G=3.72%
B=47.96%

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
Decimal1301012900.920.010.49300.585.7127.45
Hex82A8105C13112c561b
Octal20212201013416145412633
Binary10000010101010000001010111001110001100101100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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