#842D6F

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

Shades of Dark Purple #842D6F

Tints of Dark Purple #842D6F

Color information

#842D6F (or 0x842D6F) is unknown color: approx Dark Purple. HEX triplet: 84, 2D and 6F. RGB value is (132,45,111). Sum of RGB (Red+Green+Blue) = 132+45+111=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #842D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842D6F is #7BD290. Grayscale: #4E4E4E. Windows color (decimal): -8114833 or 7286148. OLE color: 7286148.

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

Color convert

RGB13245111-
CMYK00.660.160.48
HSL314.48º49.15%34.71%-
HSV(B)314.48º65.91%51.76%-
XYZ13.327.9315.87-
YUV78.54146.32166.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 45 (17.97% from 255) = 15.62%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=45.83%
G=15.62%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324511100.660.160.48314.4849.1534.71
Hex842D6F042103013a3123
Octal20455157010220604726143
Binary1000010010110111011110100001010000110000100111010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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