#820384

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

Shades of Purple #820384

Tints of Purple #820384

Color information

#820384 (or 0x820384) is unknown color: approx Purple. HEX triplet: 82, 03 and 84. RGB value is (130,3,132). Sum of RGB (Red+Green+Blue) = 130+3+132=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #820384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820384 is #7DFC7B. Grayscale: #373737. Windows color (decimal): -8256636 or 8651650. OLE color: 8651650.

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

Color convert

RGB1303132-
CMYK0.020.9800.48
HSL299.07º95.56%26.47%-
HSV(B)299.07º97.73%51.76%-
XYZ13.46.4822.37-
YUV55.68171.08181.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=49.06%
G=1.13%
B=49.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13031320.020.9800.48299.0795.5626.47
Hex8238426203012b601a
Octal2023204214206045314032
Binary1000001011100001001011000100110000100101011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820384; }

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

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

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

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

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

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

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

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