#83326B

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

Shades of Dark Purple #83326B

Tints of Dark Purple #83326B

Color information

#83326B (or 0x83326B) is unknown color: approx Dark Purple. HEX triplet: 83, 32 and 6B. RGB value is (131,50,107). Sum of RGB (Red+Green+Blue) = 131+50+107=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #83326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83326B is #7CCD94. Grayscale: #505050. Windows color (decimal): -8179093 or 7025283. OLE color: 7025283.

HSL color Cylindrical-coordinate representation of color #83326B: hue angle of 317.78º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83326B is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13150107-
CMYK00.620.180.49
HSL317.78º44.75%35.49%-
HSV(B)317.78º61.83%51.37%-
XYZ13.158.1714.79-
YUV80.72142.84163.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 50 (19.92% from 255) = 17.36%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=45.49%
G=17.36%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315010700.620.180.49317.7844.7535.49
Hex83326B03E123113e2d23
Octal2036215307622614765543
Binary100000111100101101011011111010010110001100111110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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