Html Css Color HEX #822E76 Dark Purple

📋 copy color: '#822E76'

red 130 ◦ green 46 ◦ blue 118

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

Shades of Dark Purple #822E76

Tints of Dark Purple #822E76

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.65%

 BLUE value IS 118 (46.48% from 255) = 40.14%

R = 44.22%
G = 15.65%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#822E76 (or 0x822E76) is known color: Dark Purple. HEX triplet: 82, 2E and 76. RGB value is (130,46,118). Sum of RGB (Red+Green+Blue) = 130+46+118=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #822E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822E76 is #7DD189. Grayscale: #4F4F4F. Windows color (decimal): -8245642 or 7745154. OLE color: 7745154.

HSL color Cylindrical-coordinate representation of color #822E76: hue angle of 308.57º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822E76 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 46 118 -
CMYK 0 0.65 0.09 0.49
HSL 308.57º 0.48% 0.35% -
HSV(B) 308.57º 0.65% 0.51% -
XYZ 13.45 8.01 17.98 -
YUV 79.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 130 46 118 0 0.65 0.09 0.49 308.57 0.48 0.35
Hex 82 2E 76 0 41 9 31 135 30 23
Octal 202 56 166 0 101 11 61 465 60 43
Binary 10000010 101110 1110110 0 1000001 1001 110001 100110101 110000 100011

Color Harmonies of #822E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822E76

Black with #822E76

Text Example


Text Example

White with #822E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822E76; }

 p { color: rgb(130,46,118); }

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

background-color css

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

 a { background-color: rgb(130,46,118); }

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

border-color css

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

 span { border-color: rgb(130,46,118); }

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