Html Css Color HEX #822169 Dark Purple

📋 copy color: '#822169'

red 130 ◦ green 33 ◦ blue 105

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

Shades of Dark Purple #822169

Tints of Dark Purple #822169

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.31%

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

R = 48.51%
G = 12.31%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#822169 (or 0x822169) is known color: Dark Purple. HEX triplet: 82, 21 and 69. RGB value is (130,33,105). Sum of RGB (Red+Green+Blue) = 130+33+105=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #822169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822169 is #7DDE96. Grayscale: #464646. Windows color (decimal): -8248983 or 6889858. OLE color: 6889858.

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

Color convert

RGB 130 33 105 -
CMYK 0 0.75 0.19 0.49
HSL 315.46º 0.6% 0.32% -
HSV(B) 315.46º 0.75% 0.51% -
XYZ 12.3 6.85 14.04 -
YUV 70.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 130 33 105 0 0.75 0.19 0.49 315.46 0.6 0.32
Hex 82 21 69 0 4B 13 31 13B 3C 20
Octal 202 41 151 0 113 23 61 473 74 40
Binary 10000010 100001 1101001 0 1001011 10011 110001 100111011 111100 100000

Color Harmonies of #822169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822169

Black with #822169

Text Example


Text Example

White with #822169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822169; }

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

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

background-color css

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

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

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

border-color css

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

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

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