#832083

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

Shades of Dark Purple #832083

Tints of Dark Purple #832083

Color information

#832083 (or 0x832083) is unknown color: approx Dark Purple. HEX triplet: 83, 20 and 83. RGB value is (131,32,131). Sum of RGB (Red+Green+Blue) = 131+32+131=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #832083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832083 is #7CDF7C. Grayscale: #484848. Windows color (decimal): -8183677 or 8593539. OLE color: 8593539.

HSL color Cylindrical-coordinate representation of color #832083: hue angle of 300º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832083 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB13132131-
CMYK00.7600.49
HSL300º60.74%31.96%-
HSV(B)300º75.57%51.37%-
XYZ13.977.522.18-
YUV72.89160.8169.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.56%
GREEN value IS 32 (12.89% from 255) = 10.88%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=44.56%
G=10.88%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313213100.7600.4930060.7431.96
Hex83208304C03112c3d20
Octal2034020301140614547540
Binary1000001110000010000011010011000110001100101100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832083; }

 p { color: rgb(131,32,131); }

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

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

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

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

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

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

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