#83336B

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

Shades of Dark Purple #83336B

Tints of Dark Purple #83336B

Color information

#83336B (or 0x83336B) is unknown color: approx Dark Purple. HEX triplet: 83, 33 and 6B. RGB value is (131,51,107). Sum of RGB (Red+Green+Blue) = 131+51+107=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #83336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83336B is #7CCC94. Grayscale: #515151. Windows color (decimal): -8178837 or 7025539. OLE color: 7025539.

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

Color convert

RGB13151107-
CMYK00.610.180.49
HSL318º43.96%35.69%-
HSV(B)318º61.07%51.37%-
XYZ13.28.2514.81-
YUV81.3142.5163.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.33%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=45.33%
G=17.65%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315110700.610.180.4931843.9635.69
Hex83336B03D123113e2c24
Octal2036315307522614765444
Binary100000111100111101011011110110010110001100111110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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