Html Css Color HEX #822864 Dark Purple

📋 copy color: '#822864'

red 130 ◦ green 40 ◦ blue 100

#822864
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #822864

Tints of Dark Purple #822864

RGB

 RED value IS 130 (51.17% from 255) = 48.15%

 GREEN value IS 40 (16.02% from 255) = 14.81%

 BLUE value IS 100 (39.45% from 255) = 37.04%

R = 48.15%
G = 14.81%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#822864 (or 0x822864) is known color: Dark Purple. HEX triplet: 82, 28 and 64. RGB value is (130,40,100). Sum of RGB (Red+Green+Blue) = 130+40+100=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #822864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822864 is #7DD79B. Grayscale: #494949. Windows color (decimal): -8247196 or 6563970. OLE color: 6563970.

HSL color Cylindrical-coordinate representation of color #822864: hue angle of 320º 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 #822864 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 40 100 -
CMYK 0 0.69 0.23 0.49
HSL 320º 0.53% 0.33% -
HSV(B) 320º 0.69% 0.51% -
XYZ 12.26 7.18 12.8 -
YUV 73.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 130 40 100 0 0.69 0.23 0.49 320 0.53 0.33
Hex 82 28 64 0 45 17 31 140 35 21
Octal 202 50 144 0 105 27 61 500 65 41
Binary 10000010 101000 1100100 0 1000101 10111 110001 101000000 110101 100001

Color Harmonies of #822864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822864

Black with #822864

Text Example


Text Example

White with #822864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822864; }

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

 H1.HeaderClassName
 {
   color: #822864;
 }
 .AnyTagClassName
 {
   color: #822864;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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