#842C83

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

Shades of Dark Purple #842C83

Tints of Dark Purple #842C83

Color information

#842C83 (or 0x842C83) is unknown color: approx Dark Purple. HEX triplet: 84, 2C and 83. RGB value is (132,44,131). Sum of RGB (Red+Green+Blue) = 132+44+131=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #842C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842C83 is #7BD37C. Grayscale: #4F4F4F. Windows color (decimal): -8115069 or 8596612. OLE color: 8596612.

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

Color convert

RGB13244131-
CMYK00.670.010.48
HSL300.68º50%34.51%-
HSV(B)300.68º66.67%51.76%-
XYZ14.518.3522.32-
YUV80.23156.65164.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 44 (17.58% from 255) = 14.33%
BLUE value IS 131 (51.56% from 255) = 42.67%
R=43.00%
G=14.33%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324413100.670.010.48300.685034.51
Hex842C8304313012d3223
Octal2045420301031604556243
Binary1000010010110010000011010000111110000100101101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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