#842981

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

Shades of Dark Purple #842981

Tints of Dark Purple #842981

Color information

#842981 (or 0x842981) is unknown color: approx Dark Purple. HEX triplet: 84, 29 and 81. RGB value is (132,41,129). Sum of RGB (Red+Green+Blue) = 132+41+129=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #842981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842981 is #7BD67E. Grayscale: #4D4D4D. Windows color (decimal): -8115839 or 8464772. OLE color: 8464772.

HSL color Cylindrical-coordinate representation of color #842981: hue angle of 301.98º 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 #842981 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13241129-
CMYK00.690.020.48
HSL301.98º52.6%33.92%-
HSV(B)301.98º68.94%51.76%-
XYZ14.278.0821.58-
YUV78.24156.65166.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=43.71%
G=13.58%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324112900.690.020.48301.9852.633.92
Hex84298104523012e3522
Octal2045120101052604566542
Binary10000100101001100000010100010110110000100101110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842981; }

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

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

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

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

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

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

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

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