#822284

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

Shades of Dark Purple #822284

Tints of Dark Purple #822284

Color information

#822284 (or 0x822284) is unknown color: approx Dark Purple. HEX triplet: 82, 22 and 84. RGB value is (130,34,132). Sum of RGB (Red+Green+Blue) = 130+34+132=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #822284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822284 is #7DDD7B. Grayscale: #494949. Windows color (decimal): -8248700 or 8659586. OLE color: 8659586.

HSL color Cylindrical-coordinate representation of color #822284: hue angle of 298.78º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822284 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13034132-
CMYK0.020.7400.48
HSL298.78º59.04%32.55%-
HSV(B)298.78º74.24%51.76%-
XYZ13.947.5622.55-
YUV73.88160.8168.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 34 (13.67% from 255) = 11.49%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=43.92%
G=11.49%
B=44.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130341320.020.7400.48298.7859.0432.55
Hex82228424A03012b3b21
Octal2024220421120604537341
Binary10000010100010100001001010010100110000100101011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822284; }

 p { color: rgb(130,34,132); }

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

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

 a { background-color: rgb(130,34,132); }

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

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

 span { border-color: rgb(130,34,132); }

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