#832B81

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

Shades of Dark Purple #832B81

Tints of Dark Purple #832B81

Color information

#832B81 (or 0x832B81) is unknown color: approx Dark Purple. HEX triplet: 83, 2B and 81. RGB value is (131,43,129). Sum of RGB (Red+Green+Blue) = 131+43+129=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #832B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832B81 is #7CD47E. Grayscale: #4E4E4E. Windows color (decimal): -8180863 or 8465283. OLE color: 8465283.

HSL color Cylindrical-coordinate representation of color #832B81: hue angle of 301.36º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #832B81 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13143129-
CMYK00.670.020.49
HSL301.36º50.57%34.12%-
HSV(B)301.36º67.18%51.37%-
XYZ14.198.1421.59-
YUV79.12156.15165.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 43 (17.19% from 255) = 14.19%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=43.23%
G=14.19%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314312900.670.020.49301.3650.5734.12
Hex832B8104323112d3322
Octal2035320101032614556342
Binary10000011101011100000010100001110110001100101101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832B81; }

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

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

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

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

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

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

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

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