#83357C

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

Shades of Dark Purple #83357C

Tints of Dark Purple #83357C

Color information

#83357C (or 0x83357C) is unknown color: approx Dark Purple. HEX triplet: 83, 35 and 7C. RGB value is (131,53,124). Sum of RGB (Red+Green+Blue) = 131+53+124=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #83357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83357C is #7CCA83. Grayscale: #545454. Windows color (decimal): -8178308 or 8140163. OLE color: 8140163.

HSL color Cylindrical-coordinate representation of color #83357C: hue angle of 305.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83357C is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13153124-
CMYK00.600.050.49
HSL305.38º42.39%36.08%-
HSV(B)305.38º59.54%51.37%-
XYZ14.278.8320.02-
YUV84.42150.34161.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=42.53%
G=17.21%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315312400.600.050.49305.3842.3936.08
Hex83357C03C5311312a24
Octal203651740745614615244
Binary1000001111010111111000111100101110001100110001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,53,124); }

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

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

 a { background-color: rgb(131,53,124); }

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

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

 span { border-color: rgb(131,53,124); }

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