#842881

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

Shades of Dark Purple #842881

Tints of Dark Purple #842881

Color information

#842881 (or 0x842881) is unknown color: approx Dark Purple. HEX triplet: 84, 28 and 81. RGB value is (132,40,129). Sum of RGB (Red+Green+Blue) = 132+40+129=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #842881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842881 is #7BD77E. Grayscale: #4D4D4D. Windows color (decimal): -8116095 or 8464516. OLE color: 8464516.

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

Color convert

RGB13240129-
CMYK00.700.020.48
HSL301.96º53.49%33.73%-
HSV(B)301.96º69.7%51.76%-
XYZ14.248.0121.56-
YUV77.65156.98166.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 40 (16.02% from 255) = 13.29%
BLUE value IS 129 (50.78% from 255) = 42.86%
R=43.85%
G=13.29%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324012900.700.020.48301.9653.4933.73
Hex84288104623012e3522
Octal2045020101062604566542
Binary10000100101000100000010100011010110000100101110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842881; }

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

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

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

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

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

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

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

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