#832081

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

Shades of Dark Purple #832081

Tints of Dark Purple #832081

Color information

#832081 (or 0x832081) is unknown color: approx Dark Purple. HEX triplet: 83, 20 and 81. RGB value is (131,32,129). Sum of RGB (Red+Green+Blue) = 131+32+129=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #832081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832081 is #7CDF7E. Grayscale: #484848. Windows color (decimal): -8183679 or 8462467. OLE color: 8462467.

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

Color convert

RGB13132129-
CMYK00.760.020.49
HSL301.21º60.74%31.96%-
HSV(B)301.21º75.57%51.37%-
XYZ13.847.4421.48-
YUV72.66159.8169.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.86%
GREEN value IS 32 (12.89% from 255) = 10.96%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=44.86%
G=10.96%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313212900.760.020.49301.2160.7431.96
Hex83208104C23112d3d20
Octal2034020101142614557540
Binary10000011100000100000010100110010110001100101101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832081; }

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

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

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

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

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

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

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

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