#840082

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

Shades of Purple #840082

Tints of Purple #840082

Color information

#840082 (or 0x840082) is unknown color: approx Purple. HEX triplet: 84, 00 and 82. RGB value is (132,0,130). Sum of RGB (Red+Green+Blue) = 132+0+130=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #840082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840082 is #7BFF7D. Grayscale: #353535. Windows color (decimal): -8126334 or 8519812. OLE color: 8519812.

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

Color convert

RGB1320130-
CMYK010.020.48
HSL300.91º100%25.88%-
HSV(B)300.91º100%51.76%-
XYZ13.546.5221.66-
YUV54.29170.73183.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=50.38%
G=0%
B=49.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1320130010.020.48300.9110025.88
Hex8408206423012d641a
Octal2040202014426045514432
Binary100001000100000100110010010110000100101101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840082; }

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

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

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

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

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

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

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

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