#820976

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

Shades of Purple #820976

Tints of Purple #820976

Color information

#820976 (or 0x820976) is unknown color: approx Purple. HEX triplet: 82, 09 and 76. RGB value is (130,9,118). Sum of RGB (Red+Green+Blue) = 130+9+118=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #820976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820976 is #7DF689. Grayscale: #393939. Windows color (decimal): -8255114 or 7735682. OLE color: 7735682.

HSL color Cylindrical-coordinate representation of color #820976: hue angle of 305.95º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820976 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB1309118-
CMYK00.930.090.49
HSL305.95º87.05%27.25%-
HSV(B)305.95º93.08%50.98%-
XYZ12.576.2517.68-
YUV57.6162.09179.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=50.58%
G=3.50%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130911800.930.090.49305.9587.0527.25
Hex8297605D931132571b
Octal202111660135116146212733
Binary1000001010011110110010111011001110001100110010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820976; }

 p { color: rgb(130,9,118); }

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

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

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

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

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

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

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