#822083

Color #822083 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #822083

Tints of Dark Purple #822083

Color information

#822083 (or 0x822083) is unknown color: approx 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

RGB13032131-
CMYK0.010.7600.49
HSL299.39º60.74%31.96%-
HSV(B)299.39º75.57%51.37%-
XYZ13.827.4222.18-
YUV72.59160.97168.95-

RGB Variations

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

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 (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130321310.010.7600.49299.3960.7431.96
Hex82208314C03112b3d20
Octal2024020311140614537540
Binary1000001010000010000011110011000110001100101011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>