#83226E

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

Shades of Dark Purple #83226E

Tints of Dark Purple #83226E

Color information

#83226E (or 0x83226E) is unknown color: approx Dark Purple. HEX triplet: 83, 22 and 6E. RGB value is (131,34,110). Sum of RGB (Red+Green+Blue) = 131+34+110=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83226E is #7CDD91. Grayscale: #474747. Windows color (decimal): -8183186 or 7217795. OLE color: 7217795.

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

Color convert

RGB13134110-
CMYK00.740.160.49
HSL312.99º58.79%32.35%-
HSV(B)312.99º74.05%51.37%-
XYZ12.757.115.45-
YUV71.67149.64170.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.64%
GREEN value IS 34 (13.67% from 255) = 12.36%
BLUE value IS 110 (43.36% from 255) = 40%
R=47.64%
G=12.36%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313411000.740.160.49312.9958.7932.35
Hex83226E04A10311393b20
Octal20342156011220614717340
Binary1000001110001011011100100101010000110001100111001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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