#831286

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

Shades of Purple #831286

Tints of Purple #831286

Color information

#831286 (or 0x831286) is unknown color: approx Purple. HEX triplet: 83, 12 and 86. RGB value is (131,18,134). Sum of RGB (Red+Green+Blue) = 131+18+134=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #831286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831286 is #7CED79. Grayscale: #404040. Windows color (decimal): -8187258 or 8786563. OLE color: 8786563.

HSL color Cylindrical-coordinate representation of color #831286: hue angle of 298.45º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831286 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13118134-
CMYK0.020.8700.47
HSL298.45º76.32%29.8%-
HSV(B)298.45º86.57%52.55%-
XYZ13.886.9823.17-
YUV65.01166.94175.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 18 (7.42% from 255) = 6.36%
BLUE value IS 134 (52.73% from 255) = 47.35%
R=46.29%
G=6.36%
B=47.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131181340.020.8700.47298.4576.3229.8
Hex83128625702F12a4c1e
Octal20322206212705745211436
Binary1000001110010100001101010101110101111100101010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831286; }

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

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

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

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

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

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

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

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