#842d69

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

Shades of Dark Purple #842D69

Tints of Dark Purple #842D69

Color information

#842D69 (or 0x842D69) is unknown color: approx Dark Purple. HEX triplet: 84, 2D and 69. RGB value is (132,45,105). Sum of RGB (Red+Green+Blue) = 132+45+105=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #842D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842D69 is #7BD296. Grayscale: #4D4D4D. Windows color (decimal): -8114839 or 6892932. OLE color: 6892932.

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

Color convert

RGB13245105-
CMYK00.660.200.48
HSL318.62º49.15%34.71%-
HSV(B)318.62º65.91%51.76%-
XYZ137.814.19-
YUV77.85143.32166.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 45 (17.97% from 255) = 15.96%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=46.81%
G=15.96%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324510500.660.200.48318.6249.1534.71
Hex842D69042143013f3123
Octal20455151010224604776143
Binary1000010010110111010010100001010100110000100111111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842d69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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