#83337F

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

Shades of Dark Purple #83337F

Tints of Dark Purple #83337F

Color information

#83337F (or 0x83337F) is unknown color: approx Dark Purple. HEX triplet: 83, 33 and 7F. RGB value is (131,51,127). Sum of RGB (Red+Green+Blue) = 131+51+127=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #83337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83337F is #7CCC80. Grayscale: #535353. Windows color (decimal): -8178817 or 8336259. OLE color: 8336259.

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

Color convert

RGB13151127-
CMYK00.610.030.49
HSL303º43.96%35.69%-
HSV(B)303º61.07%51.37%-
XYZ14.378.7321.01-
YUV83.58152.5161.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.39%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 127 (50% from 255) = 41.10%
R=42.39%
G=16.50%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315112700.610.030.4930343.9635.69
Hex83337F03D33112f2c24
Octal203631770753614575444
Binary100000111100111111111011110111110001100101111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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