#83337C

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

Shades of Dark Purple #83337C

Tints of Dark Purple #83337C

Color information

#83337C (or 0x83337C) is unknown color: approx Dark Purple. HEX triplet: 83, 33 and 7C. RGB value is (131,51,124). Sum of RGB (Red+Green+Blue) = 131+51+124=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83337C is #7CCC83. Grayscale: #535353. Windows color (decimal): -8178820 or 8139651. OLE color: 8139651.

HSL color Cylindrical-coordinate representation of color #83337C: hue angle of 305.25º 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 #83337C is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13151124-
CMYK00.610.050.49
HSL305.25º43.96%35.69%-
HSV(B)305.25º61.07%51.37%-
XYZ14.188.6519.99-
YUV83.24151162.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=42.81%
G=16.67%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315112400.610.050.49305.2543.9635.69
Hex83337C03D5311312c24
Octal203631740755614615444
Binary1000001111001111111000111101101110001100110001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83337C; }

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

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

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

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

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

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

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

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