#83337D

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

Shades of Dark Purple #83337D

Tints of Dark Purple #83337D

Color information

#83337D (or 0x83337D) is unknown color: approx Dark Purple. HEX triplet: 83, 33 and 7D. RGB value is (131,51,125). Sum of RGB (Red+Green+Blue) = 131+51+125=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83337D is #7CCC82. Grayscale: #535353. Windows color (decimal): -8178819 or 8205187. OLE color: 8205187.

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

Color convert

RGB13151125-
CMYK00.610.050.49
HSL304.5º43.96%35.69%-
HSV(B)304.5º61.07%51.37%-
XYZ14.258.6720.33-
YUV83.36151.5161.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.67%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=42.67%
G=16.61%
B=40.72%

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
Decimal1315112500.610.050.49304.543.9635.69
Hex83337D03D5311302c24
Octal203631750755614605444
Binary1000001111001111111010111101101110001100110000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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