#830882

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

Shades of Purple #830882

Tints of Purple #830882

Color information

#830882 (or 0x830882) is unknown color: approx Purple. HEX triplet: 83, 08 and 82. RGB value is (131,8,130). Sum of RGB (Red+Green+Blue) = 131+8+130=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #830882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830882 is #7CF77D. Grayscale: #3A3A3A. Windows color (decimal): -8189822 or 8521859. OLE color: 8521859.

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

Color convert

RGB1318130-
CMYK00.940.010.49
HSL300.49º88.49%27.25%-
HSV(B)300.49º93.89%51.37%-
XYZ13.486.6121.68-
YUV58.68168.25179.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 8 (3.52% from 255) = 2.97%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=48.70%
G=2.97%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131813000.940.010.49300.4988.4927.25
Hex8388205E13112c581b
Octal20310202013616145413033
Binary10000011100010000010010111101110001100101100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830882; }

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

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

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

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

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

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

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

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