#831282

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

Shades of Purple #831282

Tints of Purple #831282

Color information

#831282 (or 0x831282) is unknown color: approx Purple. HEX triplet: 83, 12 and 82. RGB value is (131,18,130). Sum of RGB (Red+Green+Blue) = 131+18+130=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #831282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831282 is #7CED7D. Grayscale: #404040. Windows color (decimal): -8187262 or 8524419. OLE color: 8524419.

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

Color convert

RGB13118130-
CMYK00.860.010.49
HSL300.53º75.84%29.22%-
HSV(B)300.53º86.26%51.37%-
XYZ13.616.8721.73-
YUV64.56164.94175.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=46.95%
G=6.45%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311813000.860.010.49300.5375.8429.22
Hex83128205613112d4c1d
Octal20322202012616145511435
Binary100000111001010000010010101101110001100101101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831282; }

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

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

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

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

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

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

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

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