#831582

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

Shades of Dark Purple #831582

Tints of Dark Purple #831582

Color information

#831582 (or 0x831582) is unknown color: approx Dark Purple. HEX triplet: 83, 15 and 82. RGB value is (131,21,130). Sum of RGB (Red+Green+Blue) = 131+21+130=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #831582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831582 is #7CEA7D. Grayscale: #414141. Windows color (decimal): -8186494 or 8525187. OLE color: 8525187.

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

Color convert

RGB13121130-
CMYK00.840.010.49
HSL300.55º72.37%29.8%-
HSV(B)300.55º83.97%51.37%-
XYZ13.666.9721.75-
YUV66.32163.94174.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 21 (8.59% from 255) = 7.45%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=46.45%
G=7.45%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1312113000.840.010.49300.5572.3729.8
Hex83158205413112d481e
Octal20325202012416145511036
Binary100000111010110000010010101001110001100101101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831582; }

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

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

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

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

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

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

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

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