#83336D

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

Shades of Dark Purple #83336D

Tints of Dark Purple #83336D

Color information

#83336D (or 0x83336D) is unknown color: approx Dark Purple. HEX triplet: 83, 33 and 6D. RGB value is (131,51,109). Sum of RGB (Red+Green+Blue) = 131+51+109=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83336D is #7CCC92. Grayscale: #515151. Windows color (decimal): -8178835 or 7156611. OLE color: 7156611.

HSL color Cylindrical-coordinate representation of color #83336D: hue angle of 316.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83336D is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB13151109-
CMYK00.610.170.49
HSL316.5º43.96%35.69%-
HSV(B)316.5º61.07%51.37%-
XYZ13.38.315.37-
YUV81.53143.5163.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.02%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=45.02%
G=17.53%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315110900.610.170.49316.543.9635.69
Hex83336D03D113113c2c24
Octal2036315507521614745444
Binary100000111100111101101011110110001110001100111100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83336D; }

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

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

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

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

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

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

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

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