Html Css Color HEX #822284 Dark Purple

📋 copy color: '#822284'

red 130 ◦ green 34 ◦ blue 132

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

Shades of Dark Purple #822284

Tints of Dark Purple #822284

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.49%

 BLUE value IS 132 (51.95% from 255) = 44.59%

R = 43.92%
G = 11.49%
B = 44.59%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#822284 (or 0x822284) is known color: Dark Purple. HEX triplet: 82, 22 and 84. RGB value is (130,34,132). Sum of RGB (Red+Green+Blue) = 130+34+132=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #822284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822284 is #7DDD7B. Grayscale: #494949. Windows color (decimal): -8248700 or 8659586. OLE color: 8659586.

HSL color Cylindrical-coordinate representation of color #822284: hue angle of 298.78º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822284 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 34 132 -
CMYK 0.02 0.74 0 0.48
HSL 298.78º 0.59% 0.33% -
HSV(B) 298.78º 0.74% 0.52% -
XYZ 13.94 7.56 22.55 -
YUV 73.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 130 34 132 0.02 0.74 0 0.48 298.78 0.59 0.33
Hex 82 22 84 2 4A 0 30 12B 3B 21
Octal 202 42 204 2 112 0 60 453 73 41
Binary 10000010 100010 10000100 10 1001010 0 110000 100101011 111011 100001

Color Harmonies of #822284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822284

Black with #822284

Text Example


Text Example

White with #822284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822284; }

 p { color: rgb(130,34,132); }

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

background-color css

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

 a { background-color: rgb(130,34,132); }

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

border-color css

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

 span { border-color: rgb(130,34,132); }

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