#831276

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

Shades of Dark Purple #831276

Tints of Dark Purple #831276

Color information

#831276 (or 0x831276) is unknown color: approx Dark Purple. HEX triplet: 83, 12 and 76. RGB value is (131,18,118). Sum of RGB (Red+Green+Blue) = 131+18+118=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #831276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831276 is #7CED89. Grayscale: #3E3E3E. Windows color (decimal): -8187274 or 7737987. OLE color: 7737987.

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

Color convert

RGB13118118-
CMYK00.860.100.49
HSL306.9º75.84%29.22%-
HSV(B)306.9º86.26%51.37%-
XYZ12.856.5717.73-
YUV63.19158.94176.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=49.06%
G=6.74%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311811800.860.100.49306.975.8429.22
Hex831276056A311334c1d
Octal203221660126126146311435
Binary10000011100101110110010101101010110001100110011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831276; }

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

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

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

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

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

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

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

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