Html Css Color HEX #822969 Dark Purple

📋 copy color: '#822969'

red 130 ◦ green 41 ◦ blue 105

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

Shades of Dark Purple #822969

Tints of Dark Purple #822969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 105 (41.41% from 255) = 38.04%

R = 47.1%
G = 14.86%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#822969 (or 0x822969) is known color: 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

RGB 130 41 105 -
CMYK 0 0.68 0.19 0.49
HSL 316.85º 0.52% 0.34% -
HSV(B) 316.85º 0.68% 0.51% -
XYZ 12.55 7.35 14.12 -
YUV 74.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 130 41 105 0 0.68 0.19 0.49 316.85 0.52 0.34
Hex 82 29 69 0 44 13 31 13D 34 22
Octal 202 51 151 0 104 23 61 475 64 42
Binary 10000010 101001 1101001 0 1000100 10011 110001 100111101 110100 100010

Color Harmonies of #822969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822969

Black with #822969

Text Example


Text Example

White with #822969

Text Example


Text Example

HTML Codes & Css Web 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>