Html Css Color HEX #822083 Dark Purple

📋 copy color: '#822083'

red 130 ◦ green 32 ◦ blue 131

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

Shades of Dark Purple #822083

Tints of Dark Purple #822083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.71%

R = 44.37%
G = 10.92%
B = 44.71%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#822083 (or 0x822083) is known color: Dark Purple. HEX triplet: 82, 20 and 83. RGB value is (130,32,131). Sum of RGB (Red+Green+Blue) = 130+32+131=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #822083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822083 is #7DDF7C. Grayscale: #484848. Windows color (decimal): -8249213 or 8593538. OLE color: 8593538.

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

Color convert

RGB 130 32 131 -
CMYK 0.01 0.76 0 0.49
HSL 299.39º 0.61% 0.32% -
HSV(B) 299.39º 0.76% 0.51% -
XYZ 13.82 7.42 22.18 -
YUV 72.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 130 32 131 0.01 0.76 0 0.49 299.39 0.61 0.32
Hex 82 20 83 1 4C 0 31 12B 3D 20
Octal 202 40 203 1 114 0 61 453 75 40
Binary 10000010 100000 10000011 1 1001100 0 110001 100101011 111101 100000

Color Harmonies of #822083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822083

Black with #822083

Text Example


Text Example

White with #822083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822083; }

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

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

background-color css

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

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

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

border-color css

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

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

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