#832E6D

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

Shades of Dark Purple #832E6D

Tints of Dark Purple #832E6D

Color information

#832E6D (or 0x832E6D) is unknown color: approx Dark Purple. HEX triplet: 83, 2E and 6D. RGB value is (131,46,109). Sum of RGB (Red+Green+Blue) = 131+46+109=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #832E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832E6D is #7CD192. Grayscale: #4E4E4E. Windows color (decimal): -8180115 or 7155331. OLE color: 7155331.

HSL color Cylindrical-coordinate representation of color #832E6D: hue angle of 315.53º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E6D is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB13146109-
CMYK00.650.170.49
HSL315.53º48.02%34.71%-
HSV(B)315.53º64.89%51.37%-
XYZ13.17.8815.3-
YUV78.6145.16165.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=45.80%
G=16.08%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314610900.650.170.49315.5348.0234.71
Hex832E6D041113113c3023
Octal20356155010121614746043
Binary1000001110111011011010100000110001110001100111100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,46,109); }

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

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

 a { background-color: rgb(131,46,109); }

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

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

 span { border-color: rgb(131,46,109); }

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