#820983

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

Shades of Purple #820983

Tints of Purple #820983

Color information

#820983 (or 0x820983) is unknown color: approx Purple. HEX triplet: 82, 09 and 83. RGB value is (130,9,131). Sum of RGB (Red+Green+Blue) = 130+9+131=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #820983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820983 is #7DF67C. Grayscale: #3A3A3A. Windows color (decimal): -8255101 or 8587650. OLE color: 8587650.

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

Color convert

RGB1309131-
CMYK0.010.9300.49
HSL299.51º87.14%27.45%-
HSV(B)299.51º93.13%51.37%-
XYZ13.46.5822.04-
YUV59.09168.59178.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 9 (3.91% from 255) = 3.33%
BLUE value IS 131 (51.56% from 255) = 48.52%
R=48.15%
G=3.33%
B=48.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13091310.010.9300.49299.5187.1427.45
Hex8298315D03112c571b
Octal20211203113506145412733
Binary10000010100110000011110111010110001100101100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820983; }

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

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

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

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

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

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

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

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