#822384

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

Shades of Dark Purple #822384

Tints of Dark Purple #822384

Color information

#822384 (or 0x822384) is unknown color: approx Dark Purple. HEX triplet: 82, 23 and 84. RGB value is (130,35,132). Sum of RGB (Red+Green+Blue) = 130+35+132=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #822384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822384 is #7DDC7B. Grayscale: #4A4A4A. Windows color (decimal): -8248444 or 8659842. OLE color: 8659842.

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

Color convert

RGB13035132-
CMYK0.020.7300.48
HSL298.76º58.08%32.75%-
HSV(B)298.76º73.48%51.76%-
XYZ13.977.6122.56-
YUV74.46160.47167.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 132 (51.95% from 255) = 44.44%
R=43.77%
G=11.78%
B=44.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130351320.020.7300.48298.7658.0832.75
Hex82238424903012b3a21
Octal2024320421110604537241
Binary10000010100011100001001010010010110000100101011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822384; }

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

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

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

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

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

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

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

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