#840980

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

Shades of Purple #840980

Tints of Purple #840980

Color information

#840980 (or 0x840980) is unknown color: approx Purple. HEX triplet: 84, 09 and 80. RGB value is (132,9,128). Sum of RGB (Red+Green+Blue) = 132+9+128=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #840980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840980 is #7BF67F. Grayscale: #3A3A3A. Windows color (decimal): -8124032 or 8391044. OLE color: 8391044.

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

Color convert

RGB1329128-
CMYK00.930.030.48
HSL301.95º87.23%27.65%-
HSV(B)301.95º93.18%51.76%-
XYZ13.516.6621-
YUV59.34166.75179.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=49.07%
G=3.35%
B=47.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132912800.930.030.48301.9587.2327.65
Hex8498005D33012e571c
Octal20411200013536045612734
Binary100001001001100000000101110111110000100101110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840980; }

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

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

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

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

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

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

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

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