#83226A

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

Shades of Dark Purple #83226A

Tints of Dark Purple #83226A

Color information

#83226A (or 0x83226A) is unknown color: approx Dark Purple. HEX triplet: 83, 22 and 6A. RGB value is (131,34,106). Sum of RGB (Red+Green+Blue) = 131+34+106=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #83226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83226A is #7CDD95. Grayscale: #474747. Windows color (decimal): -8183190 or 6955651. OLE color: 6955651.

HSL color Cylindrical-coordinate representation of color #83226A: hue angle of 315.46º 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 #83226A is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB13134106-
CMYK00.740.190.49
HSL315.46º58.79%32.35%-
HSV(B)315.46º74.05%51.37%-
XYZ12.537.0114.33-
YUV71.21147.64170.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.34%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=48.34%
G=12.55%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313410600.740.190.49315.4658.7932.35
Hex83226A04A133113b3b20
Octal20342152011223614737340
Binary1000001110001011010100100101010011110001100111011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83226A; }

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

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

<style>
 a { background-color: #83226A; }

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

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

<style>
 span { border-color: #83226A; }

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

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