#831281

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

Shades of Purple #831281

Tints of Purple #831281

Color information

#831281 (or 0x831281) is unknown color: approx Purple. HEX triplet: 83, 12 and 81. RGB value is (131,18,129). Sum of RGB (Red+Green+Blue) = 131+18+129=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #831281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831281 is #7CED7E. Grayscale: #404040. Windows color (decimal): -8187263 or 8458883. OLE color: 8458883.

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

Color convert

RGB13118129-
CMYK00.860.020.49
HSL301.06º75.84%29.22%-
HSV(B)301.06º86.26%51.37%-
XYZ13.546.8421.38-
YUV64.44164.44175.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 18 (7.42% from 255) = 6.47%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=47.12%
G=6.47%
B=46.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311812900.860.020.49301.0675.8429.22
Hex83128105623112d4c1d
Octal20322201012626145511435
Binary1000001110010100000010101011010110001100101101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831281; }

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

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

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

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

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

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

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

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