#83326A

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

Shades of Dark Purple #83326A

Tints of Dark Purple #83326A

Color information

#83326A (or 0x83326A) is unknown color: approx Dark Purple. HEX triplet: 83, 32 and 6A. RGB value is (131,50,106). Sum of RGB (Red+Green+Blue) = 131+50+106=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83326A is #7CCD95. Grayscale: #505050. Windows color (decimal): -8179094 or 6959747. OLE color: 6959747.

HSL color Cylindrical-coordinate representation of color #83326A: hue angle of 318.52º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83326A is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB13150106-
CMYK00.620.190.49
HSL318.52º44.75%35.49%-
HSV(B)318.52º61.83%51.37%-
XYZ13.18.1514.52-
YUV80.6142.34163.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=45.64%
G=17.42%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315010600.620.190.49318.5244.7535.49
Hex83326A03E133113f2d23
Octal2036215207623614775543
Binary100000111100101101010011111010011110001100111111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83326A; }

 p { color: rgb(131,50,106); }

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

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

 a { background-color: rgb(131,50,106); }

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

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

 span { border-color: rgb(131,50,106); }

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