#822863

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

Shades of Dark Purple #822863

Tints of Dark Purple #822863

Color information

#822863 (or 0x822863) is unknown color: approx Dark Purple. HEX triplet: 82, 28 and 63. RGB value is (130,40,99). Sum of RGB (Red+Green+Blue) = 130+40+99=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #822863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822863 is #7DD79C. Grayscale: #494949. Windows color (decimal): -8247197 or 6498434. OLE color: 6498434.

HSL color Cylindrical-coordinate representation of color #822863: hue angle of 320.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #822863 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB1304099-
CMYK00.690.240.49
HSL320.67º52.94%33.33%-
HSV(B)320.67º69.23%50.98%-
XYZ12.227.1612.54-
YUV73.64142.32168.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=48.33%
G=14.87%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130409900.690.240.49320.6752.9433.33
Hex82286304518311413521
Octal20250143010530615016541
Binary1000001010100011000110100010111000110001101000001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822863; }

 p { color: rgb(130,40,99); }

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

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

 a { background-color: rgb(130,40,99); }

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

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

 span { border-color: rgb(130,40,99); }

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