#842980

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

Shades of Dark Purple #842980

Tints of Dark Purple #842980

Color information

#842980 (or 0x842980) is unknown color: approx Dark Purple. HEX triplet: 84, 29 and 80. RGB value is (132,41,128). Sum of RGB (Red+Green+Blue) = 132+41+128=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #842980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842980 is #7BD67F. Grayscale: #4D4D4D. Windows color (decimal): -8115840 or 8399236. OLE color: 8399236.

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

Color convert

RGB13241128-
CMYK00.690.030.48
HSL302.64º52.6%33.92%-
HSV(B)302.64º68.94%51.76%-
XYZ14.28.0521.23-
YUV78.13156.15166.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=43.85%
G=13.62%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324112800.690.030.48302.6452.633.92
Hex84298004533012f3522
Octal2045120001053604576542
Binary10000100101001100000000100010111110000100101111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842980; }

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

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

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

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

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

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

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

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