#83286C

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

Shades of Dark Purple #83286C

Tints of Dark Purple #83286C

Color information

#83286C (or 0x83286C) is unknown color: approx Dark Purple. HEX triplet: 83, 28 and 6C. RGB value is (131,40,108). Sum of RGB (Red+Green+Blue) = 131+40+108=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83286C is #7CD793. Grayscale: #4A4A4A. Windows color (decimal): -8181652 or 7088259. OLE color: 7088259.

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

Color convert

RGB13140108-
CMYK00.690.180.49
HSL315.16º53.22%33.53%-
HSV(B)315.16º69.47%51.37%-
XYZ12.837.4314.94-
YUV74.96146.65167.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=46.95%
G=14.34%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314010800.690.180.49315.1653.2233.53
Hex83286C045123113b3522
Octal20350154010522614736542
Binary1000001110100011011000100010110010110001100111011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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