#822969

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

Shades of Dark Purple #822969

Tints of Dark Purple #822969

Color information

#822969 (or 0x822969) is unknown color: approx Dark Purple. HEX triplet: 82, 29 and 69. RGB value is (130,41,105). Sum of RGB (Red+Green+Blue) = 130+41+105=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #822969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822969 is #7DD696. Grayscale: #4A4A4A. Windows color (decimal): -8246935 or 6891906. OLE color: 6891906.

HSL color Cylindrical-coordinate representation of color #822969: hue angle of 316.85º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822969 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB13041105-
CMYK00.680.190.49
HSL316.85º52.05%33.53%-
HSV(B)316.85º68.46%50.98%-
XYZ12.557.3514.12-
YUV74.91144.99167.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 41 (16.41% from 255) = 14.86%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=47.10%
G=14.86%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304110500.680.190.49316.8552.0533.53
Hex822969044133113d3422
Octal20251151010423614756442
Binary1000001010100111010010100010010011110001100111101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822969; }

 p { color: rgb(130,41,105); }

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

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

 a { background-color: rgb(130,41,105); }

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

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

 span { border-color: rgb(130,41,105); }

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