#830982

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

Shades of Purple #830982

Tints of Purple #830982

Color information

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

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

Color convert

RGB1319130-
CMYK00.930.010.49
HSL300.49º87.14%27.45%-
HSV(B)300.49º93.13%51.37%-
XYZ13.496.6321.69-
YUV59.27167.92179.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131913000.930.010.49300.4987.1427.45
Hex8398205D13112c571b
Octal20311202013516145412733
Binary10000011100110000010010111011110001100101100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830982; }

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

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

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

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

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

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

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

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