#842D81

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

Shades of Dark Purple #842D81

Tints of Dark Purple #842D81

Color information

#842D81 (or 0x842D81) is unknown color: approx Dark Purple. HEX triplet: 84, 2D and 81. RGB value is (132,45,129). Sum of RGB (Red+Green+Blue) = 132+45+129=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #842D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842D81 is #7BD27E. Grayscale: #505050. Windows color (decimal): -8114815 or 8465796. OLE color: 8465796.

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

Color convert

RGB13245129-
CMYK00.660.020.48
HSL302.07º49.15%34.71%-
HSV(B)302.07º65.91%51.76%-
XYZ14.428.3721.62-
YUV80.59155.32164.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 45 (17.97% from 255) = 14.71%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=43.14%
G=14.71%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324512900.660.020.48302.0749.1534.71
Hex842D8104223012e3123
Octal2045520101022604566143
Binary10000100101101100000010100001010110000100101110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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