#842D66

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

Shades of Dark Purple #842D66

Tints of Dark Purple #842D66

Color information

#842D66 (or 0x842D66) is unknown color: approx Dark Purple. HEX triplet: 84, 2D and 66. RGB value is (132,45,102). Sum of RGB (Red+Green+Blue) = 132+45+102=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #842D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842D66 is #7BD299. Grayscale: #4D4D4D. Windows color (decimal): -8114842 or 6696324. OLE color: 6696324.

HSL color Cylindrical-coordinate representation of color #842D66: hue angle of 320.69º 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 #842D66 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13245102-
CMYK00.660.230.48
HSL320.69º49.15%34.71%-
HSV(B)320.69º65.91%51.76%-
XYZ12.857.7413.39-
YUV77.51141.82166.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 45 (17.97% from 255) = 16.13%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=47.31%
G=16.13%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324510200.660.230.48320.6949.1534.71
Hex842D6604217301413123
Octal20455146010227605016143
Binary1000010010110111001100100001010111110000101000001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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