#842C82

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

Shades of Dark Purple #842C82

Tints of Dark Purple #842C82

Color information

#842C82 (or 0x842C82) is unknown color: approx Dark Purple. HEX triplet: 84, 2C and 82. RGB value is (132,44,130). Sum of RGB (Red+Green+Blue) = 132+44+130=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #842C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842C82 is #7BD37D. Grayscale: #4F4F4F. Windows color (decimal): -8115070 or 8531076. OLE color: 8531076.

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

Color convert

RGB13244130-
CMYK00.670.020.48
HSL301.36º50%34.51%-
HSV(B)301.36º66.67%51.76%-
XYZ14.458.3221.96-
YUV80.12156.15165.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 44 (17.58% from 255) = 14.38%
BLUE value IS 130 (51.17% from 255) = 42.48%
R=43.14%
G=14.38%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324413000.670.020.48301.365034.51
Hex842C8204323012d3223
Octal2045420201032604556243
Binary10000100101100100000100100001110110000100101101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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