#842E80

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

Shades of Dark Purple #842E80

Tints of Dark Purple #842E80

Color information

#842E80 (or 0x842E80) is unknown color: approx Dark Purple. HEX triplet: 84, 2E and 80. RGB value is (132,46,128). Sum of RGB (Red+Green+Blue) = 132+46+128=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #842E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842E80 is #7BD17F. Grayscale: #505050. Windows color (decimal): -8114560 or 8400516. OLE color: 8400516.

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

Color convert

RGB13246128-
CMYK00.650.030.48
HSL302.79º48.31%34.9%-
HSV(B)302.79º65.15%51.76%-
XYZ14.398.4221.29-
YUV81.06154.49164.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=43.14%
G=15.03%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324612800.650.030.48302.7948.3134.9
Hex842E8004133012f3023
Octal2045620001013604576043
Binary10000100101110100000000100000111110000100101111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,46,128); }

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

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

 a { background-color: rgb(132,46,128); }

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

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

 span { border-color: rgb(132,46,128); }

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