#83227C

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

Shades of Dark Purple #83227C

Tints of Dark Purple #83227C

Color information

#83227C (or 0x83227C) is unknown color: approx Dark Purple. HEX triplet: 83, 22 and 7C. RGB value is (131,34,124). Sum of RGB (Red+Green+Blue) = 131+34+124=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #83227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83227C is #7CDD83. Grayscale: #494949. Windows color (decimal): -8183172 or 8135299. OLE color: 8135299.

HSL color Cylindrical-coordinate representation of color #83227C: hue angle of 304.33º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83227C is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13134124-
CMYK00.740.050.49
HSL304.33º58.79%32.35%-
HSV(B)304.33º74.05%51.37%-
XYZ13.577.4219.79-
YUV73.26156.64169.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.33%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=45.33%
G=11.76%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313412400.740.050.49304.3358.7932.35
Hex83227C04A5311303b20
Octal2034217401125614607340
Binary10000011100010111110001001010101110001100110000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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