#822182

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

Shades of Dark Purple #822182

Tints of Dark Purple #822182

Color information

#822182 (or 0x822182) is unknown color: approx Dark Purple. HEX triplet: 82, 21 and 82. RGB value is (130,33,130). Sum of RGB (Red+Green+Blue) = 130+33+130=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #822182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822182 is #7DDE7D. Grayscale: #484848. Windows color (decimal): -8248958 or 8528258. OLE color: 8528258.

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

Color convert

RGB13033130-
CMYK00.7500.49
HSL300º59.51%31.96%-
HSV(B)300º74.62%50.98%-
XYZ13.787.4521.83-
YUV73.06160.14168.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=44.37%
G=11.26%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303313000.7500.4930059.5131.96
Hex82218204B03112c3c20
Octal2024120201130614547440
Binary1000001010000110000010010010110110001100101100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822182; }

 p { color: rgb(130,33,130); }

 H1.HeaderClassName
 {
   color: #822182;
 }
 .AnyTagClassName
 {
   color: #822182;
 }
</style>
background-color css

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

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

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

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

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

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