#842D83

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

Shades of Dark Purple #842D83

Tints of Dark Purple #842D83

Color information

#842D83 (or 0x842D83) is unknown color: approx Dark Purple. HEX triplet: 84, 2D and 83. RGB value is (132,45,131). Sum of RGB (Red+Green+Blue) = 132+45+131=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #842D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842D83 is #7BD27C. Grayscale: #505050. Windows color (decimal): -8114813 or 8596868. OLE color: 8596868.

HSL color Cylindrical-coordinate representation of color #842D83: hue angle of 300.69º 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 #842D83 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13245131-
CMYK00.660.010.48
HSL300.69º49.15%34.71%-
HSV(B)300.69º65.91%51.76%-
XYZ14.558.4222.33-
YUV80.82156.32164.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 45 (17.97% from 255) = 14.61%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=42.86%
G=14.61%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324513100.660.010.48300.6949.1534.71
Hex842D8304213012d3123
Octal2045520301021604556143
Binary1000010010110110000011010000101110000100101101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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