Html Css Color HEX #822084 Dark Purple

📋 copy color: '#822084'

red 130 ◦ green 32 ◦ blue 132

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

Shades of Dark Purple #822084

Tints of Dark Purple #822084

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

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

R = 44.22%
G = 10.88%
B = 44.9%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#822084 (or 0x822084) is known color: Dark Purple. HEX triplet: 82, 20 and 84. RGB value is (130,32,132). Sum of RGB (Red+Green+Blue) = 130+32+132=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #822084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822084 is #7DDF7B. Grayscale: #484848. Windows color (decimal): -8249212 or 8659074. OLE color: 8659074.

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

Color convert

RGB 130 32 132 -
CMYK 0.02 0.76 0 0.48
HSL 298.8º 0.61% 0.32% -
HSV(B) 298.8º 0.76% 0.52% -
XYZ 13.89 7.44 22.53 -
YUV 72.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 130 32 132 0.02 0.76 0 0.48 298.8 0.61 0.32
Hex 82 20 84 2 4C 0 30 12B 3D 20
Octal 202 40 204 2 114 0 60 453 75 40
Binary 10000010 100000 10000100 10 1001100 0 110000 100101011 111101 100000

Color Harmonies of #822084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822084

Black with #822084

Text Example


Text Example

White with #822084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822084; }

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

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

background-color css

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

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

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

border-color css

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

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

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