#832165

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

Shades of Dark Purple #832165

Tints of Dark Purple #832165

Color information

#832165 (or 0x832165) is unknown color: approx Dark Purple. HEX triplet: 83, 21 and 65. RGB value is (131,33,101). Sum of RGB (Red+Green+Blue) = 131+33+101=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #832165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832165 is #7CDE9A. Grayscale: #454545. Windows color (decimal): -8183451 or 6627715. OLE color: 6627715.

HSL color Cylindrical-coordinate representation of color #832165: hue angle of 318.37º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832165 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB13133101-
CMYK00.750.230.49
HSL318.37º59.76%32.16%-
HSV(B)318.37º74.81%51.37%-
XYZ12.256.8512.99-
YUV70.05145.47171.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 33 (13.28% from 255) = 12.45%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=49.43%
G=12.45%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313310100.750.230.49318.3759.7632.16
Hex83216504B173113e3c20
Octal20341145011327614767440
Binary1000001110000111001010100101110111110001100111110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832165; }

 p { color: rgb(131,33,101); }

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

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

 a { background-color: rgb(131,33,101); }

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

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

 span { border-color: rgb(131,33,101); }

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