#842c81

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

Shades of Dark Purple #842C81

Tints of Dark Purple #842C81

Color information

#842C81 (or 0x842C81) is unknown color: approx Dark Purple. HEX triplet: 84, 2C and 81. RGB value is (132,44,129). Sum of RGB (Red+Green+Blue) = 132+44+129=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #842C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842C81 is #7BD37E. Grayscale: #4F4F4F. Windows color (decimal): -8115071 or 8465540. OLE color: 8465540.

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

Color convert

RGB13244129-
CMYK00.670.020.48
HSL302.05º50%34.51%-
HSV(B)302.05º66.67%51.76%-
XYZ14.388.2921.61-
YUV80155.65165.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.28%
GREEN value IS 44 (17.58% from 255) = 14.43%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=43.28%
G=14.43%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324412900.670.020.48302.055034.51
Hex842C8104323012e3223
Octal2045420101032604566243
Binary10000100101100100000010100001110110000100101110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842c81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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