#83286D

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

Shades of Dark Purple #83286D

Tints of Dark Purple #83286D

Color information

#83286D (or 0x83286D) is unknown color: approx Dark Purple. HEX triplet: 83, 28 and 6D. RGB value is (131,40,109). Sum of RGB (Red+Green+Blue) = 131+40+109=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #83286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83286D is #7CD792. Grayscale: #4A4A4A. Windows color (decimal): -8181651 or 7153795. OLE color: 7153795.

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

Color convert

RGB13140109-
CMYK00.690.170.49
HSL314.51º53.22%33.53%-
HSV(B)314.51º69.47%51.37%-
XYZ12.887.4515.23-
YUV75.07147.15167.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=46.79%
G=14.29%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314010900.690.170.49314.5153.2233.53
Hex83286D045113113b3522
Octal20350155010521614736542
Binary1000001110100011011010100010110001110001100111011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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