#842D82

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

Shades of Dark Purple #842D82

Tints of Dark Purple #842D82

Color information

#842D82 (or 0x842D82) is unknown color: approx Dark Purple. HEX triplet: 84, 2D and 82. RGB value is (132,45,130). Sum of RGB (Red+Green+Blue) = 132+45+130=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #842D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842D82 is #7BD27D. Grayscale: #505050. Windows color (decimal): -8114814 or 8531332. OLE color: 8531332.

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

Color convert

RGB13245130-
CMYK00.660.020.48
HSL301.38º49.15%34.71%-
HSV(B)301.38º65.91%51.76%-
XYZ14.488.3921.98-
YUV80.7155.82164.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 45 (17.97% from 255) = 14.66%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=43.00%
G=14.66%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324513000.660.020.48301.3849.1534.71
Hex842D8204223012d3123
Octal2045520201022604556143
Binary10000100101101100000100100001010110000100101101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842D82; }

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

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

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

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

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

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

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

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